Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def load_and_prepare_model():
|
|
192 |
return pipe
|
193 |
|
194 |
hidet.option.parallel_build(True)
|
195 |
-
hidet.option.parallel_tune(
|
196 |
#hidet.torch.dynamo_config.steal_weights(False)
|
197 |
torch._dynamo.config.suppress_errors = True
|
198 |
torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)
|
|
|
192 |
return pipe
|
193 |
|
194 |
hidet.option.parallel_build(True)
|
195 |
+
hidet.option.parallel_tune(2,2.0)
|
196 |
#hidet.torch.dynamo_config.steal_weights(False)
|
197 |
torch._dynamo.config.suppress_errors = True
|
198 |
torch._dynamo.disallow_in_graph(diffusers.models.attention.BasicTransformerBlock)
|