deleom commited on
Commit
173b2b0
·
1 Parent(s): f2c930a

Update edit_app.py

Browse files
Files changed (1) hide show
  1. edit_app.py +1 -1
edit_app.py CHANGED
@@ -120,7 +120,7 @@ def main():
120
  ):
121
  #stable_created_image = stable_diffusion_model(instruction, guidance_scale=text_cfg_scale, num_inference_steps=steps).images[0]
122
  high_noise_frac = 0.8
123
- image = base(
124
  prompt=instruction,
125
  num_inference_steps=steps,
126
  #denoising_end=high_noise_frac,
 
120
  ):
121
  #stable_created_image = stable_diffusion_model(instruction, guidance_scale=text_cfg_scale, num_inference_steps=steps).images[0]
122
  high_noise_frac = 0.8
123
+ stable_created_image = base(
124
  prompt=instruction,
125
  num_inference_steps=steps,
126
  #denoising_end=high_noise_frac,