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
Commit History
Update README.md bad35fd verified
Update README.md ff5ca16 verified
Update README.md 456434e verified
Update README.md 0c8be9e verified
Upload README.md 0ff8907 verified
Upload README.md 6526a8d verified
Upload 3 files 40de76f verified
Update README.md c0fe318 verified
Update README.md 76bf88b verified
Update README.md fc63453 verified
Update README.md 6ca06f3 verified
Update README.md 288d99a verified
Update README.md 6c931e0 verified
Update README.md 87598b0 verified
Update README.md f51742f verified
Update README.md 288c743 verified
Update README.md 1c028d9 verified
Update README.md 084e05e verified
Update README.md 097e047 verified
Update README.md 8f71faa verified
Update README.md 3921dda verified
initial commit ce7b787 verified
kakiya commited on