Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def infer(prompt,prompt2):
|
|
89 |
if prompt == None or prompt.strip() == "":
|
90 |
_do = 'hot colors palette, muted colors, dynamic poze, realistic, accurate, matched, realistic details, award winning photograph, soft natural lighting, deep field, high definition, highly detailed, 8k'
|
91 |
else:
|
92 |
-
_do = f'{ prompt_en },
|
93 |
if prompt2 == None or prompt2.strip() == "":
|
94 |
_dont = 'ugly, deformed, wierd, disfigured, poor details, bad anatomy, label, text, logo'
|
95 |
else:
|
|
|
89 |
if prompt == None or prompt.strip() == "":
|
90 |
_do = 'hot colors palette, muted colors, dynamic poze, realistic, accurate, matched, realistic details, award winning photograph, soft natural lighting, deep field, high definition, highly detailed, 8k'
|
91 |
else:
|
92 |
+
_do = f'{ prompt_en }, cold colors palette, muted colors, dynamic poze, realistic, accurate, matched, realistic details, award winning photograph, soft natural lighting, deep field, high definition, highly detailed, 8k'
|
93 |
if prompt2 == None or prompt2.strip() == "":
|
94 |
_dont = 'ugly, deformed, wierd, disfigured, poor details, bad anatomy, label, text, logo'
|
95 |
else:
|