Instructions to use diffusers-internal-dev/sd35-controlnet-canny-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusers-internal-dev/sd35-controlnet-canny-8b with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("diffusers-internal-dev/sd35-controlnet-canny-8b") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ For organizations with annual revenue more than $1M, please contact us [here](ht
|
|
| 70 |
|
| 71 |
For local or self-hosted use, we recommend [ComfyUI](https://github.com/comfyanonymous/ComfyUI) for node-based UI inference, or the [standalone SD3.5 repo](https://github.com/Stability-AI/sd3.5) for programmatic use.
|
| 72 |
|
| 73 |
-
|
| 74 |
|
| 75 |
### Usage in ComfyUI
|
| 76 |
|
|
|
|
| 70 |
|
| 71 |
For local or self-hosted use, we recommend [ComfyUI](https://github.com/comfyanonymous/ComfyUI) for node-based UI inference, or the [standalone SD3.5 repo](https://github.com/Stability-AI/sd3.5) for programmatic use.
|
| 72 |
|
| 73 |
+
You can also use [🧨 Diffusers](https://github.com/huggingface/diffusers).
|
| 74 |
|
| 75 |
### Usage in ComfyUI
|
| 76 |
|