https://github.com/aliakseis/mov2mov
Experimental
https://github.com/aliakseis/mov2mov
diffusers ffmpeg huggingface stable-diffusion
Last synced: 8 months ago
JSON representation
Experimental
- Host: GitHub
- URL: https://github.com/aliakseis/mov2mov
- Owner: aliakseis
- License: mit
- Created: 2023-10-18T10:10:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T10:04:34.000Z (over 1 year ago)
- Last Synced: 2025-01-25T06:43:02.363Z (9 months ago)
- Topics: diffusers, ffmpeg, huggingface, stable-diffusion
- Language: C++
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mov2mov
Experimental

```
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
pip3 install diffusers
pip3 install transformers
pip3 install accelerate
pip3 install xformers==0.0.21
pip3 install triton
```