ford442 commited on
Commit
001c58c
·
verified ·
1 Parent(s): 9de4246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 after 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"Now added pip 24 torch \n")
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)