zhiweili
commited on
Commit
Β·
8b0a7fe
1
Parent(s):
eb2b092
disable deep cache
Browse files- app_onediff.py +3 -3
app_onediff.py
CHANGED
@@ -61,9 +61,9 @@ base_pipe = AutoPipelineForText2Image.from_pretrained(
|
|
61 |
)
|
62 |
base_pipe.to(device)
|
63 |
|
64 |
-
helper = DeepCacheSDHelper(pipe=base_pipe)
|
65 |
-
helper.set_params(cache_interval=3, cache_branch_id=0)
|
66 |
-
helper.enable()
|
67 |
|
68 |
# base_pipe = nexfort_compile(base_pipe)
|
69 |
|
|
|
61 |
)
|
62 |
base_pipe.to(device)
|
63 |
|
64 |
+
# helper = DeepCacheSDHelper(pipe=base_pipe)
|
65 |
+
# helper.set_params(cache_interval=3, cache_branch_id=0)
|
66 |
+
# helper.enable()
|
67 |
|
68 |
# base_pipe = nexfort_compile(base_pipe)
|
69 |
|