Gourieff / comfyui-reactor-node

Fast and Simple Face Swap Extension Node for ComfyUI
GNU General Public License v3.0
1.48k stars 142 forks source link

'ReActorPlusOpt' has no attribute 'boost_model' #350

Closed robertobalestri closed 2 months ago

robertobalestri commented 3 months ago

First, confirm

What happened?

There is already another issue that has been closed reporting this issue, but it shouldn't. I installed last node update and i still get this problem.

Steps to reproduce the problem

Your workflow Use the node and it just happens

Sysinfo

Windows 11, Python 3.11.8, pytorch version: 2.3.1+cu121

Relevant console log

Traceback (most recent call last):
  File "D:\DATA\dev\GITHUB PROJECTS TO TEST\ComfyUI\ComfyUI\execution.py", line 151, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\DATA\dev\GITHUB PROJECTS TO TEST\ComfyUI\ComfyUI\execution.py", line 81, in get_output_data
    return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\DATA\dev\GITHUB PROJECTS TO TEST\ComfyUI\ComfyUI\execution.py", line 74, in map_node_over_list
    results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\DATA\dev\GITHUB PROJECTS TO TEST\ComfyUI\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 431, in execute
    result = reactor.execute(
             ^^^^^^^^^^^^^^^^
  File "D:\DATA\dev\GITHUB PROJECTS TO TEST\ComfyUI\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 361, in execute
    face_restore_model=self.boost_model,
                       ^^^^^^^^^^^^^^^^
AttributeError: 'ReActorPlusOpt' object has no attribute 'boost_model'

Prompt executed in 75.34 seconds

Additional information

No response