├── AiHelper.py ├── Comfly.py ├── Comflyapi.json ├── LICENSE ├── README.md ├── __init__.py ├── docs └── mjstyle │ ├── mj_art.json │ └── mj_hd.json ├── requirements.txt ├── utils.py ├── web └── js │ └── Comfly_mjstyle.js └── workflow ├── Comfly Doubao SeedEdit.json ├── ComflyGeminiAPI.json ├── Comfly_lip_sync.json ├── Comfly_mj.json ├── comfly-gemmi-editimage.json ├── comfly-gpt4o-api.json ├── comfly-kling-V1.0-text2video.json ├── comfly-kling-image2video.json └── comfly-kling-text2video.json /AiHelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/AiHelper.py -------------------------------------------------------------------------------- /Comfly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/Comfly.py -------------------------------------------------------------------------------- /Comflyapi.json: -------------------------------------------------------------------------------- 1 | { 2 | "api_key": "" 3 | } 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/__init__.py -------------------------------------------------------------------------------- /docs/mjstyle/mj_art.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/docs/mjstyle/mj_art.json -------------------------------------------------------------------------------- /docs/mjstyle/mj_hd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/docs/mjstyle/mj_hd.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/requirements.txt -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/utils.py -------------------------------------------------------------------------------- /web/js/Comfly_mjstyle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/web/js/Comfly_mjstyle.js -------------------------------------------------------------------------------- /workflow/Comfly Doubao SeedEdit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/Comfly Doubao SeedEdit.json -------------------------------------------------------------------------------- /workflow/ComflyGeminiAPI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/ComflyGeminiAPI.json -------------------------------------------------------------------------------- /workflow/Comfly_lip_sync.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/Comfly_lip_sync.json -------------------------------------------------------------------------------- /workflow/Comfly_mj.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/Comfly_mj.json -------------------------------------------------------------------------------- /workflow/comfly-gemmi-editimage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/comfly-gemmi-editimage.json -------------------------------------------------------------------------------- /workflow/comfly-gpt4o-api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/comfly-gpt4o-api.json -------------------------------------------------------------------------------- /workflow/comfly-kling-V1.0-text2video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/comfly-kling-V1.0-text2video.json -------------------------------------------------------------------------------- /workflow/comfly-kling-image2video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/comfly-kling-image2video.json -------------------------------------------------------------------------------- /workflow/comfly-kling-text2video.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainewsto/Comfyui_Comfly_v2/HEAD/workflow/comfly-kling-text2video.json --------------------------------------------------------------------------------