mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-08 20:34:35 +08:00
Compare commits
2 Commits
e565e53828
...
fa941fd054
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa941fd054 | ||
|
|
f37df472df |
@ -887,7 +887,7 @@ class TorchCompileModelAdvanced:
|
||||
|
||||
try:
|
||||
if compile_transformer_blocks_only:
|
||||
layer_types = ["double_blocks", "single_blocks", "layers", "transformer_blocks", "blocks"]
|
||||
layer_types = ["double_blocks", "single_blocks", "layers", "transformer_blocks", "blocks", "visual_transformer_blocks", "text_transformer_blocks"]
|
||||
compile_key_list = []
|
||||
for layer_name in layer_types:
|
||||
if hasattr(diffusion_model, layer_name):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user