Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -216,11 +216,11 @@ def uploadNote():
|
|
216 |
f.write(f"Guidance Scale: {guidance_scale} \n")
|
217 |
f.write(f"SPACE SETUP: \n")
|
218 |
f.write(f"Use Model Dtype: no \n")
|
219 |
-
f.write(f"Model Scheduler: Euler_a custom
|
220 |
f.write(f"Model VAE: juggernaut to bfloat before cuda then attn_proc \n")
|
221 |
f.write(f"Model UNET: default ford442/RealVisXL_V5.0_BF16 \n")
|
222 |
f.write(f"Model HiDiffusion OFF \n")
|
223 |
-
f.write(f"
|
224 |
upload_to_ftp(filename)
|
225 |
|
226 |
@spaces.GPU(duration=30)
|
|
|
216 |
f.write(f"Guidance Scale: {guidance_scale} \n")
|
217 |
f.write(f"SPACE SETUP: \n")
|
218 |
f.write(f"Use Model Dtype: no \n")
|
219 |
+
f.write(f"Model Scheduler: Euler_a custom before cuda \n")
|
220 |
f.write(f"Model VAE: juggernaut to bfloat before cuda then attn_proc \n")
|
221 |
f.write(f"Model UNET: default ford442/RealVisXL_V5.0_BF16 \n")
|
222 |
f.write(f"Model HiDiffusion OFF \n")
|
223 |
+
f.write(f"Model do_resize OFF \n")
|
224 |
upload_to_ftp(filename)
|
225 |
|
226 |
@spaces.GPU(duration=30)
|