Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -125,10 +125,10 @@ def generate2(prompt,crazy,k):
|
|
125 |
text=newPrompt,
|
126 |
seed=np.random.randint(0,10000),
|
127 |
grid_size=1,
|
128 |
-
is_seamless=
|
129 |
-
temperature=
|
130 |
-
top_k=
|
131 |
-
supercondition_factor=
|
132 |
is_verbose=False
|
133 |
)
|
134 |
|
|
|
125 |
text=newPrompt,
|
126 |
seed=np.random.randint(0,10000),
|
127 |
grid_size=1,
|
128 |
+
is_seamless=False,
|
129 |
+
temperature=1,
|
130 |
+
top_k=256,#2128,
|
131 |
+
supercondition_factor=1,
|
132 |
is_verbose=False
|
133 |
)
|
134 |
|