Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mcdlee
/
prompthero-openjourney
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1266c55
prompthero-openjourney
/
app.py
mcdlee
Update app.py
1266c55
over 2 years ago
raw
Copy download link
history
blame
Safe
173 Bytes
import
os
os.environ[
"HF_ENDPOINT"
] =
"https://huggingface.co"
from
diffusers
import
DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained(
"andite/anything-v4.0"
)