Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,6 @@ def uploadNote(prompt,num_inference_steps,guidance_scale,timestamp,denoise):
|
|
140 |
f.write(f"Prompt: {prompt} \n")
|
141 |
f.write(f"Steps: {num_inference_steps} \n")
|
142 |
f.write(f"Guidance Scale: {guidance_scale} \n")
|
143 |
-
f.write(f"Denoise Strength: {denoise} \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")
|
|
|
140 |
f.write(f"Prompt: {prompt} \n")
|
141 |
f.write(f"Steps: {num_inference_steps} \n")
|
142 |
f.write(f"Guidance Scale: {guidance_scale} \n")
|
|
|
143 |
f.write(f"SPACE SETUP: \n")
|
144 |
f.write(f"Use Model Dtype: no \n")
|
145 |
f.write(f"Model Scheduler: Euler_a all_custom before cuda \n")
|