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

Error I'm getting #17

Open
kilerb opened this issue Nov 10, 2024 · 3 comments
Open

Error I'm getting #17

kilerb opened this issue Nov 10, 2024 · 3 comments

Comments

@kilerb
Copy link

kilerb commented Nov 10, 2024

Hi, I'm trying to combine 2 images into 1. When I queue prompt I get this error... "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images" Any idea why? Both input images are 1024x1024 and I have the output also set to 1024x1024. I have a beefy system with an Nvidia A6000 GPU (48GB VRAM) so I don't think it's anything to do with hardware. I just installed the latest versions of everything. Thanks!

@kilerb
Copy link
Author

kilerb commented Nov 10, 2024

Here's the error report if it helps. Also, I've tried changing the sizing of the output and the max size from default. Nothing seems to help. Thanks... Here's the error report...

ComfyUI Error Report

Error Details

  • Node Type: OmniGenNode
  • Exception Type: AssertionError
  • Exception Message: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

Stack Trace

  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^

  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: v0.2.7-10-g8b90e50
  • Arguments: ComfyUI\main.py --windows-standalone-build
  • OS: nt
  • Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.5.1+cu121

Devices

  • Name: cuda:0 NVIDIA RTX A6000 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 51526369280
    • VRAM Free: 49854545920
    • Torch VRAM Total: 0
    • Torch VRAM Free: 0

Logs

2024-11-09T19:25:42.881086 - 
2024-11-09T19:25:42.881086 -    2.3 seconds:2024-11-09T19:25:42.881086 -  2024-11-09T19:25:42.881086 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager2024-11-09T19:25:42.881086 - 
2024-11-09T19:25:42.881086 - 
2024-11-09T19:25:46.416672 - Total VRAM 49139 MB, total RAM 130992 MB
2024-11-09T19:25:46.416672 - pytorch version: 2.5.1+cu121
2024-11-09T19:25:51.807072 - WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
    PyTorch 2.3.0+cu121 with CUDA 1201 (you have 2.5.1+cu121)
    Python  3.11.9 (you have 3.11.8)
  Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
  Memory-efficient attention, SwiGLU, sparse and more won't be available.
  Set XFORMERS_MORE_DETAILS=1 for more details
