Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def generate_image_from_text(pos_prompt, seed):
|
|
126 |
print(new_prompt)
|
127 |
# neg_prompt = '''Detailed, complex textures, intricate patterns, realistic lighting, high contrast, reflections, fuzzy surface, realistic proportions, photographic quality, vibrant colors, detailed background, shadows, disfigured, deformed, ugly, multiple, duplicate.'''
|
128 |
# neg_prompt = '''Complex textures, intricate patterns, realistic lighting, high contrast, reflections, fuzzy surface, photographic quality, vibrant colors, detailed background, shadows, disfigured, deformed, ugly, multiple, duplicate.'''
|
129 |
-
|
130 |
|
131 |
parameters = {
|
132 |
'taskType': 'TEXT_IMAGE',
|
|
|
126 |
print(new_prompt)
|
127 |
# neg_prompt = '''Detailed, complex textures, intricate patterns, realistic lighting, high contrast, reflections, fuzzy surface, realistic proportions, photographic quality, vibrant colors, detailed background, shadows, disfigured, deformed, ugly, multiple, duplicate.'''
|
128 |
# neg_prompt = '''Complex textures, intricate patterns, realistic lighting, high contrast, reflections, fuzzy surface, photographic quality, vibrant colors, detailed background, shadows, disfigured, deformed, ugly, multiple, duplicate.'''
|
129 |
+
neg_prompt = '''Complex patterns, realistic lighting, high contrast, reflections, fuzzy, photographic, vibrant, detailed, shadows, disfigured, duplicate.'''
|
130 |
|
131 |
parameters = {
|
132 |
'taskType': 'TEXT_IMAGE',
|