Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need a clip_vison weight. #105

Open
mason0510 opened this issue Oct 20, 2024 · 0 comments
Open

need a clip_vison weight. #105

mason0510 opened this issue Oct 20, 2024 · 0 comments

Comments

@mason0510
Copy link

2024-10-20 11:08:34,068 - root - INFO - Prompt executed in 0.02 seconds
2024-10-20 11:09:20,898 - root - INFO - got prompt
2024-10-20 11:09:51,957 - root - ERROR - !!! Exception during processing !!! exceptions must derive from BaseException
2024-10-20 11:09:51,958 - root - ERROR - Traceback (most recent call last):
File "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 323, 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 "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 198, 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 "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/ComfyUI-Dance2/ComfyUI-Dance2/custom_nodes/ComfyUI_StoryDiffusion/Storydiffusion_node.py", line 1699, in story_sampler
raise "need a clip_vison weight."
TypeError: exceptions must derive from BaseException

2024-10-20 11:09:51,958 - root - INFO - Prompt executed in 31.01 seconds
2024-10-20 11:12:11,833 - root - INFO - got prompt
2024-10-20 11:12:13,409 - root - INFO - Process using 2 roles,mode is txt2img....
2024-10-20 11:12:13,409 - root - INFO - total_vram is 32501.125,aggressive_offload is False,offload is True
2024-10-20 11:12:13,410 - root - INFO - start story-diffusion mode processing...
2024-10-20 11:12:48,164 - root - ERROR - !!! Exception during processing !!! exceptions must derive from BaseException
2024-10-20 11:12:48,165 - root - ERROR - Traceback (most recent call last):
File "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 323, 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 "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 198, 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 "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "/ComfyUI-Dance2/ComfyUI-Dance2/execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/ComfyUI-Dance2/ComfyUI-Dance2/custom_nodes/ComfyUI_StoryDiffusion/Storydiffusion_node.py", line 1699, in story_sampler
raise "need a clip_vison weight."
TypeError: exceptions must derive from BaseException
[A]
[B]
两个角色各一行没有问题 但是使用storyfussion 两个角色在同一行的的时候。 (角色数对上的。其他的设置完全参考标准。)
增加clip模型也不行。有什么解决的办法吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant