Hmrishav Bandyopadhyay . Yi-Zhe Song
Try out our Hugging Face Space!
Powered by ZeroGPU - Special thanks to Hugging Face 🙌
conda env create -f flipsketch.yml
git lfs install
git clone https://huggingface.co/Hmrishav/t2v_sketch-lora
mv t2v_sketch-lora/checkpoint-2500 ./checkpoint-2500/
python app.py
To use the codebase with PyTorch2.0, modify here to import from text2vid_torch2.py instead of text2vid_modded.py
We use a T2V model fine-tuned on sketch animations, and condition it to follow an input sketch.
We perform attention composition with reference noise from the input sketch.
If you find FlipSketch useful, consider citing our work:
@inproceedings{bandyopadhyay2024flipsketch,
title={FlipSketch: Flipping static Drawings to Text-Guided Sketch Animations},
author={Hmrishav Bandyopadhyay and Yi-Zhe Song},
booktitle={CVPR},
year={2025}
}
34 commits
Python
88.1%
HTML
11.9%
Hmrishav Bandyopadhyay . Yi-Zhe Song
Try out our Hugging Face Space!
Powered by ZeroGPU - Special thanks to Hugging Face 🙌
conda env create -f flipsketch.yml
git lfs install
git clone https://huggingface.co/Hmrishav/t2v_sketch-lora
mv t2v_sketch-lora/checkpoint-2500 ./checkpoint-2500/
python app.py
To use the codebase with PyTorch2.0, modify here to import from text2vid_torch2.py instead of text2vid_modded.py
We use a T2V model fine-tuned on sketch animations, and condition it to follow an input sketch.
We perform attention composition with reference noise from the input sketch.
If you find FlipSketch useful, consider citing our work:
@inproceedings{bandyopadhyay2024flipsketch,
title={FlipSketch: Flipping static Drawings to Text-Guided Sketch Animations},
author={Hmrishav Bandyopadhyay and Yi-Zhe Song},
booktitle={CVPR},
year={2025}
}
34 commits
Python
88.1%
HTML
11.9%