Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ def uploadNote(prompt,num_inference_steps,guidance_scale,timestamp):
|
|
145 |
f.write(f"SPACE SETUP: \n")
|
146 |
f.write(f"Use Model Dtype: no \n")
|
147 |
f.write(f"Model Scheduler: Euler_a all_custom before cuda \n")
|
148 |
-
f.write(f"Model VAE: sdxl-vae \n")
|
149 |
f.write(f"To cuda then to bfloat \n")
|
150 |
upload_to_ftp(filename)
|
151 |
|
|
|
145 |
f.write(f"SPACE SETUP: \n")
|
146 |
f.write(f"Use Model Dtype: no \n")
|
147 |
f.write(f"Model Scheduler: Euler_a all_custom before cuda \n")
|
148 |
+
f.write(f"Model VAE: sdxl-vae with 64-bit upcast \n")
|
149 |
f.write(f"To cuda then to bfloat \n")
|
150 |
upload_to_ftp(filename)
|
151 |
|