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
Upload 2 files
Browse files
ControlAny-SDXL/vidit_depth/controlnet.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6495bae07dc977fcff9a1fba67dd83a82b17218b5dae729cad67e679631f350f
|
| 3 |
+
size 22446544
|
ControlAny-SDXL/vidit_depth/unet.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d98c505063d65659f00a95b26ffb7ddf4f299d197ce60bac4b6584548b372aa
|
| 3 |
+
size 204984648
|