Instructions to use XLabs-AI/flux-controlnet-depth-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XLabs-AI/flux-controlnet-depth-v3 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("XLabs-AI/flux-controlnet-depth-v3") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload controlnet_depth_flow_example.png
Browse files- .gitattributes +1 -0
- controlnet_depth_flow_example.png +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ depth_example2.png filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
depth_input1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
depth_result.gif filter=lfs diff=lfs merge=lfs -text
|
| 40 |
depth_example1.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
depth_input1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
depth_result.gif filter=lfs diff=lfs merge=lfs -text
|
| 40 |
depth_example1.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
controlnet_depth_flow_example.png filter=lfs diff=lfs merge=lfs -text
|
controlnet_depth_flow_example.png
ADDED
|
Git LFS Details
|