Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -218,12 +218,12 @@ def handle_generate(*_inp):
|
|
218 |
if inp[2] != "":
|
219 |
inp[2] = ", related to: " + inp[2]
|
220 |
|
221 |
-
inp[2] = f"textual, fake, unreal, pixelated, deformed, semi-realistic, cgi, 3d, sketch, cartoon, drawing, anime, cropped, out of frame, low quality, rendering artifacts, ugly, duplicated, weird, mutation, blurry, bad anatomy, unproportional, cloned face, disfigured, gross, malformed, missing parts, extra parts, fused
|
222 |
|
223 |
if inp[1] != "":
|
224 |
inp[1] = ", related to: " + inp[1]
|
225 |
|
226 |
-
inp[1] = f'photographed, filmed, realistic,
|
227 |
|
228 |
print(f"""
|
229 |
|
|
|
218 |
if inp[2] != "":
|
219 |
inp[2] = ", related to: " + inp[2]
|
220 |
|
221 |
+
inp[2] = f"textual, fake, unreal, pixelated, deformed, semi-realistic, cgi, 3d, sketch, cartoon, drawing, anime, cropped, out of frame, low quality, rendering artifacts, ugly, duplicated, weird, mutation, blurry, bad anatomy, unproportional, cloned face, disfigured, gross, malformed, missing body parts, extra body parts, fused body parts{inp[2]}"
|
222 |
|
223 |
if inp[1] != "":
|
224 |
inp[1] = ", related to: " + inp[1]
|
225 |
|
226 |
+
inp[1] = f'photographed, filmed, realistic, pretty, amazing, logical, genuine, authentic, reasonable, natural, masterpiece, highly detailed{inp[1]}'
|
227 |
|
228 |
print(f"""
|
229 |
|