Instructions to use black-forest-labs/FLUX.1-schnell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use black-forest-labs/FLUX.1-schnell with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
ComfyUI Checkpoint File?
#22
by Ekolawole - opened
Where can I find the ComfyUI Checkpoint File for this model??
I found this
https://comfyanonymous.github.io/ComfyUI_examples/flux/#simple-to-use-fp8-checkpoint-version
I can confirm works like a charm on 16gb vram
The fp8 quality is very bad. Any fp16 checkpoint?
The full version works a a charm on my 12Gb VRAM fp8 version is bad quality. Go for the DEV version is you dont need text. It has way better skin texture.
i was running comfyUI with fp8 params and then loading the model with fp8 param for the node
then it was bad
u need to run comfy with full precision