Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ pipe.reshape( batch_size=-1, height=HIGH, width=WIDTH, num_images_per_prompt=1)
|
|
46 |
pipe.compile()
|
47 |
|
48 |
prompt=""
|
49 |
-
negative_prompt="EasyNegative,
|
50 |
|
51 |
def infer(prompt,negative_prompt):
|
52 |
|
|
|
46 |
pipe.compile()
|
47 |
|
48 |
prompt=""
|
49 |
+
negative_prompt="EasyNegative, cartoonish, low resolution, blurry, simplistic, abstract, deformed, ugly,"
|
50 |
|
51 |
def infer(prompt,negative_prompt):
|
52 |
|