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