Instructions to use shuttleai/shuttle-3-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shuttleai/shuttle-3-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("shuttleai/shuttle-3-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Venus floating market at dawn, fantasy digital art, highly detailed, atmospheric lighting with film-like light leaks, impressive background, studio photo style, cinematic, intricate details." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add a base model to increase visibility
Browse files
README.md
CHANGED
|
@@ -10,19 +10,27 @@ tags:
|
|
| 10 |
- shuttle
|
| 11 |
widget:
|
| 12 |
- text: >-
|
| 13 |
-
Venus floating market at dawn, fantasy digital art, highly detailed,
|
|
|
|
|
|
|
| 14 |
output:
|
| 15 |
url: gallery/1.webp
|
| 16 |
- text: >-
|
| 17 |
-
Silent forest, sun barely piercing treetops, mysterious lake turns dark red
|
|
|
|
|
|
|
| 18 |
output:
|
| 19 |
url: gallery/2.webp
|
| 20 |
- text: >-
|
| 21 |
-
A beautiful photo showcases a night waterfall in the jungle, illuminated
|
|
|
|
|
|
|
|
|
|
| 22 |
output:
|
| 23 |
url: gallery/3.webp
|
| 24 |
-
|
| 25 |
instance_prompt: null
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
# Shuttle 3 Diffusion
|
|
|
|
| 10 |
- shuttle
|
| 11 |
widget:
|
| 12 |
- text: >-
|
| 13 |
+
Venus floating market at dawn, fantasy digital art, highly detailed,
|
| 14 |
+
atmospheric lighting with film-like light leaks, impressive background,
|
| 15 |
+
studio photo style, cinematic, intricate details.
|
| 16 |
output:
|
| 17 |
url: gallery/1.webp
|
| 18 |
- text: >-
|
| 19 |
+
Silent forest, sun barely piercing treetops, mysterious lake turns dark red
|
| 20 |
+
at dawn, reflecting colorful sky. Lone tree on shore with diamond-like
|
| 21 |
+
dewdrops, photorealistic.
|
| 22 |
output:
|
| 23 |
url: gallery/2.webp
|
| 24 |
- text: >-
|
| 25 |
+
A beautiful photo showcases a night waterfall in the jungle, illuminated
|
| 26 |
+
with a subtle blue tint that adds an ethereal touch. Fireflies float
|
| 27 |
+
delicately around, their gentle glow enhancing the magical ambiance of the
|
| 28 |
+
scene.
|
| 29 |
output:
|
| 30 |
url: gallery/3.webp
|
|
|
|
| 31 |
instance_prompt: null
|
| 32 |
+
base_model:
|
| 33 |
+
- black-forest-labs/FLUX.1-schnell
|
| 34 |
---
|
| 35 |
|
| 36 |
# Shuttle 3 Diffusion
|