Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,8 @@ def run_dif(prompt,im_path,model_drop,cnt,strength,guidance,infer,im_height,im_w
|
|
98 |
im_roll.save(f'comb-{uid}-tmp.png')
|
99 |
out = f'comb-{uid}-tmp.png'
|
100 |
else:
|
101 |
-
tmp_im = Image.open(out_box[0])
|
|
|
102 |
tmp_im.save(f'comb-{uid}-tmp.png')
|
103 |
out = f'comb-{uid}-tmp.png'
|
104 |
|
|
|
98 |
im_roll.save(f'comb-{uid}-tmp.png')
|
99 |
out = f'comb-{uid}-tmp.png'
|
100 |
else:
|
101 |
+
#tmp_im = Image.open(out_box[0])
|
102 |
+
tmp_im = out_box[0]
|
103 |
tmp_im.save(f'comb-{uid}-tmp.png')
|
104 |
out = f'comb-{uid}-tmp.png'
|
105 |
|