Instructions to use hf-internal-testing/tiny-controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hf-internal-testing/tiny-controlnet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("hf-internal-testing/tiny-controlnet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "hf-internal-testing/tiny-stable-diffusion-pipe-no-safety", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Commit ·
b9292c9
1
Parent(s): c58e7d7
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
-
base_model: hf-internal-testing/tiny-stable-diffusion-pipe-
|
| 4 |
tags:
|
| 5 |
- art
|
| 6 |
- controlnet
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
base_model: hf-internal-testing/tiny-stable-diffusion-pipe-no-safety
|
| 4 |
tags:
|
| 5 |
- art
|
| 6 |
- controlnet
|