EvilBT / ComfyUI_SLK_joy_caption_two

ComfyUI Node
GNU General Public License v3.0
197 stars 7 forks source link

probability tensor contains either `inf`, `nan` or element < 0 #52

Open wang765308610 opened 1 month ago

wang765308610 commented 1 month ago

使用的是秋叶整合包,直接搜索报错说让将torch回退到21coda118,我也不是很懂,直接在整合包里回退了, image 之前还有别的状况,我在custom_nodes下按照主页里的方法用指令下载依赖后出现闪退,我按照其他教程将节点包里的requirements.txt复制进整合包文件夹里的.ext文件夹(主要是没有找到python文件夹,这个还是个隐藏文件夹,我不确信是否正确,但文件夹里的内容跟别人教程里描述的python文件夹很像)后进行下载依赖启动后出现这个报错。

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.2.4-16-g30c0c813
- **Arguments:** F:\ai\Aki_stable_deffusion\sd-comfyui_aki\main.py --listen --auto-launch --preview-method auto --disable-cuda-malloc
- **OS:** nt
- **Python Version:** 3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.1.2+cu118
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 17170825216
  - **VRAM Free:** 2797551696
  - **Torch VRAM Total:** 13153337344
  - **Torch VRAM Free:** 781766736

## Logs

2024-10-29 15:24:45,594 - root - INFO - Total VRAM 16375 MB, total RAM 32692 MB 2024-10-29 15:24:45,594 - root - INFO - pytorch version: 2.1.2+cu118 2024-10-29 15:24:46,423 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-10-29 15:24:46,424 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-29 15:24:46,424 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync 2024-10-29 15:24:49,060 - root - INFO - Using xformers cross attention 2024-10-29 15:24:51,054 - root - INFO - [Prompt Server] web root: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\web 2024-10-29 15:24:51,068 - root - INFO - Adding extra search path checkpoints F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Stable-diffusion 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path configs F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Stable-diffusion 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path vae F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/VAE 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path loras F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Lora 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path loras F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/LyCORIS 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/ESRGAN 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/RealESRGAN 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/SwinIR 2024-10-29 15:24:51,069 - root - INFO - Adding extra search path embeddings F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\embeddings 2024-10-29 15:24:51,070 - root - INFO - Adding extra search path hypernetworks F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/hypernetworks 2024-10-29 15:24:51,070 - root - INFO - Adding extra search path controlnet F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\extensions\sd-webui-controlnet\models 2024-10-29 15:24:58,261 - root - INFO - Total VRAM 16375 MB, total RAM 32692 MB 2024-10-29 15:24:58,261 - root - INFO - pytorch version: 2.1.2+cu118 2024-10-29 15:24:58,262 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-10-29 15:24:58,262 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-29 15:24:58,262 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync 2024-10-29 15:24:59,847 - root - WARNING - Traceback (most recent call last): File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\nodes.py", line 2006, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows\init.py'

2024-10-29 15:24:59,847 - root - WARNING - Cannot import F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows module for custom nodes: [Errno 2] No such file or directory: 'F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows\init.py' 2024-10-29 15:25:31,418 - root - INFO - Import times for custom nodes: 2024-10-29 15:25:31,418 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\anylanguage.py 2024-10-29 15:25:31,418 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\AIGODLIKE-ComfyUI-Translation 2024-10-29 15:25:31,418 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\cozy_link_toggle 2024-10-29 15:25:31,418 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-CascadeResolutions 2024-10-29 15:25:31,418 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Prompt-Preview 2024-10-29 15:25:31,418 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\cg-use-everywhere 2024-10-29 15:25:31,418 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\websocket_image_save.py 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-WD14-Tagger 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-OpenPose-Editor 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_SLK_joy_caption_two 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-layerdiffuse 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Custom-Scripts 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_UltimateSDUpscale 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-N-Sidebar 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui-sixgod_prompt 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\OneButtonPrompt 2024-10-29 15:25:31,419 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Advanced-ControlNet 2024-10-29 15:25:31,420 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\rgthree-comfy 2024-10-29 15:25:31,420 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_essentials 2024-10-29 15:25:31,420 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-KJNodes 2024-10-29 15:25:31,420 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_smZNodes 2024-10-29 15:25:31,420 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-10-29 15:25:31,420 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui_controlnet_aux 2024-10-29 15:25:31,420 - root - INFO - 0.2 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Inspire-Pack 2024-10-29 15:25:31,420 - root - INFO - 0.7 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Manager 2024-10-29 15:25:31,420 - root - INFO - 0.8 seconds (IMPORT FAILED): F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows 2024-10-29 15:25:31,420 - root - INFO - 1.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Crystools 2024-10-29 15:25:31,421 - root - INFO - 1.2 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Impact-Pack 2024-10-29 15:25:31,421 - root - INFO - 1.8 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Easy-Use 2024-10-29 15:25:31,421 - root - INFO - 14.2 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\was-node-suite-comfyui 2024-10-29 15:25:31,421 - root - INFO - 16.8 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-10-29 15:25:31,421 - root - INFO - 2024-10-29 15:25:31,460 - root - INFO - Starting server

2024-10-29 15:25:31,461 - root - INFO - To see the GUI go to: http://0.0.0.0:8188 2024-10-29 15:25:31,462 - root - INFO - To see the GUI go to: http://[::]:8188 2024-10-29 15:27:15,685 - root - INFO - got prompt 2024-10-29 15:27:20,921 - root - INFO - Using xformers attention in VAE 2024-10-29 15:27:20,924 - root - INFO - Using xformers attention in VAE 2024-10-29 15:27:23,906 - root - INFO - Requested to load FluxClipModel_ 2024-10-29 15:27:23,906 - root - INFO - Loading 1 new model 2024-10-29 15:27:23,930 - root - INFO - loaded completely 0.0 4777.53759765625 True 2024-10-29 15:27:24,463 - root - WARNING - clip missing: ['text_projection.weight'] 2024-10-29 15:27:31,940 - root - INFO - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16 2024-10-29 15:27:31,941 - root - INFO - model_type FLUX 2024-10-29 15:28:06,062 - root - INFO - Requested to load SiglipVisionTransformer 2024-10-29 15:28:06,067 - root - INFO - Loading 1 new model 2024-10-29 15:28:06,603 - root - INFO - loaded completely 0.0 809.1729736328125 True 2024-10-29 15:28:07,594 - root - INFO - Requested to load ImageAdapter 2024-10-29 15:28:07,594 - root - INFO - Loading 1 new model 2024-10-29 15:28:07,607 - root - INFO - loaded completely 0.0 41.0390625 True 2024-10-29 15:28:30,920 - root - ERROR - !!! Exception during processing !!! probability tensor contains either inf, nan or element < 0 2024-10-29 15:28:30,928 - root - ERROR - Traceback (most recent call last): File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\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 "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\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 "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_SLK_joy_caption_two\joy_caption_two_node.py", line 407, in generate generate_ids = text_model.generate(input_ids, inputs_embeds=input_embeds, attention_mask=attention_mask, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context return func(args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\transformers\generation\utils.py", line 2024, in generate result = self._sample( ^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\transformers\generation\utils.py", line 3020, in _sample next_tokens = torch.multinomial(probs, num_samples=1).squeeze(1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: probability tensor contains either inf, nan or element < 0

