Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -82,7 +82,7 @@ def generate_sticker(input_image: Image.Image, prompt: str):
|
|
82 |
prompt=prompt,
|
83 |
image=init_image,
|
84 |
# image_embeds=image_embeds,
|
85 |
-
ip_adapter_image=
|
86 |
strength=0.65,
|
87 |
guidance_scale=7.5,
|
88 |
num_inference_steps=30
|
|
|
82 |
prompt=prompt,
|
83 |
image=init_image,
|
84 |
# image_embeds=image_embeds,
|
85 |
+
ip_adapter_image=face_img,
|
86 |
strength=0.65,
|
87 |
guidance_scale=7.5,
|
88 |
num_inference_steps=30
|