Instructions to use rabidgremlin/sd-db-epic-space-machine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rabidgremlin/sd-db-epic-space-machine with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rabidgremlin/sd-db-epic-space-machine", 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
- Local Apps
- Draw Things
- DiffusionBee
rabidgremlin commited on
Commit ·
26ac28f
1
Parent(s): 383b6bb
Added wires example
Browse files
A photo of a tangle of wires, close up, 8K, in EpicSpaceMachine style.jpg
ADDED
|
README.md
CHANGED
|
@@ -41,6 +41,9 @@ Prompt: Photo of a large excavator engine in EpicSpaceMachine style
|
|
| 41 |
Prompt: Photo of A10 Warthog, 4K, award winning in EpicSpaceMachine style
|
| 42 |

|
| 43 |
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
## License
|
| 46 |
|
|
|
|
| 41 |
Prompt: Photo of A10 Warthog, 4K, award winning in EpicSpaceMachine style
|
| 42 |

|
| 43 |
|
| 44 |
+
Prompt: A photo of a tangle of wires, close up, 8K, in EpicSpaceMachine style
|
| 45 |
+

|
| 46 |
+
|
| 47 |
|
| 48 |
## License
|
| 49 |
|