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

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

2024 Update: hi, this is no VAE version, VAE version is here: https://huggingface.co/digiplay/WhiteDreamyHillMix_v1_VAE

no VAE DEMO image (generated by Huggingface's API / 2024 MAY ) :

bfa230f3-877e-41af-a397-531b81a5116e.jpeg

Model info:

https://civitai.com/models/44341/whitedreamyhillmix

Original Author's DEMO image :

Sample image I made:

c24651c2-143b-4b54-98bb-0354f6a2c254.jpeg

prompt :

cute angel and a big rabbit in the cake store,close-up ,warm color tone,eating a stawberry cake

Downloads last month
34
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/WhiteDreamyHillMix_v1 53