Update app.py
Browse files
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+",hyper-realistic 2K image of {prompt}. ultra-detailed, lifelike, high-resolution, sharp, vibrant colors, photorealistic,
|
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, ",
|
55 |
negative_prompt = negative_prompt,
|
56 |
width = WIDTH,
|
57 |
height = HIGH,
|