linoyts HF staff commited on
Commit
6536ba6
·
verified ·
1 Parent(s): e7bc566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def preprocess_image(image: Image.Image,
83
  new_width, new_height = int(width * ratio), int(height * ratio)
84
  image = image['composite'].resize((new_width, new_height))
85
 
86
- image = pipe(
87
  prompt=prompt,
88
  negative_prompt=negative_prompt,
89
  image=image,
 
83
  new_width, new_height = int(width * ratio), int(height * ratio)
84
  image = image['composite'].resize((new_width, new_height))
85
 
86
+ image = pipe_control(
87
  prompt=prompt,
88
  negative_prompt=negative_prompt,
89
  image=image,