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
Add video-to-video pipeline tag
Browse files
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
- cogvideox
|
| 7 |
- video-generation
|
| 8 |
- video-to-video
|
| 9 |
- controlnet
|
| 10 |
- diffusers
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# CogvideoX-5b Controlnet Extention
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
tags:
|
| 6 |
- cogvideox
|
| 7 |
- video-generation
|
| 8 |
- video-to-video
|
| 9 |
- controlnet
|
| 10 |
- diffusers
|
| 11 |
+
pipeline_tag: video-to-video
|
| 12 |
---
|
| 13 |
|
| 14 |
# CogvideoX-5b Controlnet Extention
|