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
svd files
Browse files
ControlNeXt-SVD/finetune/controlnet.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:481f3d8f3e40281a0ef76150abe90699438b19d95b51f0fdb546873a16301a7d
|
| 3 |
+
size 22461411
|
ControlNeXt-SVD/finetune/unet_fp16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:695038ac83633ebb8b112fd51a0f76e307a0ffe72a0d5a4cb74ec15f960c3f56
|
| 3 |
+
size 3049732926
|
ControlNeXt-SVD/learned_params/unert_learned_params.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d2c54969f972a1c1541dfef6fd2717ab839671151f2d6c5ddb7a904a742f0dd
|
| 3 |
+
size 99269414
|
ControlNeXt-SVD/pretrained/unet_fp16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:563269368628c81e8b37b7d904cc807f8601f53eb344102b82414a3ca0f68e40
|
| 3 |
+
size 3049731494
|