Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General
Anime
Art
Girl
Photorealistic
3D
LandScapes
stable-diffusion
stable-diffusion-diffusers
XpucT
Lykon
Instructions to use moonlightnexus/shaper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use moonlightnexus/shaper with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("moonlightnexus/shaper", 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 Settings
- Draw Things
- DiffusionBee
Commit ·
5abae8b
1
Parent(s): 1f70643
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,21 +20,3 @@ tags:
|
|
| 20 |
- Lykon
|
| 21 |
---
|
| 22 |
|
| 23 |
-
# DeliShaper
|
| 24 |
-
|
| 25 |
-
A mix of Deliberate and DreamShaper 8 to get the best of both worlds!
|
| 26 |
-
|
| 27 |
-
Comparison:
|
| 28 |
-

|
| 29 |
-
(click for larger)
|
| 30 |
-
|
| 31 |
-
Sample and prompt:
|
| 32 |
-

|
| 33 |
-
|
| 34 |
-
Ikea catalogue photo of a Pretty CUTE girl, sitting, DETAILED CHIBI EYES, steampunk farmhouse kitchen, gorgeous hair, Magazine ad, iconic, 1949, sharp focus. acrylic art on canvas by paul lehr and ROSSDRAWS and Clay Mann
|
| 35 |
-
|
| 36 |
-
Original pages:
|
| 37 |
-
|
| 38 |
-
https://civitai.com/models/4384?modelVersionId=80261 (Dream Shaper 8)
|
| 39 |
-
|
| 40 |
-
https://civitai.com/models/4823/deliberate (Deliberate 2)
|
|
|
|
| 20 |
- Lykon
|
| 21 |
---
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|