Text-to-Image
Diffusers
Safetensors
English
controlnet
controlnext
stable-diffusion
stable-diffusion-xl
stable-video-diffusion
Instructions to use Pbihao/ControlNeXt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Pbihao/ControlNeXt with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Pbihao/ControlNeXt") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Create README.md (#7)
Browse files- Create README.md (fb77fb9a0b4d5bae9e103638f71e19ec89a056cb)
Co-authored-by: Euge <Eugeoter@users.noreply.huggingface.co>
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Nahrawy/VIDIT-Depth-ControlNet
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
library_name: diffusers
|
| 8 |
+
tags:
|
| 9 |
+
- diffusers
|
| 10 |
+
- safetensors
|
| 11 |
+
- text-to-image
|
| 12 |
+
- controlnet
|
| 13 |
+
- controlnext
|
| 14 |
+
- stable-diffusion
|
| 15 |
+
- stable-diffusion-xl
|
| 16 |
+
- stable-video-diffusion
|
| 17 |
+
---
|