Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -97,9 +97,9 @@ def Piper(_do,_dont):
|
|
97 |
def infer(prompt_en,prompt2_en):
|
98 |
name = generate_random_string(12)+".png"
|
99 |
if prompt_en == "":
|
100 |
-
_do = 'natural
|
101 |
else:
|
102 |
-
_do = f'photographed { prompt_en }, natural
|
103 |
if prompt2_en == "":
|
104 |
_dont = 'smooth texture, fictional proportions, blurred content, distorted items, deformed palms, logos and signs, texts and prints'
|
105 |
else:
|
|
|
97 |
def infer(prompt_en,prompt2_en):
|
98 |
name = generate_random_string(12)+".png"
|
99 |
if prompt_en == "":
|
100 |
+
_do = 'natural muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
|
101 |
else:
|
102 |
+
_do = f'photographed { prompt_en }, natural muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
|
103 |
if prompt2_en == "":
|
104 |
_dont = 'smooth texture, fictional proportions, blurred content, distorted items, deformed palms, logos and signs, texts and prints'
|
105 |
else:
|