ford442 commited on
Commit
a2f5e03
·
verified ·
1 Parent(s): b545480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -142,9 +142,9 @@ def uploadNote(prompt,num_inference_steps,guidance_scale,timestamp):
142
  f.write(f"Steps: {num_inference_steps} \n")
143
  f.write(f"Guidance Scale: {guidance_scale} \n")
144
  f.write(f"SPACE SETUP: \n")
145
- f.write(f"Use Model Dtype: no \n")
146
  f.write(f"Model Scheduler: Euler_a all_custom before cuda \n")
147
- f.write(f"Model VAE: sdxl-vae-bf16 before cuda then attn_proc / scale factor 8 \n")
 
148
  upload_to_ftp(filename)
149
 
150
  @spaces.GPU(duration=30)
 
142
  f.write(f"Steps: {num_inference_steps} \n")
143
  f.write(f"Guidance Scale: {guidance_scale} \n")
144
  f.write(f"SPACE SETUP: \n")
 
145
  f.write(f"Model Scheduler: Euler_a all_custom before cuda \n")
146
+ f.write(f"Model VAE: sdxl-vae-bf16\n")
147
+ f.write(f"To cuda and bfloat \n")
148
  upload_to_ftp(filename)
149
 
150
  @spaces.GPU(duration=30)