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

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

DucHaitenDreamWorld v1.3

No-ema version of this model.

If you like this content, support DucHaiten at: https://linktr.ee/Duc_Haiten

Sample and prompts:

Sample

Sample

textured EYES, Portrait of Pretty CUTE LITTLE Girl dressed of coke clothes countryside country style country house fantasy character portrait, 1949, cinematic lighting. hayao miyazaki on canvas ​By design key visual and rossdraws ​and ross tran

Original page: https://civitai.com/models/7039?modelVersionId=8275

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

Spaces using Yntec/DreamWorld 48