zhiweili commited on
Commit
8b0a7fe
Β·
1 Parent(s): eb2b092

disable deep cache

Browse files
Files changed (1) hide show
  1. 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