mamaoohid commited on
Commit
de38612
1 Parent(s): b91db6e
Files changed (1) hide show
  1. a +3 -0
a ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from diffusers import DiffusionPipeline
2
+
3
+ pipeline = DiffusionPipeline.from_pretrained("dreamlike-art/dreamlike-photoreal-2.0")