ford442 commited on
Commit
d82ed85
Β·
verified Β·
1 Parent(s): f1a5177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.int32).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
 
 
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