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
Rename deplth_example1.png to depth_example1.png
Browse files
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ deplth_example1.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
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
|
|
|
|
|
|
| 37 |
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
|
deplth_example1.png → depth_example1.png
RENAMED
|
File without changes
|