My Video Relight Model
This model was fine-tuned to perform video relighting using Stable Video Diffusion.
...
Usage
from diffusers import StableVideoDiffusionPipeline
pipe = StableVideoDiffusionPipeline.from_pretrained(
"your-username/my-video-relight-model", torch_dtype=torch.float16
).to("cuda")
...
- Downloads last month
- 1