How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/DeliShaper", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

DeliShaper

A mix of Deliberate and DreamShaper 8 to get the best of both worlds!

Comparison: Sample (click for larger)

Sample and prompt: Sample

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

Original pages:

https://civitai.com/models/4384?modelVersionId=80261 (Dream Shaper 8)

https://huggingface.co/XpucT/Deliberate (Deliberate)

Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/DeliShaper 55