Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Peter07008
/
ham
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b189733
ham
/
app.py
Peter07008
Update app.py
b189733
verified
5 months ago
raw
Copy download link
history
blame
Safe
217 Bytes
from
diffusers
import
DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained(
"stabilityai/sv4d"
)
prompt =
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[
0
]