JoPmt commited on
Commit
699f7aa
1 Parent(s): 2ca45e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -93,9 +93,8 @@ def plex(cook, img, neg_prompt, stips, prior_stps, itr_stps, one, two, three, nu
93
  for i, imge in enumerate(imas["images"]):
94
  apol.append(imge)
95
  imge.save('./tmpo/'+fnamo+'_'+str(i)+'.png', 'PNG')
96
- imags.save('./tmpo/'+fnamo+'_half.png', 'PNG')
97
  apol.append(imags)
98
-
99
  chdr(apol,prompt,modil,stips,fnamo,gaul)
100
  return apol
101
 
 
93
  for i, imge in enumerate(imas["images"]):
94
  apol.append(imge)
95
  imge.save('./tmpo/'+fnamo+'_'+str(i)+'.png', 'PNG')
96
+ imags.save('./tmpo/'+fnamo+'_half.png', 'PNG')
97
  apol.append(imags)
 
98
  chdr(apol,prompt,modil,stips,fnamo,gaul)
99
  return apol
100