Spaces:
Running
on
Zero
Running
on
Zero
panelforge
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
21 |
MAX_IMAGE_SIZE = 1024
|
22 |
|
23 |
# Specific prefixes for the prompt and negative prompt
|
24 |
-
prompt_prefix = "score_9, score_8_up, score_7_up, source_photorealistic
|
25 |
-
negative_prompt_prefix = "score_6,score_5,score_4, worst quality, low quality, bad anatomy, bad hands, missing fingers, fewer digits, source_furry, source_pony, source_cartoon,3d, blurry
|
26 |
|
27 |
@spaces.GPU # [uncomment to use ZeroGPU]
|
28 |
def infer(
|
|
|
21 |
MAX_IMAGE_SIZE = 1024
|
22 |
|
23 |
# Specific prefixes for the prompt and negative prompt
|
24 |
+
prompt_prefix = "score_9, score_8_up, score_7_up, source_photorealistic"
|
25 |
+
negative_prompt_prefix = "score_6,score_5,score_4, worst quality, low quality, bad anatomy, bad hands, missing fingers, fewer digits, source_furry, source_pony, source_cartoon,3d, blurry"
|
26 |
|
27 |
@spaces.GPU # [uncomment to use ZeroGPU]
|
28 |
def infer(
|