├── .gitignore ├── CXH_Min2_6_classifiy.py ├── Joy_caption_alpha.py ├── Joy_caption_node.py ├── LICENSE ├── README.md ├── __init__.py ├── __pycache__ ├── Joy_caption_alpha.cpython-311.pyc ├── florence_nodes.cpython-311.pyc ├── miniCPMv2_6_prompt_generator.cpython-311.pyc └── miniCpMV3_4_chat.cpython-311.pyc ├── florence_nodes.py ├── ic_lora_batch.py ├── install_req.bat ├── lib ├── __init__.py ├── xfile.py ├── ximg.py └── xmodel.py ├── miniCPMv2_6_prompt_generator.py ├── miniCpMV3_4_chat.py ├── requirements.txt ├── smolvlm.py └── worflow ├── Min2.6+joy+Florence2.json ├── MinCPM3_4B.json ├── florence_PromptGen.json ├── florence_PromptGen.png ├── flux.png ├── joy.json ├── joy.png ├── joy_4b.png ├── joy批量打标.png ├── workflow_min2.6classifiy_.png ├── 二级文件夹批量打标.png ├── 批量打标(Batch marking).json └── 批量打标(Batch marking).png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/.gitignore -------------------------------------------------------------------------------- /CXH_Min2_6_classifiy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/CXH_Min2_6_classifiy.py -------------------------------------------------------------------------------- /Joy_caption_alpha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/Joy_caption_alpha.py -------------------------------------------------------------------------------- /Joy_caption_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/Joy_caption_node.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/__init__.py -------------------------------------------------------------------------------- /__pycache__/Joy_caption_alpha.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/__pycache__/Joy_caption_alpha.cpython-311.pyc -------------------------------------------------------------------------------- /__pycache__/florence_nodes.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/__pycache__/florence_nodes.cpython-311.pyc -------------------------------------------------------------------------------- /__pycache__/miniCPMv2_6_prompt_generator.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/__pycache__/miniCPMv2_6_prompt_generator.cpython-311.pyc -------------------------------------------------------------------------------- /__pycache__/miniCpMV3_4_chat.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/__pycache__/miniCpMV3_4_chat.cpython-311.pyc -------------------------------------------------------------------------------- /florence_nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/florence_nodes.py -------------------------------------------------------------------------------- /ic_lora_batch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/ic_lora_batch.py -------------------------------------------------------------------------------- /install_req.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/install_req.bat -------------------------------------------------------------------------------- /lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/xfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/lib/xfile.py -------------------------------------------------------------------------------- /lib/ximg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/lib/ximg.py -------------------------------------------------------------------------------- /lib/xmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/lib/xmodel.py -------------------------------------------------------------------------------- /miniCPMv2_6_prompt_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/miniCPMv2_6_prompt_generator.py -------------------------------------------------------------------------------- /miniCpMV3_4_chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/miniCpMV3_4_chat.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/requirements.txt -------------------------------------------------------------------------------- /smolvlm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/smolvlm.py -------------------------------------------------------------------------------- /worflow/Min2.6+joy+Florence2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/Min2.6+joy+Florence2.json -------------------------------------------------------------------------------- /worflow/MinCPM3_4B.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/MinCPM3_4B.json -------------------------------------------------------------------------------- /worflow/florence_PromptGen.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/florence_PromptGen.json -------------------------------------------------------------------------------- /worflow/florence_PromptGen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/florence_PromptGen.png -------------------------------------------------------------------------------- /worflow/flux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/flux.png -------------------------------------------------------------------------------- /worflow/joy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/joy.json -------------------------------------------------------------------------------- /worflow/joy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/joy.png -------------------------------------------------------------------------------- /worflow/joy_4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/joy_4b.png -------------------------------------------------------------------------------- /worflow/joy批量打标.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/joy批量打标.png -------------------------------------------------------------------------------- /worflow/workflow_min2.6classifiy_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/workflow_min2.6classifiy_.png -------------------------------------------------------------------------------- /worflow/二级文件夹批量打标.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/二级文件夹批量打标.png -------------------------------------------------------------------------------- /worflow/批量打标(Batch marking).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/批量打标(Batch marking).json -------------------------------------------------------------------------------- /worflow/批量打标(Batch marking).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StartHua/Comfyui_CXH_joy_caption/HEAD/worflow/批量打标(Batch marking).png --------------------------------------------------------------------------------