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

put [Taylor] and [Lecun] together #111

Open
lior007 opened this issue Oct 26, 2024 · 2 comments
Open

put [Taylor] and [Lecun] together #111

lior007 opened this issue Oct 26, 2024 · 2 comments

Comments

@lior007
Copy link

lior007 commented Oct 26, 2024

If I put them separately everything works.
If I try to put them together I get an error.

  1. Why?
  2. How to do it?

the error i got:
!!! Exception during processing !!! exceptions must derive from BaseException
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\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 "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\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 "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_StoryDiffusion\Storydiffusion_node.py", line 1699, in story_sampler
raise "need a clip_vison weight."
TypeError: exceptions must derive from BaseException

Screenshot 2024-10-26 170058

@Gyyyyyyyyds
Copy link

maybe u need to download a clip_vision , but I still have a error after I got a clip

@smthemex
Copy link
Owner

smthemex commented Oct 28, 2024

show the console error when you using the clip vision...
and dual roles in one image need using msdiffusion or storymaker function ,so you need fill 'maker' in esay funtcion and chocie clip vision model (if using storymaker) or choice clip vision model (anther type of clip ,which using msdiffusion)
please follow the readme and example...
below is a example using story maker
image

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

3 participants