2024-10-29 15:28:30,932 - root - INFO - Prompt executed in 73.61 seconds

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

{"last_node_id":66,"last_link_id":87,"nodes":[{"id":50,"type":"ConditioningZeroOut","pos":{"0":-416,"1":546},"size":{"0":317.4000244140625,"1":26},"flags":{},"order":12,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":60,"label":"条件"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[58],"slot_index":0,"shape":3,"label":"条件"}],"properties":{"Node name for S&R":"ConditioningZeroOut"},"widgets_values":[]},{"id":57,"type":"CR Apply LoRA Stack","pos":{"0":-391,"1":275},"size":{"0":254.40000915527344,"1":66},"flags":{},"order":8,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":81,"label":"模型"},{"name":"clip","type":"CLIP","link":78,"label":"CLIP"},{"name":"lora_stack","type":"LORA_STACK","link":70,"label":"LoRA堆"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[82],"slot_index":0,"shape":3,"label":"模型"},{"name":"CLIP","type":"CLIP","links":[74],"slot_index":1,"shape":3,"label":"CLIP"},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"CR Apply LoRA Stack"},"widgets_values":[]},{"id":64,"type":"VAELoader","pos":{"0":-1125,"1":333},"size":{"0":315,"1":58},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[83],"slot_index":0}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["flux_vae.safetensors"]},{"id":62,"type":"DualCLIPLoader","pos":{"0":-1121,"1":429},"size":{"0":315,"1":106},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[78],"slot_index":0,"label":"CLIP"}],"properties":{"Node name for S&R":"DualCLIPLoader"},"widgets_values":["clip_l.safetensors","t5xxl_fp8_e4m3fn.safetensors","flux"]},{"id":55,"type":"easy loraStack","pos":{"0":-829,"1":65},"size":{"0":380.4000244140625,"1":202},"flags":{},"order":2,"mode":0,"inputs":[{"name":"optional_lora_stack","type":"LORA_STACK","link":null,"label":"LoRA堆(可选)","shape":7}],"outputs":[{"name":"lora_stack","type":"LORA_STACK","links":[70],"shape":3,"label":"LoRA堆"}],"properties":{"Node name for S&R":"easy loraStack"},"widgets_values":[true,"simple",2,"flux\Midjourney_Lucid_Dreams_FLUX_LoRA-000001.safetensors",0.6,1,1,"flux\FLUX.1-Turbo-Alpha.safetensors",1,1,1,"None",1,1,1,"None",1,1,1,"None",1,1,1,"None",1,1,1,"None",1,1,1,"None",1,1,1,"None",1,1,1,"None",1,1,1]},{"id":61,"type":"UNETLoader","pos":{"0":-795,"1":332},"size":{"0":315,"1":82},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[81],"slot_index":0,"label":"模型"}],"properties":{"Node name for S&R":"UNETLoader"},"widgets_values":["FULX\flux1-dev-fp8.safetensors","fp8_e4m3fn"]},{"id":47,"type":"EmptyLatentImage","pos":{"0":-797,"1":448},"size":{"0":315,"1":106},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"LATENT","type":"LATENT","links":[63],"slot_index":0,"shape":3,"label":"Latent"}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[1024,1024,5]},{"id":48,"type":"VAEDecode","pos":{"0":-101,"1":690},"size":{"0":210,"1":46},"flags":{},"order":14,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":61,"label":"Latent"},{"name":"vae","type":"VAE","link":83,"label":"VAE"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[86],"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":49,"type":"KSampler","pos":{"0":-57,"1":343},"size":{"0":361.6028747558594,"1":695.7296752929688},"flags":{},"order":13,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":82,"label":"模型"},{"name":"positive","type":"CONDITIONING","link":59,"label":"正面条件"},{"name":"negative","type":"CONDITIONING","link":58,"label":"负面条件"},{"name":"latent_image","type":"LATENT","link":63,"label":"Latent"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[61],"shape":3,"label":"Latent"}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[894294310960374,"randomize",8,1.5,"euler","beta",1]},{"id":29,"type":"LoadImage","pos":{"0":-1558,"1":605},"size":{"0":315,"1":314},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[76,84],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["bg_lungmen_m.png","image"]},{"id":59,"type":"Joy_caption_two_load","pos":{"0":-942.6239624023438,"1":713.8822021484375},"size":{"0":315,"1":58},"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"JoyTwoPipeline","type":"JoyTwoPipeline","links":[75],"slot_index":0,"label":"JoyCaptionTwo"}],"properties":{"Node name for S&R":"Joy_caption_two_load"},"widgets_values":["unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit"]},{"id":58,"type":"Joy_caption_two","pos":{"0":-946.6239013671875,"1":813.8822021484375},"size":{"0":315,"1":126},"flags":{},"order":10,"mode":0,"inputs":[{"name":"joy_two_pipeline","type":"JoyTwoPipeline","link":75,"label":"JoyCaptionTwo"},{"name":"image","type":"IMAGE","link":76,"label":"图像"}],"outputs":[{"name":"STRING","type":"STRING","links":[87],"slot_index":0,"label":"提示词"}],"properties":{"Node name for S&R":"Joy_caption_two"},"widgets_values":["Descriptive","long",false]},{"id":66,"type":"SaveImage","pos":{"0":315,"1":542},"size":{"0":400.3177185058594,"1":670.4298706054688},"flags":{},"order":15,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":86,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"]},{"id":65,"type":"WD14Tagger|pysssss","pos":{"0":-1231,"1":606},"size":{"0":251.90760803222656,"1":313.2276611328125},"flags":{},"order":9,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":84,"label":"图像"}],"outputs":[{"name":"STRING","type":"STRING","links":[],"slot_index":0,"shape":6,"label":"字符串"}],"properties":{"Node name for S&R":"WD14Tagger|pysssss"},"widgets_values":["wd-v1-4-convnextv2-tagger-v2",0.35,0.85,false,false,"","outdoors, sky, day, cloud, blue_sky, no_humans, building, scenery, reflection, city, cityscape, skyscraper"]},{"id":39,"type":"CLIPTextEncodeFlux","pos":{"0":-470,"1":390},"size":[400,200],"flags":{},"order":11,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":74,"label":"CLIP"},{"name":"t5xxl","type":"STRING","link":87,"widget":{"name":"t5xxl"},"label":"T5XXL"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[59,60],"slot_index":0,"shape":3,"label":"条件"}],"properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["outdoors, sky, day, cloud, blue_sky, no_humans, building, scenery, reflection, city, cityscape, skyscraper,","",3,true,true]},{"id":35,"type":"ArgosTranslateTextNode","pos":{"0":-1556,"1":330},"size":{"0":400,"1":200},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"text","type":"STRING","links":[],"slot_index":0,"shape":3,"label":"文本"}],"properties":{"Node name for S&R":"ArgosTranslateTextNode"},"widgets_values":["chinese","english","赛博朋克世界,白天,光线明亮,俯瞰城市,高楼大厦错落有致,\n高质量,插画质感,杰作,HDR, 4K high definition,,非对称构图",true]}],"links":[[58,50,0,49,2,"CONDITIONING"],[59,39,0,49,1,"CONDITIONING"],[60,39,0,50,0,"CONDITIONING"],[61,49,0,48,0,"LATENT"],[63,47,0,49,3,"LATENT"],[70,55,0,57,2,"LORA_STACK"],[74,57,1,39,0,"CLIP"],[75,59,0,58,0,"JoyTwoPipeline"],[76,29,0,58,1,"IMAGE"],[78,62,0,57,1,"CLIP"],[81,61,0,57,0,"MODEL"],[82,57,0,49,0,"MODEL"],[83,64,0,48,1,"VAE"],[84,29,0,65,0,"IMAGE"],[86,48,0,66,0,"IMAGE"],[87,58,0,39,1,"STRING"]],"groups":[{"title":"joy caption two","bounding":[-957,640,339,310],"color":"#3f789e","font_size":24,"flags":{}}],"config":{},"extra":{"ds":{"scale":1.0152559799477106,"offset":[1719.0004708604447,-298.4967107630391]}},"version":0.4}



