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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,12 +105,12 @@ def gen_pos_prompt(text):
105
  return pos_prompt
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',
113
- 'textToImageParams': {'text': new_prompt,
114
  'negativeText': neg_prompt},
115
  'imageGenerationConfig': {"cfgScale":8,
116
  "seed":0,
 
105
  return pos_prompt
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',
113
+ 'textToImageParams': {'text': pos_prompt,
114
  'negativeText': neg_prompt},
115
  'imageGenerationConfig': {"cfgScale":8,
116
  "seed":0,