Spaces:
Running
Running
Create config.py
Browse files
config.py
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
howManyModelsToUse = 20
|
3 |
+
num_models = howManyModelsToUse
|
4 |
+
max_images = howManyModelsToUse
|
5 |
+
inference_timeout = 60
|
6 |
+
default_models = models[:num_models]
|
7 |
+
MAX_SEED = 2**32-1
|
8 |
+
thePrompt ="group of 3boys kissing in bathtub while interracial daddy gives a boy a handjob"
|
9 |
+
preSetPrompt = thePrompt
|
10 |
+
negPreSetPrompt = "[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness, asian, african, collage, composite, combined image"
|