vibs08 commited on
Commit
e527eff
·
verified ·
1 Parent(s): 3e8821a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def gen_pos_prompt(text):
106
 
107
  def generate_image_from_text(pos_prompt):
108
  # new_prompt = gen_pos_prompt(pos_prompt)
109
- print(new_prompt)
110
  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.'''
111
  parameters = {
112
  'taskType': 'TEXT_IMAGE',
 
106
 
107
  def generate_image_from_text(pos_prompt):
108
  # new_prompt = gen_pos_prompt(pos_prompt)
109
+ # print(new_prompt)
110
  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.'''
111
  parameters = {
112
  'taskType': 'TEXT_IMAGE',