Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -167,9 +167,9 @@ def infer_ode(args, infer_args, text_encoder, tokenizer, vae, model):
|
|
167 |
solver=solver,
|
168 |
t_shift=t_shift,
|
169 |
seed=seed,
|
170 |
-
scaling_method=scaling_method,
|
171 |
-
scaling_watershed=scaling_watershed,
|
172 |
-
proportional_attn=proportional_attn,
|
173 |
)
|
174 |
print("> params:", json.dumps(metadata, indent=2))
|
175 |
|
|
|
167 |
solver=solver,
|
168 |
t_shift=t_shift,
|
169 |
seed=seed,
|
170 |
+
# scaling_method=scaling_method,
|
171 |
+
# scaling_watershed=scaling_watershed,
|
172 |
+
# proportional_attn=proportional_attn,
|
173 |
)
|
174 |
print("> params:", json.dumps(metadata, indent=2))
|
175 |
|