## Additional Context
(Please add any additional context or steps to reproduce the error here)
EvilBT commented 1 month ago

23 你可以参考一下23的更新方法,因为我不是用整合包的,不太了解怎么更新才对,但是这个节点需要的依赖会比较新

wang765308610 commented 4 weeks ago

23 你可以参考一下23的更新方法,因为我不是用整合包的,不太了解怎么更新才对,但是这个节点需要的依赖会比较新

我在隔壁回答里按照作者给的方法在整合包python文件夹的scrpts文件夹里安装了accelerate-1.0.1, PS F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Scripts> python.exe -m pip install -U accelerate Requirement already satisfied: accelerate in e:\python312\lib\site-packages (0.26.0) Collecting accelerate Using cached accelerate-1.0.1-py3-none-any.whl.metadata (19 kB) Requirement already satisfied: numpy<3.0.0,>=1.17 in e:\python312\lib\site-packages (from accelerate) (1.26.4) Requirement already satisfied: packaging>=20.0 in e:\python312\lib\site-packages (from accelerate) (24.1) Requirement already satisfied: psutil in e:\python312\lib\site-packages (from accelerate) (6.1.0) Requirement already satisfied: pyyaml in e:\python312\lib\site-packages (from accelerate) (6.0.2) Requirement already satisfied: torch>=1.10.0 in e:\python312\lib\site-packages (from accelerate) (2.5.0) Requirement already satisfied: huggingface-hub>=0.21.0 in e:\python312\lib\site-packages (from accelerate) (0.23.4) Requirement already satisfied: safetensors>=0.4.3 in e:\python312\lib\site-packages (from accelerate) (0.4.5) Requirement already satisfied: filelock in e:\python312\lib\site-packages (from huggingface-hub>=0.21.0->accelerate) (3.16.1) Requirement already satisfied: fsspec>=2023.5.0 in e:\python312\lib\site-packages (from huggingface-hub>=0.21.0->accelerate) (2024.10.0) Requirement already satisfied: requests in e:\python312\lib\site-packages (from huggingface-hub>=0.21.0->accelerate) (2.32.3) Requirement already satisfied: tqdm>=4.42.1 in e:\python312\lib\site-packages (from huggingface-hub>=0.21.0->accelerate) (4.66.6) Requirement already satisfied: typing-extensions>=3.7.4.3 in e:\python312\lib\site-packages (from huggingface-hub>=0.21.0->accelerate) (4.12.2) Requirement already satisfied: networkx in e:\python312\lib\site-packages (from torch>=1.10.0->accelerate) (3.4.2) Requirement already satisfied: jinja2 in e:\python312\lib\site-packages (from torch>=1.10.0->accelerate) (3.1.4) Requirement already satisfied: setuptools in e:\python312\lib\site-packages (from torch>=1.10.0->accelerate) (75.2.0) Requirement already satisfied: sympy==1.13.1 in e:\python312\lib\site-packages (from torch>=1.10.0->accelerate) (1.13.1) Requirement already satisfied: mpmath<1.4,>=1.1.0 in e:\python312\lib\site-packages (from sympy==1.13.1->torch>=1.10.0->accelerate) (1.3.0) Requirement already satisfied: colorama in e:\python312\lib\site-packages (from tqdm>=4.42.1->huggingface-hub>=0.21.0->accelerate) (0.4.6) Requirement already satisfied: MarkupSafe>=2.0 in e:\python312\lib\site-packages (from jinja2->torch>=1.10.0->accelerate) (3.0.2) Requirement already satisfied: charset-normalizer<4,>=2 in e:\python312\lib\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.4.0) Requirement already satisfied: idna<4,>=2.5 in e:\python312\lib\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in e:\python312\lib\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2.2.3) Requirement already satisfied: certifi>=2017.4.17 in e:\python312\lib\site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2024.8.30) Using cached accelerate-1.0.1-py3-none-any.whl (330 kB) Installing collected packages: accelerate Attempting uninstall: accelerate Found existing installation: accelerate 0.26.0 Uninstalling accelerate-0.26.0: Successfully uninstalled accelerate-0.26.0 Successfully installed accelerate-1.0.1 应该成功了吧?但还是跳了报错

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.2.4-16-g30c0c813
- **Arguments:** F:\ai\Aki_stable_deffusion\sd-comfyui_aki\main.py --listen --auto-launch --preview-method auto --disable-cuda-malloc
- **OS:** nt
- **Python Version:** 3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.1.2+cu118
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 17170825216
  - **VRAM Free:** 9236283808
  - **Torch VRAM Total:** 7247757312
  - **Torch VRAM Free:** 741769632

