Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ def load_and_prepare_model():
|
|
199 |
return pipe
|
200 |
|
201 |
pipe = load_and_prepare_model()
|
202 |
-
MAX_SEED = np.iinfo(np.
|
203 |
|
204 |
neg_prompt_2 = " 'non-photorealistic':1.5, 'unrealistic skin','unattractive face':1.3, 'low quality':1.1, ('dull color scheme', 'dull colors', 'digital noise':1.2),'amateurish', 'poorly drawn face':1.3, 'poorly drawn', 'distorted face', 'low resolution', 'simplistic' "
|
205 |
|
|
|
199 |
return pipe
|
200 |
|
201 |
pipe = load_and_prepare_model()
|
202 |
+
MAX_SEED = np.iinfo(np.int64).max
|
203 |
|
204 |
neg_prompt_2 = " 'non-photorealistic':1.5, 'unrealistic skin','unattractive face':1.3, 'low quality':1.1, ('dull color scheme', 'dull colors', 'digital noise':1.2),'amateurish', 'poorly drawn face':1.3, 'poorly drawn', 'distorted face', 'low resolution', 'simplistic' "
|
205 |
|