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

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

Model info:

Author : Yntec

Wonder Model SHA-0508 VERSION, BACKUP

πŸ₯°Very Cute and Wonderful Model for generated Cartoon characters

(API Scheduler type:DDIM)

https://huggingface.co/Yntec/Wonder/blob/2e630b7de3dd48e89d5e76791e74c8a6ed23895d/Wonder__.safetensors

Sample image generated by Huggingface's API :

d38aac5e-fdf7-4ca8-b71e-9f7d84c14d4c.jpeg ffdc3395-60c7-4f26-9f59-ce78d51a063e.jpeg

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

Spaces using digiplay/Yntec_Wonder_0508_DDIM 30