## Logs

2024-10-30 20:00:51,815 - root - INFO - Total VRAM 16375 MB, total RAM 32692 MB 2024-10-30 20:00:51,815 - root - INFO - pytorch version: 2.1.2+cu118 2024-10-30 20:00:52,348 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-10-30 20:00:52,348 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-30 20:00:52,348 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync 2024-10-30 20:00:54,669 - root - INFO - Using xformers cross attention 2024-10-30 20:00:56,400 - root - INFO - [Prompt Server] web root: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\web 2024-10-30 20:00:56,404 - root - INFO - Adding extra search path checkpoints F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Stable-diffusion 2024-10-30 20:00:56,405 - root - INFO - Adding extra search path configs F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Stable-diffusion 2024-10-30 20:00:56,405 - root - INFO - Adding extra search path vae F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/VAE 2024-10-30 20:00:56,405 - root - INFO - Adding extra search path loras F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Lora 2024-10-30 20:00:56,405 - root - INFO - Adding extra search path loras F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/LyCORIS 2024-10-30 20:00:56,405 - root - INFO - Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/ESRGAN 2024-10-30 20:00:56,406 - root - INFO - Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/RealESRGAN 2024-10-30 20:00:56,406 - root - INFO - Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/SwinIR 2024-10-30 20:00:56,406 - root - INFO - Adding extra search path embeddings F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\embeddings 2024-10-30 20:00:56,406 - root - INFO - Adding extra search path hypernetworks F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/hypernetworks 2024-10-30 20:00:56,406 - root - INFO - Adding extra search path controlnet F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\extensions\sd-webui-controlnet\models 2024-10-30 20:01:01,777 - root - INFO - Total VRAM 16375 MB, total RAM 32692 MB 2024-10-30 20:01:01,777 - root - INFO - pytorch version: 2.1.2+cu118 2024-10-30 20:01:01,777 - root - INFO - xformers version: 0.0.23.post1+cu118 2024-10-30 20:01:01,777 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-30 20:01:01,778 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync 2024-10-30 20:01:03,405 - root - WARNING - Traceback (most recent call last): File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\nodes.py", line 2006, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows\init.py'

2024-10-30 20:01:03,405 - root - WARNING - Cannot import F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows module for custom nodes: [Errno 2] No such file or directory: 'F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows\init.py' 2024-10-30 20:01:27,490 - root - INFO - Import times for custom nodes: 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\cozy_link_toggle 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\anylanguage.py 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\websocket_image_save.py 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\AIGODLIKE-ComfyUI-Translation 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-CascadeResolutions 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\cg-use-everywhere 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Prompt-Preview 2024-10-30 20:01:27,490 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-WD14-Tagger 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-OpenPose-Editor 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_SLK_joy_caption_two 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Custom-Scripts 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-layerdiffuse 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_UltimateSDUpscale 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui-sixgod_prompt 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Advanced-ControlNet 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-N-Sidebar 2024-10-30 20:01:27,491 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\OneButtonPrompt 2024-10-30 20:01:27,492 - root - INFO - 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\rgthree-comfy 2024-10-30 20:01:27,492 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_essentials 2024-10-30 20:01:27,492 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-KJNodes 2024-10-30 20:01:27,492 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-10-30 20:01:27,492 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui_controlnet_aux 2024-10-30 20:01:27,492 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_smZNodes 2024-10-30 20:01:27,492 - root - INFO - 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Inspire-Pack 2024-10-30 20:01:27,492 - root - INFO - 0.7 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Manager 2024-10-30 20:01:27,492 - root - INFO - 0.7 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Crystools 2024-10-30 20:01:27,492 - root - INFO - 0.8 seconds (IMPORT FAILED): F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows 2024-10-30 20:01:27,493 - root - INFO - 1.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Impact-Pack 2024-10-30 20:01:27,493 - root - INFO - 1.5 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Easy-Use 2024-10-30 20:01:27,493 - root - INFO - 10.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-10-30 20:01:27,493 - root - INFO - 13.5 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\was-node-suite-comfyui 2024-10-30 20:01:27,493 - root - INFO - 2024-10-30 20:01:27,535 - root - INFO - Starting server

2024-10-30 20:01:27,536 - root - INFO - To see the GUI go to: http://0.0.0.0:8188 2024-10-30 20:01:27,537 - root - INFO - To see the GUI go to: http://[::]:8188 2024-10-30 20:02:31,832 - root - INFO - got prompt 2024-10-30 20:02:36,438 - root - INFO - Requested to load SiglipVisionTransformer 2024-10-30 20:02:36,439 - root - INFO - Loading 1 new model 2024-10-30 20:02:36,744 - root - INFO - loaded completely 0.0 809.1729736328125 True 2024-10-30 20:02:37,196 - root - INFO - Requested to load ImageAdapter 2024-10-30 20:02:37,196 - root - INFO - Loading 1 new model 2024-10-30 20:02:37,210 - root - INFO - loaded completely 0.0 41.0390625 True 2024-10-30 20:02:49,966 - root - ERROR - !!! Exception during processing !!! probability tensor contains either inf, nan or element < 0 2024-10-30 20:02:49,971 - root - ERROR - Traceback (most recent call last): File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\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 "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\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 "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(*inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_SLK_joy_caption_two\joy_caption_two_node.py", line 407, in generate generate_ids = text_model.generate(input_ids, inputs_embeds=input_embeds, attention_mask=attention_mask, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context return func(args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\transformers\generation\utils.py", line 2024, in generate result = self._sample( ^^^^^^^^^^^^^ File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\transformers\generation\utils.py", line 3020, in _sample next_tokens = torch.multinomial(probs, num_samples=1).squeeze(1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: probability tensor contains either inf, nan or element < 0

