You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I obtained the correct results when using the SDXL model
When I was using the 1.5 model, an error occurred
module 'comfy.model_management' has no attribute 'unload_model_clones'
got prompt
!!! Exception during processing !!! module 'comfy.model_management' has no attribute 'unload_model_clones'
Traceback (most recent call last):
File "G:\jack\ComfyUI\execution.py", line 328, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\execution.py", line 203, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "G:\jack\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\custom_nodes\ComfyUI-layerdiffuse\layered_diffusion.py", line 362, in apply_layered_diffusion
return ld_model.apply_layered_diffusion_attn_sharing(model)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\custom_nodes\ComfyUI-layerdiffuse\layered_diffusion.py", line 288, in apply_layered_diffusion_attn_sharing
patcher = AttentionSharingPatcher(
^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\custom_nodes\ComfyUI-layerdiffuse\lib_layerdiffusion\attention_sharing.py", line 330, in init
model_management.unload_model_clones(unet)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'comfy.model_management' has no attribute 'unload_model_clones'
The text was updated successfully, but these errors were encountered:
I obtained the correct results when using the SDXL model
When I was using the 1.5 model, an error occurred
module 'comfy.model_management' has no attribute 'unload_model_clones'
got prompt
!!! Exception during processing !!! module 'comfy.model_management' has no attribute 'unload_model_clones'
Traceback (most recent call last):
File "G:\jack\ComfyUI\execution.py", line 328, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\execution.py", line 203, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "G:\jack\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\custom_nodes\ComfyUI-layerdiffuse\layered_diffusion.py", line 362, in apply_layered_diffusion
return ld_model.apply_layered_diffusion_attn_sharing(model)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\custom_nodes\ComfyUI-layerdiffuse\layered_diffusion.py", line 288, in apply_layered_diffusion_attn_sharing
patcher = AttentionSharingPatcher(
^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\jack\ComfyUI\custom_nodes\ComfyUI-layerdiffuse\lib_layerdiffusion\attention_sharing.py", line 330, in init
model_management.unload_model_clones(unet)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'comfy.model_management' has no attribute 'unload_model_clones'
The text was updated successfully, but these errors were encountered: