TheLastBen
commited on
Commit
•
eb4ca13
1
Parent(s):
45762b5
Update Scripts/mainpaperspacev2.py
Browse files
Scripts/mainpaperspacev2.py
CHANGED
@@ -141,7 +141,7 @@ def downloadmodel_pthv2(Model_Path, safetensors):
|
|
141 |
os.chdir('/notebooks')
|
142 |
clear_output()
|
143 |
done()
|
144 |
-
while not os.path.exists('stable-diffusion-custom/unet/diffusion_pytorch_model.bin'):
|
145 |
print('[1;31mConversion error')
|
146 |
os.chdir('/notebooks')
|
147 |
time.sleep(5)
|
|
|
141 |
os.chdir('/notebooks')
|
142 |
clear_output()
|
143 |
done()
|
144 |
+
while not os.path.exists('/models/stable-diffusion-custom/unet/diffusion_pytorch_model.bin'):
|
145 |
print('[1;31mConversion error')
|
146 |
os.chdir('/notebooks')
|
147 |
time.sleep(5)
|