flux
flux copied to clipboard
Official inference repo for FLUX.1 models
 I inference with diffusers: pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", torch_dtype=torch.bfloat16) pipe.enable_model_cpu_offload() I have a bug, who can help me?
I really like this model and thank you for your effort. Does it support IP adapters, ControlNet, or Lora? Are there any plans to release these versions? How much GPU...
Hi, thank you very much for your open-source and amazing work. We attempted to apply Flux structure to text-to-music generation and achieved some very interesting results. But there are still...
I am using the diffusers library with Flux-dev and Flux-schnell. I got the following script from [here](https://gist.github.com/sayakpaul/23862a2e7f5ab73dfdcc513751289bea) and modified it a bit. Are there any other performance improvements I can...
Hello everyone, after half a day of struggle, I managed to run FLUX.1[schnell] locally on my computer equipped with NVIDIA 3090 24GB VRAM in Linux. It takes around 30-60 seconds...
Many developers download all the model/vae files in advance, a task that can take hours, so there's no need to download them all over again. You have provided a way...
After pipping install all the packages(pip install -e ".[all]"), I use this command line python -m flux --name flux-dev--height 256 --width 256 --prompt "a boy sits in the park"。 where...
I'm very new to this, and it's possible that I am missing the obvious. ubuntu 24.04 ``` $ uname -a Linux benj-pc 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03...
Anyone else notice this, very long prompts always destroy my VRAM.