-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Description
Can someone please help me
im getting this error, and im stuck.
"
ComfyUI Error Report
Error Details
- Node ID: 1
- Node Type: Storydiffusion_Model_Loader
- Exception Type: TypeError
- Exception Message: _get_model_file() got an unexpected keyword argument 'resume_download'
Stack Trace
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 496, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 315, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\Storydiffusion_node.py", line 1194, in story_model_loader
pipe = load_models(model_info, sd_type, device=device, photomaker_path=photomaker_path, lora=lora,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\utils\load_models_utils.py", line 104, in load_models
pipe.load_photomaker_adapter(
File "E:\StableDiffusion\Comfybuild\.venv\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\utils\pipeline.py", line 87, in load_photomaker_adapter
model_file = _get_model_file(
^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\.venv\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
System Information
- ComfyUI Version: 0.3.57
- Arguments: C:\Users\Hiverlab\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\main.py --user-directory E:\StableDiffusion\Comfybuild\user --input-directory E:\StableDiffusion\Comfybuild\input --output-directory E:\StableDiffusion\Comfybuild\output --front-end-root C:\Users\Hiverlab\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app --base-directory E:\StableDiffusion\Comfybuild --extra-model-paths-config C:\Users\Hiverlab\AppData\Roaming\ComfyUI\extra_models_config.yaml --log-stdout --listen 127.0.0.1 --port 8005
- OS: nt
- Python Version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
- Embedded Python: false
- PyTorch Version: 2.6.0+cu126
Devices
- Name: cuda:0 NVIDIA GeForce RTX 3070 : cudaMallocAsync
- Type: cuda
- VRAM Total: 8589279232
- VRAM Free: 7444889600
- Torch VRAM Total: 0
- Torch VRAM Free: 0
Logs
2025-09-04T16:58:53.728679 - Adding extra search path custom_nodes E:\StableDiffusion\Comfybuild\custom_nodes
2025-09-04T16:58:53.728679 - Adding extra search path download_model_base E:\StableDiffusion\Comfybuild\models
2025-09-04T16:58:53.728679 - Adding extra search path custom_nodes C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes
2025-09-04T16:58:53.728679 - Setting output directory to: E:\StableDiffusion\Comfybuild\output
2025-09-04T16:58:53.728679 - Setting input directory to: E:\StableDiffusion\Comfybuild\input
2025-09-04T16:58:53.728679 - Setting user directory to: E:\StableDiffusion\Comfybuild\user
2025-09-04T16:58:54.498648 - [START] Security scan2025-09-04T16:58:54.498648 -
2025-09-04T16:58:55.524975 - [DONE] Security scan2025-09-04T16:58:55.524975 -
2025-09-04T16:58:55.649757 - ## ComfyUI-Manager: installing dependencies done.2025-09-04T16:58:55.650658 -
2025-09-04T16:58:55.650658 - ** ComfyUI startup time:2025-09-04T16:58:55.650658 - 2025-09-04T16:58:55.650658 - 2025-09-04 16:58:55.6502025-09-04T16:58:55.650658 -
2025-09-04T16:58:55.650658 - ** Platform:2025-09-04T16:58:55.650658 - 2025-09-04T16:58:55.650658 - Windows2025-09-04T16:58:55.650658 -
2025-09-04T16:58:55.650658 - ** Python version:2025-09-04T16:58:55.650658 - 2025-09-04T16:58:55.650658 - 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]2025-09-04T16:58:55.650658 -
2025-09-04T16:58:55.650658 - ** Python executable:2025-09-04T16:58:55.650658 - 2025-09-04T16:58:55.650658 - E:\StableDiffusion\Comfybuild\.venv\Scripts\python.exe2025-09-04T16:58:55.650658 -
2025-09-04T16:58:55.650658 - ** ComfyUI Path:2025-09-04T16:58:55.650658 - 2025-09-04T16:58:55.650658 - C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI2025-09-04T16:58:55.650658 -
2025-09-04T16:58:55.650658 - ** ComfyUI Base Folder Path:2025-09-04T16:58:55.650658 - 2025-09-04T16:58:55.650658 - C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI2025-09-04T16:58:55.650658 -
2025-09-04T16:58:55.650658 - ** User directory:2025-09-04T16:58:55.650658 - 2025-09-04T16:58:55.651642 - E:\StableDiffusion\Comfybuild\user2025-09-04T16:58:55.651642 -
2025-09-04T16:58:55.651642 - ** ComfyUI-Manager config path:2025-09-04T16:58:55.651642 - 2025-09-04T16:58:55.651642 - E:\StableDiffusion\Comfybuild\user\default\ComfyUI-Manager\config.ini2025-09-04T16:58:55.651642 -
2025-09-04T16:58:55.651642 - ** Log path:2025-09-04T16:58:55.651642 - 2025-09-04T16:58:55.651642 - E:\StableDiffusion\Comfybuild\user\comfyui.log2025-09-04T16:58:55.651642 -
2025-09-04T16:58:56.939572 - [ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
2025-09-04T16:58:56.940570 -
Prestartup times for custom nodes:
2025-09-04T16:58:56.940570 - 3.2 seconds: C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2025-09-04T16:58:56.940570 -
2025-09-04T16:58:58.786928 - Checkpoint files will always be loaded safely.
2025-09-04T16:58:58.906634 - Total VRAM 8191 MB, total RAM 65478 MB
2025-09-04T16:58:58.906634 - pytorch version: 2.6.0+cu126
2025-09-04T16:58:58.907605 - Set vram state to: NORMAL_VRAM
2025-09-04T16:58:58.907605 - Device: cuda:0 NVIDIA GeForce RTX 3070 : cudaMallocAsync
2025-09-04T16:59:00.248209 - Using pytorch attention
2025-09-04T16:59:02.325658 - Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
2025-09-04T16:59:02.325658 - ComfyUI version: 0.3.57
2025-09-04T16:59:02.399489 - [Prompt Server] web root: C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app
2025-09-04T16:59:03.696744 - Total VRAM 8191 MB, total RAM 65478 MB
2025-09-04T16:59:03.696744 - pytorch version: 2.6.0+cu126
2025-09-04T16:59:03.697741 - Set vram state to: NORMAL_VRAM
2025-09-04T16:59:03.697741 - Device: cuda:0 NVIDIA GeForce RTX 3070 : cudaMallocAsync
2025-09-04T16:59:04.575925 - Traceback (most recent call last):
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2129, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap_external>", line 1132, in get_code
File "<frozen importlib._bootstrap_external>", line 1190, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'E:\\StableDiffusion\\Comfybuild\\custom_nodes\\IP-Adapter\\__init__.py'
2025-09-04T16:59:04.575925 - Cannot import E:\StableDiffusion\Comfybuild\custom_nodes\IP-Adapter module for custom nodes: [Errno 2] No such file or directory: 'E:\\StableDiffusion\\Comfybuild\\custom_nodes\\IP-Adapter\\__init__.py'
2025-09-04T16:59:04.584877 - ### Loading: ComfyUI-Manager (V3.36)
2025-09-04T16:59:04.584877 - [ComfyUI-Manager] network_mode: public
2025-09-04T16:59:04.585875 - ### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
2025-09-04T16:59:04.596846 -
Import times for custom nodes:
2025-09-04T16:59:04.596846 - 0.0 seconds (IMPORT FAILED): E:\StableDiffusion\Comfybuild\custom_nodes\IP-Adapter
2025-09-04T16:59:04.596846 - 0.0 seconds: C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\websocket_image_save.py
2025-09-04T16:59:04.596846 - 0.0 seconds: C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2025-09-04T16:59:04.597844 - 0.1 seconds: E:\StableDiffusion\Comfybuild\custom_nodes\comfyui-kjnodes
2025-09-04T16:59:04.597844 - 0.1 seconds: E:\StableDiffusion\Comfybuild\custom_nodes\comfyui-videohelpersuite
2025-09-04T16:59:04.597844 - 0.2 seconds: E:\StableDiffusion\Comfybuild\custom_nodes\ComfyUI-LTXVideo
2025-09-04T16:59:04.597844 - 0.5 seconds: E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion
2025-09-04T16:59:04.597844 -
2025-09-04T16:59:04.649731 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-09-04T16:59:04.663668 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-09-04T16:59:04.665662 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-09-04T16:59:04.731485 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-09-04T16:59:04.798307 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-09-04T16:59:05.078585 - Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file
(Background on this error at: https://sqlalche.me/e/20/e3q8)
2025-09-04T16:59:05.101496 - Starting server
2025-09-04T16:59:05.101496 - To see the GUI go to: http://127.0.0.1:8005
2025-09-04T16:59:06.450537 - comfyui-frontend-package not found in requirements.txt
2025-09-04T16:59:06.813738 - comfyui-frontend-package not found in requirements.txt
2025-09-04T16:59:08.675455 - FETCH ComfyRegistry Data: 5/962025-09-04T16:59:08.675455 -
2025-09-04T16:59:10.346215 - got prompt
2025-09-04T16:59:12.096690 -
Loading pipeline components...: 57%|█████▋ | 4/7 [00:01<00:01, 2.97it/s]2025-09-04T16:59:12.918187 - FETCH ComfyRegistry Data: 10/962025-09-04T16:59:12.918187 -
2025-09-04T16:59:15.073841 -
Loading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 1.63it/s]2025-09-04T16:59:15.073841 -
Loading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 1.67it/s]2025-09-04T16:59:15.073841 -
2025-09-04T16:59:16.960919 - FETCH ComfyRegistry Data: 15/962025-09-04T16:59:16.960919 -
2025-09-04T16:59:17.030755 - !!! Exception during processing !!! _get_model_file() got an unexpected keyword argument 'resume_download'
2025-09-04T16:59:17.032769 - Traceback (most recent call last):
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 496, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 315, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\Storydiffusion_node.py", line 1194, in story_model_loader
pipe = load_models(model_info, sd_type, device=device, photomaker_path=photomaker_path, lora=lora,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\utils\load_models_utils.py", line 104, in load_models
pipe.load_photomaker_adapter(
File "E:\StableDiffusion\Comfybuild\.venv\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\utils\pipeline.py", line 87, in load_photomaker_adapter
model_file = _get_model_file(
^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\.venv\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
TypeError: _get_model_file() got an unexpected keyword argument 'resume_download'
2025-09-04T16:59:17.034722 - Prompt executed in 6.69 seconds
2025-09-04T16:59:21.161139 - FETCH ComfyRegistry Data: 20/962025-09-04T16:59:21.161139 -
2025-09-04T16:59:25.463519 - FETCH ComfyRegistry Data: 25/962025-09-04T16:59:25.463519 -
2025-09-04T16:59:27.199646 - got prompt
2025-09-04T16:59:29.002533 -
Loading pipeline components...: 57%|█████▋ | 4/7 [00:01<00:01, 2.80it/s]2025-09-04T16:59:29.937540 - FETCH ComfyRegistry Data: 30/962025-09-04T16:59:29.937540 -
2025-09-04T16:59:31.884900 -
Loading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 1.65it/s]2025-09-04T16:59:31.884900 -
Loading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 1.68it/s]2025-09-04T16:59:31.885899 -
2025-09-04T16:59:32.274859 - got prompt
2025-09-04T16:59:33.859275 - !!! Exception during processing !!! _get_model_file() got an unexpected keyword argument 'resume_download'
2025-09-04T16:59:33.860252 - Traceback (most recent call last):
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 496, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 315, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\Users\Hiverlab\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\Storydiffusion_node.py", line 1194, in story_model_loader
pipe = load_models(model_info, sd_type, device=device, photomaker_path=photomaker_path, lora=lora,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\utils\load_models_utils.py", line 104, in load_models
pipe.load_photomaker_adapter(
File "E:\StableDiffusion\Comfybuild\.venv\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\custom_nodes\comfyui_storydiffusion\utils\pipeline.py", line 87, in load_photomaker_adapter
model_file = _get_model_file(
^^^^^^^^^^^^^^^^
File "E:\StableDiffusion\Comfybuild\.venv\Lib\site-packages\huggingface_hub\utils\_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
TypeError: _get_model_file() got an unexpected keyword argument 'resume_download'
2025-09-04T16:59:33.861250 - Prompt executed in 6.66 seconds
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
{"id":"7d8c2c93-164f-4f7f-9659-5a45b07e50bd","revision":0,"last_node_id":6,"last_link_id":6,"nodes":[{"id":5,"type":"SaveImage","pos":[1471,523],"size":[437.18389892578125,435.6611633300781],"flags":{},"order":4,"mode":0,"inputs":[{"label":"images","localized_name":"images","name":"images","type":"IMAGE","link":5},{"localized_name":"filename_prefix","name":"filename_prefix","type":"STRING","widget":{"name":"filename_prefix"},"link":null}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.57"},"widgets_values":["ComfyUI"]},{"id":4,"type":"Comic_Type","pos":[1475,267],"size":[431.68389892578125,203.16116333007812],"flags":{},"order":3,"mode":0,"inputs":[{"label":"image","localized_name":"image","name":"image","type":"IMAGE","link":3},{"localized_name":"scene_prompts","name":"scene_prompts","type":"STRING","link":4},{"localized_name":"fonts_list","name":"fonts_list","type":"COMBO","widget":{"name":"fonts_list"},"link":null},{"localized_name":"text_size","name":"text_size","type":"INT","widget":{"name":"text_size"},"link":null},{"localized_name":"comic_type","name":"comic_type","type":"COMBO","widget":{"name":"comic_type"},"link":null},{"localized_name":"split_lines","name":"split_lines","type":"STRING","widget":{"name":"split_lines"},"link":null}],"outputs":[{"label":"IMAGE","localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[5]}],"properties":{"cnr_id":"comfyui_storydiffusion","ver":"1.0.2","Node name for S&R":"Comic_Type"},"widgets_values":["Inkfree.ttf",40,"Four_Pannel",";"]},{"id":2,"type":"Storydiffusion_Sampler","pos":[968,179],"size":[475.579345703125,730.8344116210938],"flags":{},"order":2,"mode":0,"inputs":[{"localized_name":"info","name":"info","type":"STRING","link":2},{"label":"pipe","localized_name":"pipe","name":"pipe","type":"MODEL","link":1},{"label":"image","localized_name":"image","name":"image","shape":7,"type":"IMAGE","link":6},{"label":"control_image","localized_name":"control_image","name":"control_image","shape":7,"type":"IMAGE","link":null},{"localized_name":"character_prompt","name":"character_prompt","type":"STRING","widget":{"name":"character_prompt"},"link":null},{"localized_name":"scene_prompts","name":"scene_prompts","type":"STRING","widget":{"name":"scene_prompts"},"link":null},{"localized_name":"split_prompt","name":"split_prompt","type":"STRING","widget":{"name":"split_prompt"},"link":null},{"localized_name":"negative_prompt","name":"negative_prompt","type":"STRING","widget":{"name":"negative_prompt"},"link":null},{"localized_name":"img_style","name":"img_style","type":"COMBO","widget":{"name":"img_style"},"link":null},{"localized_name":"seed","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"localized_name":"steps","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"localized_name":"cfg","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"localized_name":"ip_adapter_strength","name":"ip_adapter_strength","type":"FLOAT","widget":{"name":"ip_adapter_strength"},"link":null},{"localized_name":"style_strength_ratio","name":"style_strength_ratio","type":"INT","widget":{"name":"style_strength_ratio"},"link":null},{"localized_name":"encoder_repo","name":"encoder_repo","type":"STRING","widget":{"name":"encoder_repo"},"link":null},{"localized_name":"role_scale","name":"role_scale","type":"FLOAT","widget":{"name":"role_scale"},"link":null},{"localized_name":"mask_threshold","name":"mask_threshold","type":"FLOAT","widget":{"name":"mask_threshold"},"link":null},{"localized_name":"start_step","name":"start_step","type":"INT","widget":{"name":"start_step"},"link":null},{"localized_name":"save_character","name":"save_character","type":"BOOLEAN","widget":{"name":"save_character"},"link":null},{"localized_name":"controlnet_model_path","name":"controlnet_model_path","type":"COMBO","widget":{"name":"controlnet_model_path"},"link":null},{"localized_name":"controlnet_scale","name":"controlnet_scale","type":"FLOAT","widget":{"name":"controlnet_scale"},"link":null},{"localized_name":"layout_guidance","name":"layout_guidance","type":"BOOLEAN","widget":{"name":"layout_guidance"},"link":null}],"outputs":[{"label":"image","localized_name":"image","name":"image","type":"IMAGE","slot_index":0,"links":[3]},{"label":"prompt_array","localized_name":"prompt_array","name":"prompt_array","type":"STRING","slot_index":1,"links":[4]}],"properties":{"cnr_id":"comfyui_storydiffusion","ver":"1.0.2","Node name for S&R":"Storydiffusion_Sampler"},"widgets_values":["[Micky] a mink img, wearing a white T-shirt, blue loose hair.","[micky]wake up in the bed,medium shot;\n[NC] a panda in the bed;\n[NC] a cat is walking# a wooden house in the farmer.","","bad anatomy, bad hands, missing fingers, extra fingers, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, three crus, fused feet, fused thigh, extra crus, ugly fingers, horn,amputation, disconnected limbs","Japanese_Anime",1503191913,"randomize",20,7,0.5,20,"laion/CLIP-ViT-bigG-14-laion2B-39B-b160k",0.8,0.5,5,false,"none",0.8,false]},{"id":6,"type":"LoadImage","pos":[582.3380126953125,605.386962890625],"size":[315,314],"flags":{},"order":0,"mode":0,"inputs":[{"localized_name":"image","name":"image","type":"COMBO","widget":{"name":"image"},"link":null},{"localized_name":"choose file to upload","name":"upload","type":"IMAGEUPLOAD","widget":{"name":"upload"},"link":null}],"outputs":[{"label":"IMAGE","localized_name":"IMAGE","name":"IMAGE","type":"IMAGE","links":[6]},{"label":"MASK","localized_name":"MASK","name":"MASK","type":"MASK","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.3.57","Node name for S&R":"LoadImage"},"widgets_values":["micky.jpg","image"]},{"id":1,"type":"Storydiffusion_Model_Loader","pos":[580.9789428710938,186.7110137939453],"size":[315,366],"flags":{},"order":1,"mode":0,"inputs":[{"localized_name":"sd_type","name":"sd_type","type":"COMBO","widget":{"name":"sd_type"},"link":null},{"localized_name":"ckpt_name","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null},{"localized_name":"character_weights","name":"character_weights","type":"COMBO","widget":{"name":"character_weights"},"link":null},{"localized_name":"lora","name":"lora","type":"COMBO","widget":{"name":"lora"},"link":null},{"localized_name":"lora_scale","name":"lora_scale","type":"FLOAT","widget":{"name":"lora_scale"},"link":null},{"localized_name":"trigger_words","name":"trigger_words","type":"STRING","widget":{"name":"trigger_words"},"link":null},{"localized_name":"scheduler","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"localized_name":"model_type","name":"model_type","type":"COMBO","widget":{"name":"model_type"},"link":null},{"localized_name":"id_number","name":"id_number","type":"INT","widget":{"name":"id_number"},"link":null},{"localized_name":"sa32_degree","name":"sa32_degree","type":"FLOAT","widget":{"name":"sa32_degree"},"link":null},{"localized_name":"sa64_degree","name":"sa64_degree","type":"FLOAT","widget":{"name":"sa64_degree"},"link":null},{"localized_name":"img_width","name":"img_width","type":"INT","widget":{"name":"img_width"},"link":null},{"localized_name":"img_height","name":"img_height","type":"INT","widget":{"name":"img_height"},"link":null}],"outputs":[{"label":"pipe","localized_name":"pipe","name":"pipe","type":"MODEL","slot_index":0,"links":[1]},{"label":"info","localized_name":"info","name":"info","type":"STRING","slot_index":1,"links":[2]}],"properties":{"cnr_id":"comfyui_storydiffusion","ver":"1.0.2","Node name for S&R":"Storydiffusion_Model_Loader"},"widgets_values":["SDXL","juggernautXL_v9Rdphoto2Lightning.safetensors","none","none",0.8,"best quality","Euler","img2img",1,0.5,0.5,768,768]}],"links":[[1,1,0,2,1,"MODEL"],[2,1,1,2,0,"STRING"],[3,2,0,4,0,"IMAGE"],[4,2,1,4,1,"STRING"],[5,4,0,5,0,"IMAGE"],[6,6,0,2,2,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.1,"offset":[-233.24900600268637,-212.1273066373626]}},"version":0.4}
Additional Context
(Please add any additional context or steps to reproduce the error here)
"
Metadata
Metadata
Assignees
Labels
No labels