Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
|
|
19 |
|
20 |
def get_instantID(portrait_in, condition_pose, prompt, style):
|
21 |
|
22 |
-
negative_prompt = "(lowres, low quality, worst quality:1.2), (text:1.2), watermark, (frame:1.2), deformed, ugly, deformed eyes, blur, out of focus, blurry, deformed, monochrome, gun, weapon"
|
23 |
seed = random.randint(0, MAX_SEED)
|
24 |
|
25 |
client = Client("https://instantx-instantid.hf.space/")
|
|
|
19 |
|
20 |
def get_instantID(portrait_in, condition_pose, prompt, style):
|
21 |
|
22 |
+
negative_prompt = "(lowres, low quality, worst quality:1.2), (text:1.2), watermark, (frame:1.2), deformed, ugly, deformed eyes, blur, out of focus, blurry, deformed cat, deformed, photo, anthropomorphic cat, monochrome, pet collar, gun, weapon, blue, 3d, drones, drone, buildings in background, green"
|
23 |
seed = random.randint(0, MAX_SEED)
|
24 |
|
25 |
client = Client("https://instantx-instantid.hf.space/")
|