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
#3
by Eugeoter - opened
ControlAny-SDXL/anime_canny/controlnet.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dade00bd8db88a939c51147e49df0ce286a5292286087c1387b98b09ef7319d2
|
| 3 |
+
size 14110296
|
ControlAny-SDXL/anime_canny/unet.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcef521b33297086ced5939da4060958d541b64eb0b81ac7e6d298ba07eba3fe
|
| 3 |
+
size 204985792
|