2024-10-30 20:02:49,974 - root - INFO - Prompt executed in 18.12 seconds

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

{"last_node_id":14,"last_link_id":15,"nodes":[{"id":1,"type":"Joy_caption_two","pos":{"0":410.0001220703125,"1":117},"size":{"0":315,"1":126},"flags":{},"order":5,"mode":0,"inputs":[{"name":"joy_two_pipeline","type":"JoyTwoPipeline","link":1,"label":"JoyCaptionTwo"},{"name":"image","type":"IMAGE","link":3,"label":"图像"}],"outputs":[{"name":"STRING","type":"STRING","links":[2],"slot_index":0,"label":"提示词"}],"properties":{"Node name for S&R":"Joy_caption_two"},"widgets_values":["Descriptive","long",true]},{"id":9,"type":"Joy_extra_options","pos":{"0":25,"1":684},"size":{"0":707.6665649414062,"1":460.00006103515625},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"Extra_Options","type":"Extra_Options","links":[9,15],"label":"附加选项"}],"properties":{"Node name for S&R":"Joy_extra_options"},"widgets_values":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false]},{"id":2,"type":"Joy_caption_two_load","pos":{"0":18,"1":89},"size":{"0":315,"1":58},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"JoyTwoPipeline","type":"JoyTwoPipeline","links":[1,7,11,13],"slot_index":0,"label":"JoyCaptionTwo"}],"properties":{"Node name for S&R":"Joy_caption_two_load"},"widgets_values":["unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit"]},{"id":12,"type":"ShowText|pysssss","pos":{"0":1145,"1":377},"size":{"0":307.66632080078125,"1":226.33346557617188},"flags":{},"order":7,"mode":4,"inputs":[{"name":"text","type":"STRING","link":12,"widget":{"name":"text"},"label":"文本"}],"outputs":[{"name":"STRING","type":"STRING","links":null,"shape":6,"label":"字符串"}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":[""]},{"id":14,"type":"ShowText|pysssss","pos":{"0":1503.85302734375,"1":436.8400573730469},"size":{"0":303.33282470703125,"1":163.33340454101562},"flags":{},"order":8,"mode":4,"inputs":[{"name":"text","type":"STRING","link":14,"widget":{"name":"text"},"label":"文本"}],"outputs":[{"name":"STRING","type":"STRING","links":null,"shape":6,"label":"字符串"}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":[""]},{"id":10,"type":"ShowText|pysssss","pos":{"0":777,"1":400},"size":{"0":305.66644287109375,"1":217.3333740234375},"flags":{},"order":10,"mode":0,"inputs":[{"name":"text","type":"STRING","link":10,"widget":{"name":"text"},"label":"文本"}],"outputs":[{"name":"STRING","type":"STRING","links":null,"shape":6,"label":"字符串"}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":[""]},{"id":3,"type":"ShowText|pysssss","pos":{"0":422,"1":292},"size":{"0":298.33331298828125,"1":327.66668701171875},"flags":{},"order":9,"mode":0,"inputs":[{"name":"text","type":"STRING","link":2,"widget":{"name":"text"},"label":"文本"}],"outputs":[{"name":"STRING","type":"STRING","links":null,"shape":6,"label":"字符串"}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":[""]},{"id":7,"type":"Joy_caption_two_advanced","pos":{"0":773.333251953125,"1":114.33331298828125},"size":{"0":315,"1":242},"flags":{},"order":6,"mode":0,"inputs":[{"name":"joy_two_pipeline","type":"JoyTwoPipeline","link":7,"label":"JoyCaptionTwo"},{"name":"image","type":"IMAGE","link":8,"label":"图像"},{"name":"extra_options","type":"Extra_Options","link":9,"label":"附加选项"}],"outputs":[{"name":"STRING","type":"STRING","links":[10],"slot_index":0,"label":"提示词"}],"properties":{"Node name for S&R":"Joy_caption_two_advanced"},"widgets_values":["Descriptive","long","","",false,0.9,0.9]},{"id":13,"type":"Batch_joy_caption_two_advanced","pos":{"0":1501.85302734375,"1":121.83993530273438},"size":{"0":315,"1":390},"flags":{},"order":4,"mode":4,"inputs":[{"name":"joy_two_pipeline","type":"JoyTwoPipeline","link":13,"label":"JoyCaptionTwo"},{"name":"extra_options","type":"Extra_Options","link":15,"label":"附加选项"}],"outputs":[{"name":"STRING","type":"STRING","links":[14],"slot_index":0,"label":"处理结果"}],"properties":{"Node name for S&R":"Batch_joy_caption_two_advanced"},"widgets_values":["e:/image_dir","","Descriptive","long","","",false,0.9,0.6,false,0.9,0.6,"",""]},{"id":4,"type":"LoadImage","pos":{"0":13,"1":215},"size":{"0":347.3063049316406,"1":411.99139404296875},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[3,8],"slot_index":0,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["bg_20_G07.png","image"]},{"id":11,"type":"Batch_joy_caption_two","pos":{"0":1143.33349609375,"1":114.6666259765625},"size":{"0":315,"1":154},"flags":{},"order":3,"mode":4,"inputs":[{"name":"joy_two_pipeline","type":"JoyTwoPipeline","link":11,"label":"JoyCaptionTwo"}],"outputs":[{"name":"STRING","type":"STRING","links":[12],"slot_index":0,"label":"处理结果"}],"properties":{"Node name for S&R":"Batch_joy_caption_two"},"widgets_values":["e:/image_dir","","Descriptive","long",true]}],"links":[[1,2,0,1,0,"JoyTwoPipeline"],[2,1,0,3,0,"STRING"],[3,4,0,1,1,"IMAGE"],[7,2,0,7,0,"JoyTwoPipeline"],[8,4,0,7,1,"IMAGE"],[9,9,0,7,2,"Extra_Options"],[10,7,0,10,0,"STRING"],[11,2,0,11,0,"JoyTwoPipeline"],[12,11,0,12,0,"STRING"],[13,2,0,13,0,"JoyTwoPipeline"],[14,13,0,14,0,"STRING"],[15,9,0,13,1,"Extra_Options"]],"groups":[{"title":"高级","bounding":[763,43,335,584],"color":"#3f789e","font_size":22,"flags":{}},{"title":"Batch","bounding":[1133,44,334,579],"color":"#3f789e","font_size":22,"flags":{}},{"title":"Base","bounding":[400,46,335,584],"color":"#3f789e","font_size":22,"flags":{}},{"title":"Group","bounding":[1492,51,335,559],"color":"#3f789e","font_size":22,"flags":{}}],"config":{},"extra":{"ds":{"scale":0.9090909090909091,"offset":[399.7004045393079,17.565023750426434]}},"version":0.4}



