Spaces:
Running
on
Zero
Running
on
Zero
drscotthawley
commited on
Commit
•
3664313
1
Parent(s):
f084bcc
added seed scale
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def process_image(image, repaint, busyness):
|
|
141 |
# print("Calling: ", args,"\n")
|
142 |
# return_value = call(args)
|
143 |
# print("Return value = ", return_value)
|
144 |
-
args = Args(batch_size=bs, checkpoint=CKPT, config=f'{CT_HOME}/configs/config_pop909_256x256_chords.json', n=num, prefix=PREFIX, init_image=masked_img_file, steps=100, repaint=repaint)
|
145 |
print(" Now calling zero_wrapper with args = ",args,"\n")
|
146 |
zero_wrapper(args, accelerator, device)
|
147 |
|
|
|
141 |
# print("Calling: ", args,"\n")
|
142 |
# return_value = call(args)
|
143 |
# print("Return value = ", return_value)
|
144 |
+
args = Args(batch_size=bs, checkpoint=CKPT, config=f'{CT_HOME}/configs/config_pop909_256x256_chords.json', n=num, prefix=PREFIX, init_image=masked_img_file, steps=100, seed_scale=0.0, repaint=repaint)
|
145 |
print(" Now calling zero_wrapper with args = ",args,"\n")
|
146 |
zero_wrapper(args, accelerator, device)
|
147 |
|