multimodalart HF staff commited on
Commit
c03f146
1 Parent(s): eab7aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -279,8 +279,8 @@ def run_lora(face_image, prompt, negative, lora_scale, selected_state, face_stre
279
  strength=1-image_strength,
280
  control_image=images,
281
  num_inference_steps=20,
282
- guidance_scale = 7,
283
- controlnet_conditioning_scale=[face_strength, 0.8],
284
  ).images[0]
285
  last_lora = repo_name
286
  gc.collect()
 
279
  strength=1-image_strength,
280
  control_image=images,
281
  num_inference_steps=20,
282
+ guidance_scale = guidance_scale,
283
+ controlnet_conditioning_scale=[face_strength, depth_control_scale],
284
  ).images[0]
285
  last_lora = repo_name
286
  gc.collect()