## Additional Context
(Please add any additional context or steps to reproduce the error here)
wang765308610 commented 3 weeks ago

23 你可以参考一下23的更新方法,因为我不是用整合包的,不太了解怎么更新才对,但是这个节点需要的依赖会比较新

换了一下pytorch依赖,启动节点闪退了,直接导出了诊断,不知道对作者你帮我看看什么问题有没有帮助。

ComfyUI Launcher Diagnostic File

Date: 2024-11-01 11:12:12 Launcher Version: 2.8.10.387 Data File Version: 2024-10-27 12:33 ComfyUI Version: 30c0c81351a14e6820c98ee22c24f3edc9062e55 (2024-10-29 12:48:32) Working Directory: F:\ai\Aki_stable_deffusion\sd-comfyui_aki

System Information: OS: Microsoft Windows NT 10.0.19045.0 CPU: 12 cores Memory Size: 32768 MB Page File Size: 109956 MB

NVIDIA Management Library: NVIDIA Driver Version: 560.94 NVIDIA Management Library Version: 12.560.94

CUDA Driver: Version: 12060 Devices: 00000000:0A:00.0 0: NVIDIA GeForce RTX 4070 Ti SUPER [89] 15 GB

NvApi: Version: 56094 r560_88

HIP Driver: Not Available

DirectML Driver: Devices: 9865 0: NVIDIA GeForce RTX 4070 Ti SUPER 15 GB

Intel Level Zero Driver: Not Available


Environment Variables: PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules COMPUTERNAME=DESKTOP-BQM2FME ProgramData=C:\ProgramData PROCESSOR_REVISION=0101 TEMP=C:\Users\abc\AppData\Local\Temp LOCALAPPDATA=C:\Users\abc\AppData\Local SystemDrive=C: windir=C:\WINDOWS OS=Windows_NT CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files OneDriveConsumer=C:\Users\abc\OneDrive HOMEPATH=\Users\abc HOMEDRIVE=C: MIC_LD_LIBRARY_PATH=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\compiler\lib\mic LOGONSERVER=\DESKTOP-BQM2FME PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 1 Stepping 1, AuthenticAMD CommonProgramFiles=C:\Program Files\Common Files ProgramFiles(x86)=C:\Program Files (x86) USERDOMAIN_ROAMINGPROFILE=DESKTOP-BQM2FME INTEL_DEV_REDIST=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\ ProgramFiles=C:\Program Files ProgramW6432=C:\Program Files OneDrive=C:\Users\abc\OneDrive ALLUSERSPROFILE=C:\ProgramData USERDOMAIN=DESKTOP-BQM2FME NUMBER_OF_PROCESSORS=12 USERPROFILE=C:\Users\abc PUBLIC=C:\Users\Public ComSpec=C:\WINDOWS\system32\cmd.exe TMP=C:\Users\abc\AppData\Local\Temp PROCESSOR_LEVEL=23 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC SystemRoot=C:\WINDOWS DriverData=C:\Windows\System32\Drivers\DriverData USERNAME=Sköll Path=C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;E:\Python312;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Users\abc\AppData\Local\Microsoft\WindowsApps;C:\Users\abc.dotnet\tools;C:\Users\abc\AppData\Roaming\npm;D:\Program Files (x86)\java\bin;F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext;E:\Python312\Scripts;E:\Python312;E:\Python312\Scripts\pip.exe;E:\Python312\Scripts;C:\Users\abc\AppData\Local\Programs\Python\Launcher\;C:\Users\abc.dotnet\tools;C:\Users\abc\AppData\Roaming\npm; SESSIONNAME=Console CommonProgramW6432=C:\Program Files\Common Files PROCESSOR_ARCHITECTURE=AMD64 APPDATA=C:\Users\abc\AppData\Roaming

Paths: Python: F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\python.exe

In Use (v4): 135 => 812 139 => 4 139 => 4 445 => 4 1001 => 4 4301 => 11056 4709 => 11916 5040 => 8532 5357 => 4 6881 => 11916 6881 => 11916 6881 => 11916 7890 => 2408 8680 => 4064 8681 => 9936 8682 => 2184 9210 => 15912 10000 => 12568 13013 => 2184 13013 => 4064 13013 => 9936 13016 => 9936 13016 => 4064 13016 => 2184 28317 => 5800 49664 => 624 49665 => 500 49666 => 1496 49667 => 2216 49674 => 5216 49686 => 7092 49697 => 784 49774 => 8512 49794 => 5760 50484 => 11816 50485 => 2408 52496 => 21068 52532 => 11916 53000 => 6872 In Use (v6): 135 => 812 445 => 4 5357 => 4 6881 => 11916 6881 => 11916 49664 => 624 49665 => 500 49666 => 1496 49667 => 2216 49674 => 5216 49686 => 7092 49697 => 784 52532 => 11916

Config: Audience Type: 新手 Engine: CUDA GPU 0: NVIDIA GeForce RTX 4070 Ti SUPER (16 GB) [0] VRAM Optimization: Auto [Auto] Port: 8188 [8188] XAttn Optimization: Xformers [Xformers] CPU VAE: False [False] Upcast Attention: True [True] Precision: Auto [Auto] Text Encoder Precision: Auto [Auto] UNet Precision: Auto [Auto] VAE Precision: Auto [Auto] Force Channels Last: False [False] Preview Method: Auto [Auto] Smart Memory: True [True] Deterministic: False [False] Multi User: False [False] Fast: True [True] Listen: True [False] Server Name: [] HF Offline Mode: False [False] Cuda Allocator Backend: CudaMallocAsync [CudaMallocAsync] Prevent Sysmem Fallback: True Extra Args:

