Text-to-Image
Diffusers
Safetensors
English
Portuguese
StableDiffusionXLPipeline
stable-diffusion-xl
imageflow
Instructions to use BinaryLight1011/Imageflow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BinaryLight1011/Imageflow with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("BinaryLight1011/Imageflow", 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 Settings
- Draw Things
- DiffusionBee
Jefferson de Azevedo commited on
Add preview grid
Browse files- .gitattributes +1 -0
- examples/preview_grid.png +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ examples/imageflow_02.png filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
examples/imageflow_03.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
examples/imageflow_04.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
examples/imageflow_custom.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
examples/imageflow_03.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
examples/imageflow_04.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
examples/imageflow_custom.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
examples/preview_grid.png filter=lfs diff=lfs merge=lfs -text
|
examples/preview_grid.png
ADDED
|
Git LFS Details
|