Reward-Forcing-T2V-1.3B
1
ā
by
JaydenLu666
Other
OTHER
1.3B params
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
3GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
2GB+ RAM
Code Examples
š ļø Installationbash
conda create -n reward_forcing python=3.10
conda activate reward_forcingStep 2: Create conda environmentbash
pip install -r requirements.txt
pip install flash-attn --no-build-isolationStep 3: Install dependenciesbash
pip install -e .Quick Download Scriptbash
pip install "huggingface_hub[cli]"
# Download all checkpoints
bash download_checkpoints.shQuick Download Scriptbash
# 5-seconds video inference
python inference.py \
--num_output_frames 21 \
--config_path configs/reward_forcing.yaml \
--checkpoint_path checkpoints/Reward-Forcing-T2V-1.3B/rewardforcing.pt \
--output_folder videos/rewardforcing-5s \
--data_path prompts/MovieGenVideoBench_extended.txt \
--use_ema
# 30-seconds video inference
python inference.py \
--num_output_frames 120 \
--config_path configs/reward_forcing.yaml \
--checkpoint_path checkpoints/Reward-Forcing-T2V-1.3B/rewardforcing.pt \
--output_folder videos/rewardforcing-30s \
--data_path prompts/MovieGenVideoBench_extended.txt \
--use_emaDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.