Update README.md
#5
by
alibehzadir
- opened
No description provided.
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("BestWishYsh/MagicTime")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]