Instructions to use ngoctham/SwiftVR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ngoctham/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("ngoctham/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
https://github.com/H-oliday/SwiftVR
Browse files- .gitattributes +1 -0
- SwiftVR-main.zip +3 -0
.gitattributes
CHANGED
|
@@ -6,3 +6,4 @@ assets/demo_2.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
| 6 |
assets/demo_3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 7 |
assets/qualitative.png filter=lfs diff=lfs merge=lfs -text
|
| 8 |
assets/teaser.avif filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 6 |
assets/demo_3.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 7 |
assets/qualitative.png filter=lfs diff=lfs merge=lfs -text
|
| 8 |
assets/teaser.avif filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
SwiftVR-main.zip filter=lfs diff=lfs merge=lfs -text
|
SwiftVR-main.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:152cd295c4a9b4075a14f05cb85f910f23f0c4d9cb5953164063025e803ae98e
|
| 3 |
+
size 15123991
|