ford442 commited on
Commit
d9b588a
·
verified ·
1 Parent(s): a91770e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")