The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

This script is from https://huggingface.co/twodgirl/flux-devpro-schnell-merge-fp8-e4m3fn-diffusers. The author is twodgirl.


Flux D+S F8 Diffusers

A + B merge, meant for gradio inference, possibly build adapters on top with diffusers.

Inference

Instruction

This model needs 10 steps, otherwise the images remain blurry.

ComfyUI

I convert all my checkpoints locally. There are 5+ file formats out there, they take up too much space.

Download the contents of this repo, then enter the directory. A script will convert the diffusers format to something that is compatible with ComfyUI.

cd flux-devpro-schnell-merge-fp8-e4m3fn-diffusers
pip install safetensors torch
python flux_devpro_ckpt.py transformer/diffusion_pytorch_model.safetensors flux-devpro-schnell.safetensors
mv flux-devpro-schnell.safetensors path/to/your/ComfyUI/models/unet/flux-devpro-schnell.safetensors

In the workflow, the LoadDiffusionModel node should take two values: flux-devpro-schnell.safetensors, fp8_e4m3fn.

Use of this code requires citation and attribution to the author via a link to their Hugging Face profile in all resulting work.

Disclaimer

Sharing, reusing the model weights requires a link back to authors and their Hugging Face profile. The source models were uploaded by Ashen0209 and BFL.

Downloads last month
15