Instructions to use ostris/OpenFLUX.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/OpenFLUX.1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ostris/OpenFLUX.1", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Delete Redundant Files in the Repo
#31
by qpqpqpqpqpqp - opened
Dear ostris,
I have found these redudant files in your repository:
.DS_Store
._.DS_Store
These junk and/or service files get created automatically by various programs, or can be placeholders, they are not required in the HuggingFace repository, feel free to delete them.
Consider approving this pull request or removing the files yourself if it's correct and you appreciate my efforts.
Best regards, qp6