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", 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
|
@@ -1,16 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
| 4 |
-
widget:
|
| 5 |
-
- text: "Demo 1"
|
| 6 |
-
output:
|
| 7 |
-
url: assets/demo_1.mp4
|
| 8 |
-
- text: "Demo 2"
|
| 9 |
-
output:
|
| 10 |
-
url: assets/demo_2.mp4
|
| 11 |
-
- text: "Demo 3"
|
| 12 |
-
output:
|
| 13 |
-
url: assets/demo_3.mp4
|
| 14 |
---
|
| 15 |
|
| 16 |
<div align="center">
|
|
@@ -204,7 +194,11 @@ RVR/
|
|
| 204 |
> Full-length restored clips (low-quality input → RVR, played back to back).
|
| 205 |
|
| 206 |
|
| 207 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
|
| 209 |
## 📖 Citation
|
| 210 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
<div align="center">
|
|
|
|
| 194 |
> Full-length restored clips (low-quality input → RVR, played back to back).
|
| 195 |
|
| 196 |
|
| 197 |
+
<video src="assets/demo_1.mp4" controls width="100%"></video>
|
| 198 |
+
|
| 199 |
+
<video src="assets/demo_2.mp4" controls width="100%"></video>
|
| 200 |
+
|
| 201 |
+
<video src="assets/demo_3.mp4" controls width="100%"></video>
|
| 202 |
|
| 203 |
## 📖 Citation
|
| 204 |
---
|