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

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

in test ...

06001024-6da0-49fd-ac13-20670a0c7cd4.jpeg

401566c4-f613-49a1-ac1b-81a187d5d632.jpeg

See other images I generated by huggingface's API :

https://huggingface.co/digiplay/ya3p_VAE/discussions/2

girl upper body,close-up ,mountain and lake,wide landscape 3146d505-6364-496e-9ec4-6080b03538b6.jpeg

53cff0be-8f97-4b15-bc5e-d3f4b91e4fdb.jpeg

3233a2c3-494a-4b2c-ba3f-0738e278763e.jpeg

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

Spaces using digiplay/ya3p_VAE 62