Astridkraft commited on
Commit
0845230
·
verified ·
1 Parent(s): e9345f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1009,6 +1009,8 @@ def img_to_image(image, prompt, neg_prompt, strength, steps, guidance_scale,
1009
 
1010
  import time, random
1011
  start_time = time.time()
 
 
1012
 
1013
  print("\n" + "="*80)
1014
  print(f"🚀 Img2Img Start → Modus: {mode}")
 
1009
 
1010
  import time, random
1011
  start_time = time.time()
1012
+ is_front_face = False
1013
+ is_back_head = False
1014
 
1015
  print("\n" + "="*80)
1016
  print(f"🚀 Img2Img Start → Modus: {mode}")