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
Browse filesGenerated example for model OFT/MODEL_SD15_RockRaiderRuby_v01.
Prompt: photo of rockraiderruby in fallout76, detailed, smooth, sharp focus, no blur, no dof, ultra realism, lighting, ultra-detailed, professional photography, photo-realism, realistic, award winning photography, dslr, highest quality, insanely detailed, highly detailed portrait, 35 mm, 8k, sharp, highly detailed skin, hyper realistic, realistic face, unity 8k wallpaper, ultra high res, photorealistic, real picture, intricate details, ultra highres, masterpiece, (best quality:1.1), 4k, uhd, highres, awardwinning picture, score_9, score_8_up, score_7_up, masterpiece, (best quality:1.1), 4k,, uhd, highres
- README.md +12 -0
- images/example_3yfqt3u3p.png +0 -0
README.md
CHANGED
|
@@ -8,6 +8,18 @@ widget:
|
|
| 8 |
- text: photo of rockraiderruby
|
| 9 |
output:
|
| 10 |
url: images/example_xt8lpaiqq.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
---
|
| 13 |
<h1>Rock Raider Ruby</h1>
|
|
|
|
| 8 |
- text: photo of rockraiderruby
|
| 9 |
output:
|
| 10 |
url: images/example_xt8lpaiqq.png
|
| 11 |
+
- text: >-
|
| 12 |
+
photo of rockraiderruby in fallout76, detailed, smooth, sharp focus, no
|
| 13 |
+
blur, no dof, ultra realism, lighting, ultra-detailed, professional
|
| 14 |
+
photography, photo-realism, realistic, award winning photography, dslr,
|
| 15 |
+
highest quality, insanely detailed, highly detailed portrait, 35 mm, 8k,
|
| 16 |
+
sharp, highly detailed skin, hyper realistic, realistic face, unity 8k
|
| 17 |
+
wallpaper, ultra high res, photorealistic, real picture, intricate details,
|
| 18 |
+
ultra highres, masterpiece, (best quality:1.1), 4k, uhd, highres,
|
| 19 |
+
awardwinning picture, score_9, score_8_up, score_7_up, masterpiece, (best
|
| 20 |
+
quality:1.1), 4k,, uhd, highres
|
| 21 |
+
output:
|
| 22 |
+
url: images/example_3yfqt3u3p.png
|
| 23 |
|
| 24 |
---
|
| 25 |
<h1>Rock Raider Ruby</h1>
|
images/example_3yfqt3u3p.png
ADDED
|