Network Preferences: Proxy Address: http://127.0.0.1:7890 Proxy Git: False Proxy Pip: False Proxy Model Download: False Proxy Env: False Mirror Pypi: True Mirror Git: True Mirror ExtensionList: True Mirror Huggingface: True Github Acceleration: False

Log: [START] Security scan [DONE] Security scan

ComfyUI-Manager: installing dependencies done.

ComfyUI startup time: 2024-11-01 11:05:32.449993 Platform: Windows ** Python version: 3.11.6 | packaged by conda-forge | (main, Oct 3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]

Python executable: F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\python.exe ComfyUI Path: F:\ai\Aki_stable_deffusion\sd-comfyui_aki ** Log path: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\comfyui.log

Prestartup times for custom nodes: 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Easy-Use

0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\rgthree-comfy 14.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Manager

Total VRAM 16375 MB, total RAM 32692 MB pytorch version: 2.5.0+cu124 xformers version: 0.0.28.post2 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync Using xformers cross attention [Prompt Server] web root: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\web Adding extra search path checkpoints F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Stable-diffusion Adding extra search path configs F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Stable-diffusion Adding extra search path vae F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/VAE Adding extra search path loras F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/Lora Adding extra search path loras F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/LyCORIS Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/ESRGAN Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/RealESRGAN Adding extra search path upscale_models F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/SwinIR Adding extra search path embeddings F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\embeddings Adding extra search path hypernetworks F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\models/hypernetworks Adding extra search path controlnet F:\ai\Aki_stable_deffusion\sd-webui_aki-v4.7\extensions\sd-webui-controlnet\models [Crystools INFO] Crystools version: 1.20.0 [Crystools INFO] CPU: AMD Ryzen 5 1600 Six-Core Processor - Arch: AMD64 - OS: Windows 10 [Crystools INFO] Pynvml (Nvidia) initialized. [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 4070 Ti SUPER [Crystools INFO] NVIDIA Driver: 560.94 [ComfyUI-Easy-Use] server: v1.2.4 Loaded [ComfyUI-Easy-Use] web root: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded

Loading: ComfyUI-Impact-Pack (V7.10.6)

Loading: ComfyUI-Impact-Pack (Subpack: V0.7)

[Impact Pack] Wildcards loading done.

Loading: ComfyUI-Inspire-Pack (V1.6)

Total VRAM 16375 MB, total RAM 32692 MB pytorch version: 2.5.0+cu124 xformers version: 0.0.28.post2 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync

Loading: ComfyUI-Manager (V2.51.8)

ComfyUI Revision: 2795 [30c0c813] | Released on '2024-10-29'

Version of aiofiles: Not found ComfyUI-N-Sidebar is loading...

OpenPose Editor: Loaded F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui-sixgod_prompt 找不到llama_cpp模块 (pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json Traceback (most recent call last): File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\nodes.py", line 2006, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows\init.py'

Cannot import F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows module for custom nodes: [Errno 2] No such file or directory: 'F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows\init.py'

Comfyroll Studio v1.76 :  175 Nodes Loaded

** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md

** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki

[comfyui_controlnet_aux] | INFO -> Using ckpts path: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui_controlnet_aux\ckpts [comfyui_controlnet_aux] | INFO -> Using symlinks: False [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly") ### [START] ComfyUI AlekPet Nodes v1.0.30 ### Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading]  Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading]  Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading]  Node -> PoseNode: PoseNode [Loading] 

Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading]  Node -> IDENode: IDENode [Loading]  Node -> PainterNode: PainterNode [Loading]  ### [END] ComfyUI AlekPet Nodes ###

[rgthree] Loaded 39 magnificent nodes. [rgthree] NOTE: Will NOT use rgthree's optimized recursive execution as ComfyUI has changed.

WAS Node Suite: OpenCV Python FFMPEG support is enabled WAS Node Suite Warning: ffmpeg_bin_path is not set in F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. WAS Node Suite: Finished. Loaded 218 nodes successfully.

"Great minds discuss ideas; average minds discuss events; small minds discuss people." - Eleanor Roosevelt

Import times for custom nodes: 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\cozy_link_toggle 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\websocket_image_save.py 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\anylanguage.py 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\AIGODLIKE-ComfyUI-Translation 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-CascadeResolutions 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Prompt-Preview 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-WD14-Tagger 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\cg-use-everywhere 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_SLK_joy_caption_two 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-OpenPose-Editor 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-layerdiffuse 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-N-Sidebar 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui-sixgod_prompt 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\OneButtonPrompt 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\rgthree-comfy 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_essentials 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Advanced-ControlNet 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-KJNodes 0.1 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_smZNodes 0.2 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.2 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\comfyui_controlnet_aux 0.2 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Inspire-Pack 0.8 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Manager 0.9 seconds (IMPORT FAILED): F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Yolain-Workflows 1.9 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Crystools 2.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Impact-Pack 3.0 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Easy-Use 15.7 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 16.5 seconds: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\was-node-suite-comfyui

Starting server

To see the GUI go to: http://0.0.0.0:8188 To see the GUI go to: http://[::]:8188 FETCH DATA from: F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE] [Inspire Pack] IPAdapterPlus is not installed. got prompt F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py:69: UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider names.Available providers: 'AzureExecutionProvider, CPUExecutionProvider' warnings.warn( outdoors, sky, day, cloud, blue_sky, no_humans, building, scenery, reflection, city, cityscape, skyscraper

Using xformers attention in VAE Using xformers attention in VAE Requested to load FluxClipModel_ Loading 1 new model loaded completely 0.0 4777.53759765625 True clip missing: ['text_projection.weight'] model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16 model_type FLUX F:\ai\Aki_stable_deffusion\sd-comfyui_aki\models\clip\siglip-so400m-patch14-384 Loading VLM's custom vision model Requested to load SiglipVisionTransformer Loading 1 new model loaded completely 0.0 809.1729736328125 True Requested to load ImageAdapter Loading 1 new model loaded completely 0.0 41.0390625 True Loading tokenizer Loading LLM: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit F:\ai\Aki_stable_deffusion\sd-comfyui_aki\models\LLM\Meta-Llama-3.1-8B-Instruct-bnb-4bit Successfully modified 'base_model_name_or_path' value in 'F:\ai\Aki_stable_deffusion\sd-comfyui_aki\models\Joy_caption_two\text_model\adapter_config.json'. Unused kwargs: ['_load_in_4bit', '_load_in_8bit', 'quant_method']. These kwargs are not used in <class 'transformers.utils.quantization_config.BitsAndBytesConfig'>. [Exited, code 3 (0x00000003)]

Fault Traceback: Fatal Python error: Aborted

Stack (most recent call first): File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\transformers\generation\utils.py", line 3020 in _sample File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\transformers\generation\utils.py", line 2024 in generate File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\site-packages\torch\utils_contextlib.py", line 116 in decorate_context File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\ComfyUI_SLK_joy_caption_two\joy_caption_two_node.py", line 407 in generate File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 158 in process_inputs File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 169 in _map_node_over_list File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 198 in get_output_data File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 323 in execute File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\execution.py", line 500 in execute File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\custom_nodes\rgthree-comfy__init__.py", line 211 in rgthree_execute File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki\main.py", line 125 in prompt_worker File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\threading.py", line 982 in run File "", line 92 in _run_old_run_func File "", line 99 in run File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\threading.py", line 1045 in _bootstrap_inner File "F:\ai\Aki_stable_deffusion\sd-comfyui_aki.ext\Lib\threading.py", line 1002 in _bootstrap

Extension modules: multidict._multidict, yarl._helpers_c, yarl._quoting_c, aiohttp._helpers, aiohttp._http_writer, aiohttp._http_parser, aiohttp._websocket, frozenlist._frozenlist, markupsafe._speedups, yaml._yaml, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, torch._C, torch._C._dynamo.autograd_compiler, torch._C._dynamo.eval_frame, torch._C._dynamo.guards, torch._C._dynamo.utils, torch._C._fft, torch._C._linalg, torch._C._nested, torch._C._nn, torch._C._sparse, torch._C._special, PIL._imaging, psutil._psutil_windows, scipy._lib._ccallback_c, scipy.linalg._fblas, scipy.linalg._flapack, scipy.linalg.cython_lapack, scipy.linalg._cythonized_array_utils, scipy.linalg._solve_toeplitz, scipy.linalg._decomp_lu_cython, scipy.linalg._matfuncs_sqrtm_triu, scipy.linalg.cython_blas, scipy.linalg._matfuncs_expm, scipy.linalg._decomp_update, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.linalg._propack._spropack, scipy.sparse.linalg._propack._dpropack, scipy.sparse.linalg._propack._cpropack, scipy.sparse.linalg._propack._zpropack, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy.optimize._group_columns, scipy._lib.messagestream, scipy.optimize._trlib._trlib, scipy.optimize._lbfgsb, _moduleTNC, scipy.optimize._moduleTNC, scipy.optimize._cobyla, scipy.optimize._slsqp, scipy.optimize._minpack, scipy.optimize._lsq.givens_elimination, scipy.optimize._zeros, scipy.optimize._highs.cython.src._highs_wrapper, scipy.optimize._highs._highs_wrapper, scipy.optimize._highs.cython.src._highs_constants, scipy.optimize._highs._highs_constants, scipy.linalg._interpolative, scipy.optimize._bglu_dense, scipy.optimize._lsap, scipy.spatial._ckdtree, scipy.spatial._qhull, scipy.spatial._voronoi, scipy.spatial._distance_wrap, scipy.spatial._hausdorff, scipy.special._ufuncs_cxx, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.special._ellip_harm_2, scipy.spatial.transform._rotation, scipy.optimize._direct, PIL._imagingft, charset_normalizer.md, sentencepiece._sentencepiece, regex._regex, scipy.integrate._odepack, scipy.integrate._quadpack, scipy.integrate._vode, scipy.integrate._dop, scipy.integrate._lsoda, scipy.interpolate._fitpack, scipy.interpolate._dfitpack, scipy.interpolate._bspl, scipy.interpolate._ppoly, scipy.interpolate.interpnd, scipy.interpolate._rbfinterp_pythran, scipy.interpolate._rgi_cython, scipy.special.cython_special, scipy.stats._stats, scipy.stats._biasedurn, scipy.stats._levy_stable.levyst, scipy.stats._stats_pythran, scipy._lib._uarray._uarray, scipy.stats._ansari_swilk_statistics, scipy.stats._sobol, scipy.stats._qmc_cy, scipy.stats._mvn, scipy.stats._rcont.rcont, scipy.stats._unuran.unuran_wrapper, scipy.ndimage._nd_image, _ni_label, scipy.ndimage._ni_label, _cffi_backend, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, pandas._libs.tslibs.timezones, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.tzconversion, pandas._libs.tslibs.timestamps, pandas._libs.properties, pandas._libs.tslibs.offsets, pandas._libs.tslibs.strptime, pandas._libs.tslibs.parsing, pandas._libs.tslibs.conversion, pandas._libs.tslibs.period, pandas._libs.tslibs.vectorized, pandas._libs.ops_dispatch, pandas._libs.missing, pandas._libs.hashtable, pandas._libs.algos, pandas._libs.interval, pandas._libs.lib, pandas._libs.ops, pandas._libs.hashing, pandas._libs.arrays, pandas._libs.tslib, pandas._libs.sparse, pandas._libs.internals, pandas._libs.indexing, pandas._libs.index, pandas._libs.writers, pandas._libs.join, pandas._libs.window.aggregations, pandas._libs.window.indexers, pandas._libs.reshape, pandas._libs.groupby, pandas._libs.json, pandas._libs.parsers, pandas._libs.testing, skimage._shared.geometry, xxhash._xxhash, skimage.measure._ccomp, kiwisolver._cext, skimage.measure._moments_cy, skimage.measure._find_contours_cy, skimage.measure._marching_cubes_lewiner_cy, lxml._elementpath, lxml.etree, numba.core.typeconv._typeconv, numba._helperlib, numba._dynfunc, numba._dispatcher, numba.core.runtime._nrt_python, _win32sysloader, win32api, numba.np.ufunc._internal, numba.experimental.jitclass._box, PIL._imagingmath (total: 184)