Instructions to use H-oliday/SwiftVR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use H-oliday/SwiftVR with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("H-oliday/SwiftVR", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ license: apache-2.0
|
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
-
<p align="center"><img src="assets/teaser.avif" width="
|
| 11 |
|
| 12 |
|
| 13 |
|
|
@@ -55,7 +55,7 @@ license: apache-2.0
|
|
| 55 |
|
| 56 |
### Qualitative comparison
|
| 57 |
|
| 58 |
-
<img src="assets/qualitative.png" width="
|
| 59 |
|
| 60 |
|
| 61 |
|
|
@@ -187,11 +187,11 @@ RVR/
|
|
| 187 |
> Full-length restored clips (low-quality input → RVR, played back to back).
|
| 188 |
|
| 189 |
|
| 190 |
-
<video src="https://huggingface.co/H-oliday/RVR/resolve/main/assets/demo_1.mp4" controls width="
|
| 191 |
|
| 192 |
-
<video src="https://huggingface.co/H-oliday/RVR/resolve/main/assets/demo_2.mp4" controls width="
|
| 193 |
|
| 194 |
-
<video src="https://huggingface.co/H-oliday/RVR/resolve/main/assets/demo_3.mp4" controls width="
|
| 195 |
|
| 196 |
## 📖 Citation
|
| 197 |
---
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
+
<p align="center"><img src="assets/teaser.avif" width="100%" alt="RVR teaser"></p>
|
| 11 |
|
| 12 |
|
| 13 |
|
|
|
|
| 55 |
|
| 56 |
### Qualitative comparison
|
| 57 |
|
| 58 |
+
<img src="assets/qualitative.png" width="100%" alt="RVR teaser">
|
| 59 |
|
| 60 |
|
| 61 |
|
|
|
|
| 187 |
> Full-length restored clips (low-quality input → RVR, played back to back).
|
| 188 |
|
| 189 |
|
| 190 |
+
<video src="https://huggingface.co/H-oliday/RVR/resolve/main/assets/demo_1.mp4" controls width="100%"></video>
|
| 191 |
|
| 192 |
+
<video src="https://huggingface.co/H-oliday/RVR/resolve/main/assets/demo_2.mp4" controls width="100%"></video>
|
| 193 |
|
| 194 |
+
<video src="https://huggingface.co/H-oliday/RVR/resolve/main/assets/demo_3.mp4" controls width="100%"></video>
|
| 195 |
|
| 196 |
## 📖 Citation
|
| 197 |
---
|