Downloads · 30 days
0
Zeus1519/Zeus
Zeus is a machine learning model from Zeus1519. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
Downloads · 30 days
0
Access
Public
Updated Feb 12, 2025
Repo size
—
Likes
0
Public
Click a slice to open those files.
Other1.5 KB · 85%
From the Hugging Face model README
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]