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/DeliberateRealisticWoop", dtype=torch.bfloat16, device_map="cuda")

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

DeliberateRealisticWoop

This model is a mix of Deliberate, Realistic Vision 1.3 and WoopWoopPhoto 1.1 by zoidbb, XpucT, SG_161222 and osi1880vr. The mini version is fp16-no-ema and the other has the zVAE baked in.

Original page: https://civitai.com/models/7354/deliberate-realistic-woop

Sample and prompt:

image/png

pretty cute little girl, detailed chibi eyes, gorgeous detailed hair, beautiful detailed shoes, dark clouds, digital art, artstation, detailed, realistic, trending, 3 d render, hd 4k ultra hd, art by orunghee lee, art by johan grenier, ivan shishkin trending on

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

Spaces using Yntec/DeliberateRealisticWoop 58