DOVE: Efficient One-Step Diffusion Model for Real-World Video Super-Resolution
Paper • 2505.16239 • Published
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("natalie5/DOVE", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
I am not the author of this model or code. The original is linked below.
https://github.com/zhengchen1999/DOVE/
This is a mirror of the model that the original authors posted on their github page linked above.
# Gated model: Login with a HF token with gated access permission hf auth login