Replies: 1 comment
-
Please upload your workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To see the GUI go to: http://127.0.0.1:8188
FETCH ComfyRegistry Data: 5/90
got prompt
model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16
model_type FLUX
FETCH ComfyRegistry Data: 10/90
FETCH ComfyRegistry Data: 15/90
WARNING: No VAE weights detected, VAE not initalized.
no CLIP/text encoder weights in checkpoint, the text encoder model will not be loaded.
!!! Exception during processing !!! 'NoneType' object has no attribute 'clone'
Traceback (most recent call last):
File "D:\AI\ComfyUI-aki\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 361, 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 "D:\AI\ComfyUI-aki\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 236, 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 "D:\AI\ComfyUI-aki\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 208, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\AI\ComfyUI-aki\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 197, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI\ComfyUI-aki\ComfyUI-aki-v1.6\ComfyUI\nodes.py", line 630, in set_last_layer
clip = clip.clone()
^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'clone'
Beta Was this translation helpful? Give feedback.
All reactions