Instructions to use OFT/MODEL_SD15_RockRaiderRuby_v01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OFT/MODEL_SD15_RockRaiderRuby_v01 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OFT/MODEL_SD15_RockRaiderRuby_v01", dtype=torch.bfloat16, device_map="cuda") prompt = "photo of the sunset" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#3
by OFT - opened
- README.md +3 -0
- images/example_xt8lpaiqq.png +0 -0
README.md
CHANGED
|
@@ -5,6 +5,9 @@ widget:
|
|
| 5 |
- text: photo of the sunset
|
| 6 |
output:
|
| 7 |
url: images/example_905ceio2p.png
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
---
|
| 10 |
<h1>Rock Raider Ruby</h1>
|
|
|
|
| 5 |
- text: photo of the sunset
|
| 6 |
output:
|
| 7 |
url: images/example_905ceio2p.png
|
| 8 |
+
- text: photo of rockraiderruby
|
| 9 |
+
output:
|
| 10 |
+
url: images/example_xt8lpaiqq.png
|
| 11 |
|
| 12 |
---
|
| 13 |
<h1>Rock Raider Ruby</h1>
|
images/example_xt8lpaiqq.png
ADDED
|