Instructions to use XLabs-AI/flux-controlnet-collections with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-controlnet-collections with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("XLabs-AI/flux-controlnet-collections", 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 Picsart_24-08-26_20-35-34-535_image_repair_1724872095985.jpg
#21
by Medo80 - opened
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ assets/canny_v2_res2.png filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
assets/canny_v2_res3.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
assets/depth_v2_res1.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/depth_v2_res2.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
assets/canny_v2_res3.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
assets/depth_v2_res1.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
assets/depth_v2_res2.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Picsart_24-08-26_20-35-34-535_image_repair_1724872095985.jpg filter=lfs diff=lfs merge=lfs -text
|
Picsart_24-08-26_20-35-34-535_image_repair_1724872095985.jpg
ADDED
|
Git LFS Details
|