Instructions to use HaileyStorm/FLUX.1-Merges with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HaileyStorm/FLUX.1-Merges with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("HaileyStorm/FLUX.1-Merges", 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
Rename images/wolf_2.5_1_1.png to images/wolf_2.5_1.png
Browse files
.gitattributes
CHANGED
|
@@ -51,3 +51,4 @@ images/flamingo_4_1.png filter=lfs diff=lfs merge=lfs -text
|
|
| 51 |
images/wolf_10_1.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
images/wolf_2.5_1_1.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
images/wolf_4_1_1.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 51 |
images/wolf_10_1.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
images/wolf_2.5_1_1.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
images/wolf_4_1_1.png filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
images/wolf_2.5_1.png filter=lfs diff=lfs merge=lfs -text
|
images/{wolf_2.5_1_1.png → wolf_2.5_1.png}
RENAMED
|
File without changes
|