Text-to-Image
Diffusers
Safetensors
English
Text-to-Image
ControlNet
Diffusers
Flux.1-dev
image-generation
Stable Diffusion
Instructions to use Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro-2.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro-2.0", 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 6 files
Browse files- .gitattributes +5 -0
- conds/canny.png +0 -0
- images/canny.png +3 -0
- images/depth.png +3 -0
- images/gray.png +3 -0
- images/pose.png +3 -0
- images/softedge.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/canny.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/depth.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/gray.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/pose.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/softedge.png filter=lfs diff=lfs merge=lfs -text
|
conds/canny.png
ADDED
|
images/canny.png
ADDED
|
Git LFS Details
|
images/depth.png
ADDED
|
Git LFS Details
|
images/gray.png
ADDED
|
Git LFS Details
|
images/pose.png
ADDED
|
Git LFS Details
|
images/softedge.png
ADDED
|
Git LFS Details
|