Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,13 @@ pipe.load_lora_weights("Magatsu_The_Three_Charms_better_data_1.safetensors")
|
|
38 |
MAX_SEED = np.iinfo(np.int32).max
|
39 |
MAX_IMAGE_SIZE = 1024
|
40 |
|
41 |
-
negative_prompt1 =
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
# @spaces.GPU #[uncomment to use ZeroGPU]
|
43 |
def infer(
|
44 |
prompt,
|
|
|
38 |
MAX_SEED = np.iinfo(np.int32).max
|
39 |
MAX_IMAGE_SIZE = 1024
|
40 |
|
41 |
+
negative_prompt1 = """ugly , art , more 2'poorly Rendered face, poorly drawn face, poor facial details,
|
42 |
+
poorly drawn hands, poorly rendered hands, low resolution, blurry image, oversaturated,
|
43 |
+
bad anatomy, signature, watermark, username, error, missing limbs,
|
44 |
+
error, out of frame, extra fingers, mutated hands, poorly drawn hands,
|
45 |
+
malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username"""
|
46 |
+
|
47 |
+
|
48 |
# @spaces.GPU #[uncomment to use ZeroGPU]
|
49 |
def infer(
|
50 |
prompt,
|