2024-11-09T19:25:53.736163 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\xformers\ops\swiglu_op.py:106: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_fwd
2024-11-09T19:25:53.736163 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\xformers\ops\swiglu_op.py:127: FutureWarning: `torch.cuda.amp.custom_bwd(args...)` is deprecated. Please use `torch.amp.custom_bwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_bwd
2024-11-09T19:25:53.737165 - xformers version: 0.0.26.post1
2024-11-09T19:25:53.737165 - Set vram state to: NORMAL_VRAM
2024-11-09T19:25:53.737165 - Device: cuda:0 NVIDIA RTX A6000 : cudaMallocAsync
2024-11-09T19:25:54.759095 - Using pytorch cross attention
2024-11-09T19:25:56.618072 - [Prompt Server] web root: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\web
2024-11-09T19:25:57.519894 - [AnimateDiff] - �[0;31mERROR�[0m - No models available. Please download one and put it in models folder
2024-11-09T19:25:57.555927 - Adding2024-11-09T19:25:57.556927 -  2024-11-09T19:25:57.556927 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes2024-11-09T19:25:57.556927 -  2024-11-09T19:25:57.556927 - to sys.path2024-11-09T19:25:57.556927 - 
2024-11-09T19:25:58.561843 - 
�[36mEfficiency Nodes:�[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...�[92mSuccess!�[0m2024-11-09T19:25:58.561843 - 
2024-11-09T19:25:58.563844 - Loaded Efficiency nodes from2024-11-09T19:25:58.563844 -  2024-11-09T19:25:58.563844 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui2024-11-09T19:25:58.563844 - 
2024-11-09T19:25:58.568849 - Loaded ControlNetPreprocessors nodes from2024-11-09T19:25:58.568849 -  2024-11-09T19:25:58.568849 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux2024-11-09T19:25:58.568849 - 
2024-11-09T19:25:58.569850 - Loaded AdvancedControlNet nodes from2024-11-09T19:25:58.569850 -  2024-11-09T19:25:58.569850 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet2024-11-09T19:25:58.569850 - 
2024-11-09T19:25:58.572853 - Loaded AnimateDiff from2024-11-09T19:25:58.572853 -  2024-11-09T19:25:58.572853 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff/sliding_schedule.py2024-11-09T19:25:58.572853 - 
2024-11-09T19:25:58.595874 - Loaded IPAdapter nodes from2024-11-09T19:25:58.595874 -  2024-11-09T19:25:58.595874 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus2024-11-09T19:25:58.595874 - 
2024-11-09T19:25:59.009250 - Loaded VideoHelperSuite from2024-11-09T19:25:59.009250 -  2024-11-09T19:25:59.009250 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite2024-11-09T19:25:59.009250 - 
2024-11-09T19:25:59.015255 - ### Loading: ComfyUI-Impact-Pack (V7.10.1)2024-11-09T19:25:59.015255 - 
2024-11-09T19:25:59.155233 - ### Loading: ComfyUI-Impact-Pack (Subpack: V0.7)2024-11-09T19:25:59.156234 - 
2024-11-09T19:25:59.211284 - ### Loading: ComfyUI-Impact-Pack (V7.10.1)2024-11-09T19:25:59.211284 - 
2024-11-09T19:25:59.228299 - Loaded ImpactPack nodes from2024-11-09T19:25:59.228299 -  2024-11-09T19:25:59.228299 - D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack2024-11-09T19:25:59.228299 - 
2024-11-09T19:25:59.228299 - [Impact Pack] Wildcards loading done.2024-11-09T19:25:59.228299 - 
2024-11-09T19:25:59.229301 - [Impact Pack] Wildcards loading done.2024-11-09T19:25:59.229301 - 
2024-11-09T19:25:59.418902 - D2 steps init.py2024-11-09T19:25:59.418902 - 
2024-11-09T19:25:59.418902 - ./web2024-11-09T19:25:59.418902 - 
2024-11-09T19:26:00.088512 - �[34m[ComfyUI-Easy-Use] server: �[0mv1.2.4 �[92mLoaded�[0m2024-11-09T19:26:00.088512 - 
2024-11-09T19:26:00.088512 - �[34m[ComfyUI-Easy-Use] web root: �[0mD:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 �[92mLoaded�[0m2024-11-09T19:26:00.088512 - 
2024-11-09T19:26:00.506893 - ### Loading: ComfyUI-Impact-Pack (V7.10.1)2024-11-09T19:26:00.506893 - 
2024-11-09T19:26:00.508895 - [Impact Pack] Wildcards loading done.2024-11-09T19:26:00.508895 - 
2024-11-09T19:26:00.517903 - ### Loading: ComfyUI-Inspire-Pack (V1.5)2024-11-09T19:26:00.517903 - 
2024-11-09T19:26:00.583963 - Total VRAM 49139 MB, total RAM 130992 MB
2024-11-09T19:26:00.583963 - pytorch version: 2.5.1+cu121
2024-11-09T19:26:00.584963 - xformers version: 0.0.26.post1
2024-11-09T19:26:00.584963 - Set vram state to: NORMAL_VRAM
2024-11-09T19:26:00.584963 - Device: cuda:0 NVIDIA RTX A6000 : cudaMallocAsync
2024-11-09T19:26:00.609987 - ### Loading: ComfyUI-Manager (V2.51.7)2024-11-09T19:26:00.609987 - 
2024-11-09T19:26:00.692061 - ### ComfyUI Revision: 2818 [8b90e509] | Released on '2024-11-09'2024-11-09T19:26:00.693062 - 
2024-11-09T19:26:00.967313 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2018, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO\__init__.py", line 1, in <module>
    from . import PuLID
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO\PuLID.py", line 9, in <module>
    from pulid.pipeline import PuLIDPipeline
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO\pulid\pipeline.py", line 4, in <module>
    import insightface
ModuleNotFoundError: No module named 'insightface'

2024-11-09T19:26:00.967313 - Cannot import D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO module for custom nodes: No module named 'insightface'
2024-11-09T19:26:00.974318 - Please install flash attention2024-11-09T19:26:00.974318 - 
2024-11-09T19:26:01.205529 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-11-09T19:26:01.205529 - 
2024-11-09T19:26:01.234556 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-11-09T19:26:01.234556 - 
2024-11-09T19:26:01.236557 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-11-09T19:26:01.236557 - 
2024-11-09T19:26:01.329642 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-11-09T19:26:01.329642 - 
2024-11-09T19:26:01.394701 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-09T19:26:01.394701 - 
2024-11-09T19:26:03.880050 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2024-11-09T19:26:03.880050 - 
2024-11-09T19:26:03.880050 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2024-11-09T19:26:03.880050 - 
2024-11-09T19:26:03.951115 - Workspace manager - Openning file hash dict2024-11-09T19:26:03.951115 - 
2024-11-09T19:26:03.952116 - 🦄🦄Loading: Workspace Manager (V2.1.0)2024-11-09T19:26:03.952116 - 
2024-11-09T19:26:03.980141 - ------------------------------------------2024-11-09T19:26:03.980141 - 
2024-11-09T19:26:03.980141 - �[34mComfyroll Studio v1.76 : �[92m 175 Nodes Loaded�[0m2024-11-09T19:26:03.980141 - 
2024-11-09T19:26:03.980141 - ------------------------------------------2024-11-09T19:26:03.981142 - 
2024-11-09T19:26:03.981142 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2024-11-09T19:26:03.981142 - 
2024-11-09T19:26:03.981142 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2024-11-09T19:26:03.981142 - 
2024-11-09T19:26:03.981142 - ------------------------------------------2024-11-09T19:26:03.981142 - 
2024-11-09T19:26:04.859009 - �[34mFizzleDorf Custom Nodes: �[92mLoaded�[0m2024-11-09T19:26:04.859009 - 
2024-11-09T19:26:09.676978 - llama-cpp installed2024-11-09T19:26:09.676978 - 
2024-11-09T19:26:12.905037 - Successfully installed py-cord[voice]2024-11-09T19:26:12.905037 - 
2024-11-09T19:26:14.245677 - �[36;20m[comfy_mtb] | INFO -> loaded �[96m83�[0m nodes successfuly�[0m
2024-11-09T19:26:14.245677 - �[36;20m[comfy_mtb] | INFO -> Some nodes (5) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.�[0m
2024-11-09T19:26:14.268698 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2018, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\ComfyUI\\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\huggingface\\__init__.py'

2024-11-09T19:26:14.268698 - Cannot import D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\huggingface module for custom nodes: [Errno 2] No such file or directory: 'D:\\ComfyUI\\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\huggingface\\__init__.py'
2024-11-09T19:26:14.319745 - 
2024-11-09T19:26:14.319745 - �[92m[rgthree-comfy] Loaded 42 epic nodes. 🎉�[00m2024-11-09T19:26:14.319745 - 
2024-11-09T19:26:14.319745 - 
2024-11-09T19:26:15.671505 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2024-11-09T19:26:15.671505 - 
2024-11-09T19:26:15.671505 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2024-11-09T19:26:15.671505 - 
2024-11-09T19:26:17.001321 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m218�[0m �[32mnodes successfully.�[0m2024-11-09T19:26:17.001321 - 
2024-11-09T19:26:17.002323 - 
	�[3m�[93m"Art is the language of the heart and the window to the soul."�[0m�[3m - Unknown�[0m
2024-11-09T19:26:17.002323 - 
2024-11-09T19:26:17.027346 - 
Import times for custom nodes:
2024-11-09T19:26:17.027346 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-11-09T19:26:17.028347 -    0.0 seconds (IMPORT FAILED): D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\huggingface
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\image-resize-comfyui
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Styles_CSV_Loader
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-upscale-by-model
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SaveAs
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CustomScheduler
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\Image-Captioning-in-ComfyUI
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Lotus
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\Lora-Training-in-Comfy
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SUNoise
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CSV-Loader
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2024-11-09T19:26:17.028347 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-fast
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YOLO
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-d2-steps
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxtapoz
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion
2024-11-09T19:26:17.029348 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Mira
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Chibi-Nodes
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-11-09T19:26:17.030349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI
2024-11-09T19:26:17.031349 -    0.0 seconds (IMPORT FAILED): D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO
2024-11-09T19:26:17.031349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2024-11-09T19:26:17.031349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
2024-11-09T19:26:17.031349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-11-09T19:26:17.031349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-11-09T19:26:17.031349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-11-09T19:26:17.031349 -    0.0 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-11-09T19:26:17.031349 -    0.1 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-11-09T19:26:17.031349 -    0.1 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-workspace-manager
2024-11-09T19:26:17.031349 -    0.1 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ToonCrafter
2024-11-09T19:26:17.031349 -    0.3 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
2024-11-09T19:26:17.031349 -    0.3 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini
2024-11-09T19:26:17.032351 -    0.3 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-11-09T19:26:17.032351 -    0.7 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-11-09T19:26:17.032351 -    0.8 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PyramidFlowWrapper
2024-11-09T19:26:17.032351 -    0.8 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-11-09T19:26:17.032351 -    1.3 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2024-11-09T19:26:17.032351 -    1.7 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
2024-11-09T19:26:17.032351 -    1.8 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2024-11-09T19:26:17.032351 -    2.7 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-11-09T19:26:17.032351 -    8.1 seconds: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_LLM_party
2024-11-09T19:26:17.032351 - 
2024-11-09T19:26:17.047365 - Starting server

2024-11-09T19:26:17.048366 - To see the GUI go to: http://127.0.0.1:8188
2024-11-09T19:26:17.861733 - FETCH DATA from: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-09T19:26:17.861733 - 2024-11-09T19:26:17.865738 -  [DONE]2024-11-09T19:26:17.865738 - 
2024-11-09T19:26:18.112962 - Error. No styles.csv found. Put your styles.csv in the root directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI
            2024-11-09T19:26:18.112962 - 
2024-11-09T19:26:18.112962 - Error. No styles.csv found. Put your styles.csv in the root directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI
            2024-11-09T19:26:18.112962 - 
2024-11-09T19:26:20.891492 - ['David_Spade.safetensors', 'disney_lora.safetensors', 'realism_lora.safetensors']2024-11-09T19:26:20.891492 - 
2024-11-09T19:26:20.891492 - ['David_Spade.safetensors', 'disney_lora.safetensors', 'realism_lora.safetensors']2024-11-09T19:26:20.891492 - 
2024-11-09T19:26:24.035701 - got prompt
2024-11-09T19:26:52.553964 - Loading safetensors2024-11-09T19:26:52.553964 - 
2024-11-09T19:27:20.808422 - Put the man in |<img><|image_1|></img>| running down the street with the man in |<img><|image_2|></img>|2024-11-09T19:27:20.808422 - 
2024-11-09T19:27:20.812426 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:27:20.833445 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:27:20.835447 - Prompt executed in 56.78 seconds
2024-11-09T19:28:23.448499 - got prompt
2024-11-09T19:28:24.276349 - Put the man in |<img><|image_1|></img>| running down the street with the man in |<img><|image_2|></img>|2024-11-09T19:28:24.276349 - 
2024-11-09T19:28:24.280353 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:28:24.281354 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:28:24.282355 - Prompt executed in 0.81 seconds
2024-11-09T19:28:31.600210 - got prompt
2024-11-09T19:28:32.414617 - Put the man in |<img><|image_1|></img>| running down the street with the man in |<img><|image_2|></img>|2024-11-09T19:28:32.414617 - 
2024-11-09T19:28:32.417619 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:28:32.418621 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:28:32.419621 - Prompt executed in 0.80 seconds
2024-11-09T19:29:53.781968 - got prompt
2024-11-09T19:29:54.654852 - Put the man in |<img><|image_1|></img>| running down the street with the man in |<img><|image_2|></img>|2024-11-09T19:29:54.654852 - 
2024-11-09T19:29:54.657856 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:29:54.658857 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:29:54.659858 - Prompt executed in 0.86 seconds
2024-11-09T19:31:08.308018 - got prompt
2024-11-09T19:31:08.828094 - got prompt
2024-11-09T19:31:09.133490 - Put the man in MAN-1 running down the street with MAN-22024-11-09T19:31:09.133490 - 
2024-11-09T19:31:09.136492 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:31:09.137493 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:31:09.138494 - Prompt executed in 0.81 seconds
2024-11-09T19:31:10.238495 - Put the man in MAN-1 running down the street with MAN-22024-11-09T19:31:10.238495 - 
2024-11-09T19:31:10.241498 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:31:10.242499 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:31:10.243500 - Prompt executed in 0.81 seconds
2024-11-09T19:33:59.640653 - got prompt
2024-11-09T19:34:00.485671 - Put the man in <img><|image_1|></img> running down the street with the man in <img><|image_2|></img>2024-11-09T19:34:00.485671 - 
2024-11-09T19:34:00.488674 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:34:00.488674 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:34:00.490675 - Prompt executed in 0.83 seconds
2024-11-09T19:36:07.716543 - got prompt
2024-11-09T19:36:08.536539 - Put the man in <img><|image_1|></img> running down the street with the man in <img><|image_2|></img>2024-11-09T19:36:08.536539 - 
2024-11-09T19:36:08.539541 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:36:08.540542 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:36:08.541543 - Prompt executed in 0.80 seconds
2024-11-09T19:42:58.131205 - got prompt
2024-11-09T19:42:58.957073 - Put the man in <img><|image_1|></img> running down the street with the man in <img><|image_2|></img>2024-11-09T19:42:58.957073 - 
2024-11-09T19:42:58.959075 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:42:58.960076 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:42:58.961077 - Prompt executed in 0.81 seconds
2024-11-09T19:43:25.921507 - got prompt
2024-11-09T19:43:26.747153 - Put the man in <img><|image_1|></img> running down the street with the man in <img><|image_2|></img>2024-11-09T19:43:26.747153 - 
2024-11-09T19:43:26.750156 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T19:43:26.750156 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T19:43:26.752158 - Prompt executed in 0.81 seconds
2024-11-09T20:17:40.702480 - got prompt
2024-11-09T20:17:41.568382 - Put the man in <img><|image_1|></img> running down the street with the man in <img><|image_2|></img>2024-11-09T20:17:41.569383 - 
2024-11-09T20:17:41.572386 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T20:17:41.573386 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T20:17:41.574387 - Prompt executed in 0.85 seconds
2024-11-09T20:17:51.429798 - got prompt
2024-11-09T20:17:52.259559 - Put the man in <img><|image_1|></img> running down the street with the man in <img><|image_2|></img>2024-11-09T20:17:52.259559 - 
2024-11-09T20:17:52.262562 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T20:17:52.263563 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T20:17:52.264564 - Prompt executed in 0.81 seconds
2024-11-09T20:18:00.604871 - got prompt
2024-11-09T20:18:01.418384 - Put the man in <img><|image_1|></img> running down the street with the man in <img><|image_2|></img>2024-11-09T20:18:01.419384 - 
2024-11-09T20:18:01.421386 - !!! Exception during processing !!! if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images
2024-11-09T20:18:01.422387 - Traceback (most recent call last):
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\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\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\__init__.py", line 108, in gen
    output = pipe(
             ^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\ComfyUI\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI\OmniGen\pipeline.py", line 197, in __call__
    assert isinstance(prompt, str) and len(input_images) == 1, "if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images"
                                       ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: if you want to make sure the output image have the same size as the input image, please only input one image instead of multiple input images

2024-11-09T20:18:01.423388 - Prompt executed in 0.80 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":12,"last_link_id":12,"nodes":[{"id":11,"type":"PreviewImage","pos":{"0":1116.40283203125,"1":187.510009765625},"size":{"0":251.26095581054688,"1":425.7523193359375},"flags":{},"order":5,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":11}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":5,"type":"LoadImage","pos":{"0":-86,"1":178},"size":{"0":515.83984375,"1":460.9529724121094},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[6]},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["0_00185_.png","image"]},{"id":12,"type":"LoadImage","pos":{"0":-83,"1":679},"size":{"0":509,"1":456.666748046875},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[12],"slot_index":0},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["0_00171_.png","image"]},{"id":7,"type":"Text to Prompt","pos":{"0":65,"1":-120},"size":{"0":400,"1":200},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"TEXT","type":"TEXT","links":[8],"slot_index":0}],"properties":{"Node name for S&R":"Text to Prompt"},"widgets_values":["Put the man in image_1 running down the street with the man in image_2"]},{"id":4,"type":"OmniGenNode","pos":{"0":616,"1":87},"size":{"0":315,"1":358},"flags":{},"order":4,"mode":0,"inputs":[{"name":"prompt_text","type":"TEXT","link":8},{"name":"latent","type":"LATENT","link":7,"shape":7},{"name":"image_1","type":"IMAGE","link":6,"shape":7},{"name":"image_2","type":"IMAGE","link":12,"shape":7},{"name":"image_3","type":"IMAGE","link":null,"shape":7}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[11],"slot_index":0}],"properties":{"Node name for S&R":"OmniGenNode"},"widgets_values":[50,2.5,1.6,2048,1.6,512,false,true,7,1919]},{"id":6,"type":"EmptySD3LatentImage","pos":{"0":612,"1":647},"size":{"0":315,"1":106},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[7],"slot_index":0}],"properties":{"Node name for S&R":"EmptySD3LatentImage"},"widgets_values":[2048,1024,1]}],"links":[[6,5,0,4,2,"IMAGE"],[7,6,0,4,1,"LATENT"],[8,7,0,4,0,"TEXT"],[11,4,0,11,0,"IMAGE"],[12,12,0,4,3,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.8264462809917354,"offset":[591.0213802771783,201.77312363029037]}},"version":0.4}

Additional Context

(Please add any additional context or steps to reproduce the error here)

@1038lab
Copy link
Owner

1038lab commented Nov 10, 2024

this is not my custom node, you have contact the author of omnigen-comfyui for this issue.
you can try download my custom node on https://github.com/1038lab/ComfyUI-OmniGen
i hope it can help you solve this issue.

@kilerb
Copy link
Author

kilerb commented Nov 10, 2024

Thanks, trying your node I got it to combine the 2 photos. Quick question... The 2 people had text on their sweatshirts. After it merged them into 1 photo, it removed the text from one and changed the text to gibberish words on the other. Is that to be expected with the model being used? It won't keep the text in the images? Thanks!

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

2 participants