Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jeisonf97
/
dalle
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jeisonf97
commited on
Apr 9, 2024
Commit
bac1e3d
·
verified
·
1 Parent(s):
a577ab2
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from diffusers import DiffusionPipeline
2
+
3
+
pipeline = DiffusionPipeline.from_pretrained("fluently/Fluently-XL-v2")
4
+
pipeline.load_lora_weights("ehristoforu/dalle-3-xl-v2")