patrickvonplaten commited on
Commit
4fd141b
1 Parent(s): d4e1921
fantasy_landscape_0.png ADDED

Git LFS Details

  • SHA256: c29c3d1208d05568ec3ca143783452ceb46c4b1be4c15cb4ad7f599e77ea22c9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB
fantasy_landscape_1.png ADDED

Git LFS Details

  • SHA256: 87db3c19f47fa9df2ffb119eb540f33ab30dfcb1a9f8b9f0c8a7f73cc86af617
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
fantasy_landscape_2.png ADDED

Git LFS Details

  • SHA256: 5ab81e336517a64985e6fb4f00e1dd240936de295388ea6d572fb8d0f2cf1e60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
fantasy_landscape_3.png ADDED

Git LFS Details

  • SHA256: 3bb6d697d0bf44253782c195f856d05e6161ea57549056ce09f9c14f02fba4df
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
run.py CHANGED
@@ -20,5 +20,5 @@ prompt = "A fantasy landscape, trending on artstation"
20
 
21
  images = pipe(4 * [init_image]).images
22
 
23
- for i in range(images):
24
  images[i].save(f"fantasy_landscape_{i}.png")
 
20
 
21
  images = pipe(4 * [init_image]).images
22
 
23
+ for i in range(len(images)):
24
  images[i].save(f"fantasy_landscape_{i}.png")