Spaces:
Paused
Paused
Update app.py
Browse files
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
|
|
|
|
| 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)
|