Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,22 +38,16 @@ pipe = pipe.to(device)
|
|
| 38 |
|
| 39 |
MAX_SEED = np.iinfo(np.int32).max
|
| 40 |
MAX_IMAGE_SIZE = 1024
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
duplicated features, extra fingers, extra legs, fault, flaw, grains, hazy, identifying mark,
|
| 52 |
-
improper scale, incorrect physiology, incorrect ratio, indistinct, kitsch, low resolution, macabre,
|
| 53 |
-
malformed, mark, misshapen, missing hands, missing legs, mistake, morbid, mutilated, off-screen,
|
| 54 |
-
outside the picture, poorly drawn feet, printed words, render, repellent, replicate, reproduce,
|
| 55 |
-
revolting dimensions, script, shortened, sign, split image, squint, storyboard,
|
| 56 |
-
tiling, trimmed, unfocused, unattractive, unnatural pose, unreal engine, unsightly, written language"""
|
| 57 |
|
| 58 |
|
| 59 |
@spaces.GPU #[uncomment to use ZeroGPU]
|
|
|
|
| 38 |
|
| 39 |
MAX_SEED = np.iinfo(np.int32).max
|
| 40 |
MAX_IMAGE_SIZE = 1024
|
| 41 |
+
"""rear view
|
| 42 |
+
a naked man from behind
|
| 43 |
+
a man on all fours
|
| 44 |
+
testicles
|
| 45 |
+
toes
|
| 46 |
+
asshole
|
| 47 |
+
penis
|
| 48 |
+
hairy ass
|
| 49 |
+
hands on ass
|
| 50 |
+
saggy balls"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
@spaces.GPU #[uncomment to use ZeroGPU]
|