File size: 605 Bytes
955d298
 
 
 
 
 
 
01d08ec
955d298
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
license: openrail
---
# TemporalNet2 for Diffusers

[CiaraRowles/TemporalNet2](https://huggingface.co/CiaraRowles/TemporalNet2) but converted for use with Diffusers!

At the moment loading the checkpoint requires a tiny 3-line fix to Diffusers ([see this PR](https://github.com/huggingface/diffusers/pull/3815)). You can install the working version of diffusers with:
```
pip install git+https://github.com/JCBrouwer/diffusers@expose-controlnet-conditioning-channels
```

Then you can use the script included in this repo to stylize videos using text prompts.
```
python temporalvideo_hf.py --help
```