Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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 |
|