Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ model_id = "Disty0/LCM_SoteMix"
|
|
| 14 |
#model_id = "Disty0/sotediffusion-v2" #不可
|
| 15 |
|
| 16 |
#1024*512 記憶體不足
|
| 17 |
-
HIGH=
|
| 18 |
-
WIDTH=
|
| 19 |
|
| 20 |
batch_size = -1
|
| 21 |
|
|
@@ -58,7 +58,7 @@ pipe.reshape( batch_size=-1, height=HIGH, width=WIDTH, num_images_per_prompt=1)
|
|
| 58 |
pipe.compile()
|
| 59 |
|
| 60 |
prompt=""
|
| 61 |
-
negative_prompt="(worst quality, low quality, lowres), zombie, interlocked fingers,"
|
| 62 |
|
| 63 |
def infer(prompt,negative_prompt):
|
| 64 |
|
|
@@ -78,7 +78,7 @@ def infer(prompt,negative_prompt):
|
|
| 78 |
examples = [
|
| 79 |
"Sailor Chibi Moon, Katsura Masakazu style,Close-up of face",
|
| 80 |
"1girl, silver hair, symbol-shaped pupils, yellow eyes, smiling, light particles, light rays, wallpaper, star guardian, serious face, red inner hair, power aura, grandmaster1, golden and white clothes",
|
| 81 |
-
"
|
| 82 |
"(illustration, 8k CG, extremely detailed),(whimsical),catgirl,teenage girl,playing in the snow,winter wonderland,snow-covered trees,soft pastel colors,gentle lighting,sparkling snow,joyful,magical atmosphere,highly detailed,fluffy cat ears and tail,intricate winter clothing,shallow depth of field,watercolor techniques,close-up shot,slightly tilted angle,fairy tale architecture,nostalgic,playful,winter magic,(masterpiece:2),best quality,ultra highres,original,extremely detailed,perfect lighting,",
|
| 83 |
]
|
| 84 |
|
|
|
|
| 14 |
#model_id = "Disty0/sotediffusion-v2" #不可
|
| 15 |
|
| 16 |
#1024*512 記憶體不足
|
| 17 |
+
HIGH=512
|
| 18 |
+
WIDTH=512
|
| 19 |
|
| 20 |
batch_size = -1
|
| 21 |
|
|
|
|
| 58 |
pipe.compile()
|
| 59 |
|
| 60 |
prompt=""
|
| 61 |
+
negative_prompt="(worst quality, low quality, lowres, loli, kid, child), zombie, interlocked fingers, large breasts, username, watermark,"
|
| 62 |
|
| 63 |
def infer(prompt,negative_prompt):
|
| 64 |
|
|
|
|
| 78 |
examples = [
|
| 79 |
"Sailor Chibi Moon, Katsura Masakazu style,Close-up of face",
|
| 80 |
"1girl, silver hair, symbol-shaped pupils, yellow eyes, smiling, light particles, light rays, wallpaper, star guardian, serious face, red inner hair, power aura, grandmaster1, golden and white clothes",
|
| 81 |
+
"masterpiece, best quality, highres booru, 1girl, solo, depth of field, rim lighting, flowers, petals, from above, crystals, butterfly, vegetation, aura, magic, hatsune miku, blush, slight smile, close-up, against wall,",
|
| 82 |
"(illustration, 8k CG, extremely detailed),(whimsical),catgirl,teenage girl,playing in the snow,winter wonderland,snow-covered trees,soft pastel colors,gentle lighting,sparkling snow,joyful,magical atmosphere,highly detailed,fluffy cat ears and tail,intricate winter clothing,shallow depth of field,watercolor techniques,close-up shot,slightly tilted angle,fairy tale architecture,nostalgic,playful,winter magic,(masterpiece:2),best quality,ultra highres,original,extremely detailed,perfect lighting,",
|
| 83 |
]
|
| 84 |
|