Files changed (1) hide show
  1. README.md +3 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ prompt = "cat in the dark room"
2
+ image = pipe(prompt)["sample"][0]
3
+ image.save(f"cat.png")