Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def load_and_prepare_model():
|
|
174 |
return pipe
|
175 |
|
176 |
hidet.option.parallel_build(True)
|
177 |
-
hidet.option.parallel_tune(
|
178 |
#hidet.torch.dynamo_config.steal_weights(False)
|
179 |
torch._dynamo.config.suppress_errors = True
|
180 |
torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)
|
|
|
174 |
return pipe
|
175 |
|
176 |
hidet.option.parallel_build(True)
|
177 |
+
hidet.option.parallel_tune(1,2.0)
|
178 |
#hidet.torch.dynamo_config.steal_weights(False)
|
179 |
torch._dynamo.config.suppress_errors = True
|
180 |
torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)
|