ReuseAndDiffuse
Reuse and Diffuse: Iterative Denoising for Text-to-Video Generation
Install / Use
/learn @anonymous0x233/ReuseAndDiffuseREADME
Reuse and Diffuse: Iterative Denoising for Text-to-Video Generation
Model preparation
- VidRD LDM model: GoogleDrive
- VidRD Fine-tuned VAE: GoogleDrive
- StableDiffusion 2.1: HuggingFace
Below is an example structure of these model files.
assets/
├── ModelT2V.pth
├── vae_finetuned/
│ ├── diffusion_pytorch_model.bin
│ └── config.json
└── stable-diffusion-2-1-base/
├── scheduler/...
├── text_encoder/...
├── tokenizer/...
├── unet/...
├── vae/...
├── ...
└── README.md
Environment setup
Python version needs to be >=3.10.
pip install -r requirements.txt
Model inference
Configurations for model inferences are put in configs/examples.yaml including text prompts for video generation.
python main.py --config-name="example" \
++model.ckpt_path="assets/ModelT2V.pth" \
++model.temporal_vae_path="assets/vae_finetuned/" \
++model.pretrained_model_path="assets/stable-diffusion-2-1-base/"
BibTex
@article{reuse2023,
title = {Reuse and Diffuse: Iterative Denoising for Text-to-Video Generation},
journal = {arXiv preprint arXiv:2309.03549},
year = {2023}
}
Related Skills
docs-writer
98.6k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
328.6kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
arscontexta
2.8kClaude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.
docs
High-performance, modular RAG backend and "Knowledge Engine" Built with Go & Gin, featuring Git-Ops knowledge sync, pgvector semantic search, and OpenAI-compatible model support.
