Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def plex(prompt,neg_prompt,stips,nut,wit,het,gaul,progress=gr.Progress(track_tqd
|
|
77 |
image = pipe(prompt=[prompt]*2, negative_prompt=[neg_prompt]*2, generator=generator, num_inference_steps=stips,height=het,width=wit)
|
78 |
for a, imze in enumerate(image["images"]):
|
79 |
apol.append(imze)
|
80 |
-
imze.save('./tmpo/'+fnamo+'_'+str(
|
81 |
chdr(apol,prompt,modil,stips,fnamo,gaul)
|
82 |
return apol
|
83 |
|
|
|
77 |
image = pipe(prompt=[prompt]*2, negative_prompt=[neg_prompt]*2, generator=generator, num_inference_steps=stips,height=het,width=wit)
|
78 |
for a, imze in enumerate(image["images"]):
|
79 |
apol.append(imze)
|
80 |
+
imze.save('./tmpo/'+fnamo+'_'+str(a)+'.png', 'PNG')
|
81 |
chdr(apol,prompt,modil,stips,fnamo,gaul)
|
82 |
return apol
|
83 |
|