hsuwill000 commited on
Commit
92fb6d1
·
verified ·
1 Parent(s): 6e102d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ negative_prompt="EasyNegative, (animal, pet), close up,"
51
  def infer(prompt,negative_prompt):
52
 
53
  image = pipe(
54
- prompt = prompt,
55
  negative_prompt = negative_prompt,
56
  width = WIDTH,
57
  height = HIGH,
 
51
  def infer(prompt,negative_prompt):
52
 
53
  image = pipe(
54
+ prompt = prompt+",hyper-realistic 2K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic, girl, 5 years old,",
55
  negative_prompt = negative_prompt,
56
  width = WIDTH,
57
  height = HIGH,