Text-to-Image
Diffusers
English
Text-to-Image
IP-Adapter
Flux.1-dev
image-generation
Stable Diffusion
Instructions to use InstantX/FLUX.1-dev-IP-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use InstantX/FLUX.1-dev-IP-Adapter with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("InstantX/FLUX.1-dev-IP-Adapter", 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
Upload 3 files
Browse files- .gitattributes +2 -0
- assets/images/0.png +0 -0
- assets/images/1.png +3 -0
- assets/images/2.png +3 -0
.gitattributes
CHANGED
|
@@ -43,3 +43,5 @@ assets/teasers/6.png filter=lfs diff=lfs merge=lfs -text
|
|
| 43 |
assets/teasers/7.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/teasers/10.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/teasers/9.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 43 |
assets/teasers/7.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/teasers/10.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/teasers/9.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
assets/images/1.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
assets/images/2.png filter=lfs diff=lfs merge=lfs -text
|
assets/images/0.png
ADDED
|
assets/images/1.png
ADDED
|
Git LFS Details
|
assets/images/2.png
ADDED
|
Git LFS Details
|