RefDecoder / README.md
Arrokothwhi's picture
fix the zero cluster's torch version
1a9df5b
---
title: RefDecoder I2V Demo
emoji: 🎬
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 6.14.0
python_version: "3.10.13"
app_file: app.py
pinned: false
---
# RefDecoder I2V Demo
This Space:
1. Generates Wan I2V latents from an input image and prompt
2. Saves the latent tensor as a `.pt` file
3. Decodes the same latents with Wan VAE
4. Decodes the same latents with RefDecoder
The RefDecoder checkpoint is downloaded at runtime from:
`Arrokothwhi/RefDecoder` -> `I2V_Wan2.1/model.pt`
This Space is intended for Gradio + ZeroGPU deployment.