Instructions to use TheDenk/cogvideox-5b-controlnet-canny-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheDenk/cogvideox-5b-controlnet-canny-v1 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("TheDenk/cogvideox-5b-controlnet-canny-v1") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,10 +12,7 @@ tags:
|
|
| 12 |
|
| 13 |
# CogvideoX-5b Controlnet Extention
|
| 14 |
|
| 15 |
-
|
| 16 |
-
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/pdqauAcmf3d-v1mmu4UeR.mp4"></video>
|
| 17 |
-
|
| 18 |
-
### (Warning) This is raw version of controlnet. Better version will be published soon.
|
| 19 |
|
| 20 |
### How to
|
| 21 |
Clone repo
|
|
|
|
| 12 |
|
| 13 |
# CogvideoX-5b Controlnet Extention
|
| 14 |
|
| 15 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/MJuyaL8Kow8SOjuwRqP2H.mp4"></video>
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
### How to
|
| 18 |
Clone repo
|