Instructions to use HigherHu/SVOR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HigherHu/SVOR with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("HigherHu/SVOR", 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
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ library_name: diffusers
|
|
| 17 |
<a href="https://xiaomi-research.github.io/svor" target='_blank'>
|
| 18 |
<img src="https://img.shields.io/badge/🐳-Project%20Page-blue">
|
| 19 |
</a>
|
| 20 |
-
<a href='https://
|
| 21 |
-
<img src='https://img.shields.io/badge/
|
| 22 |
</a>
|
| 23 |
<a href='https://huggingface.co/datasets/HigherHu/RORD-50'>
|
| 24 |
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-RORD--50-orange'>
|
|
|
|
| 17 |
<a href="https://xiaomi-research.github.io/svor" target='_blank'>
|
| 18 |
<img src="https://img.shields.io/badge/🐳-Project%20Page-blue">
|
| 19 |
</a>
|
| 20 |
+
<a href='https://github.com/xiaomi-research/svor/'>
|
| 21 |
+
<img src='https://img.shields.io/badge/github-code-blue?logo=github'>
|
| 22 |
</a>
|
| 23 |
<a href='https://huggingface.co/datasets/HigherHu/RORD-50'>
|
| 24 |
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-RORD--50-orange'>
|