{"id":28607628,"url":"https://github.com/openvino-dev-samples/comfyui_openvino","last_synced_at":"2025-06-11T21:03:48.354Z","repository":{"id":295713813,"uuid":"988769147","full_name":"openvino-dev-samples/comfyui_openvino","owner":"openvino-dev-samples","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-27T01:52:29.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-27T02:34:49.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openvino-dev-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-23T03:42:33.000Z","updated_at":"2025-05-27T01:52:32.000Z","dependencies_parsed_at":"2025-05-27T02:36:08.047Z","dependency_job_id":"fd4bab0e-ab5b-4231-863e-dc890b7b6c07","html_url":"https://github.com/openvino-dev-samples/comfyui_openvino","commit_stats":null,"previous_names":["openvino-dev-samples/comfyui_openvino"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openvino-dev-samples/comfyui_openvino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvino-dev-samples%2Fcomfyui_openvino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvino-dev-samples%2Fcomfyui_openvino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvino-dev-samples%2Fcomfyui_openvino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvino-dev-samples%2Fcomfyui_openvino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openvino-dev-samples","download_url":"https://codeload.github.com/openvino-dev-samples/comfyui_openvino/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvino-dev-samples%2Fcomfyui_openvino/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259340205,"owners_count":22842964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-11T21:01:36.938Z","updated_at":"2025-06-11T21:03:48.347Z","avatar_url":"https://github.com/openvino-dev-samples.png","language":"Python","funding_links":[],"categories":["Workflows (3395) sorted by GitHub Stars","All Workflows Sorted by GitHub Stars"],"sub_categories":[],"readme":"# OpenVINO Node for ComfyUI\n\nThis node is designed for optimizing the performance of model inference in ComfyUI by leveraging [Intel OpenVINO toolkits](https://github.com/openvinotoolkit/openvino).\n\n\n--- \n\n- [OpenVINO Node for ComfyUI](#openvino-node-for-comfyui)\n  - [Supported Hardware](#supported-hardware)\n  - [Install](#install)\n    - [Comfy Registry](#comfy-registry)\n    - [ComfyUI-Manager](#comfyui-manager)\n    - [Manual](#manual)\n  - [Instruction](#instruction)\n\n## Supported Hardware\n\nThis node can support running model on Intel CPU, GPU and NPU device.You can find more detailed informantion in [OpenVINO System Requirements](https://docs.openvino.ai/2025/about-openvino/release-notes-openvino/system-requirements.html).\n\n\n## Install\n\n**Prererquisites**\n\n- Install [comfy-cli](https://docs.comfy.org/comfy-cli/getting-started)\n\nThe recommended installation method is to use the Comfy Registry.\n\n### Comfy Registry\n\nThese nodes can be installed via the [Comfy Registry](https://registry.comfy.org/nodes/comfyui-openvino).\n\n```\ncomfy node registry-install comfyui-openvino\n```\n\n### ComfyUI-Manager\n\nThis node can be installed via ComfyUI-Manager in the UI or via the CLI:\n\n```\ncomfy node install comfyui-openvino\n```\n\n### Manual\n\nThis node can also be installed manually by copying them into your `custom_nodes` folder and then installing dependencies:\n\n```\ncd ComfyUI/custom_nodes\ngit clone https://github.com/openvino-dev-samples/comfyui_openvino \ncd comfyui_openvino\npip install -r requirements.txt\n```\n\n## Instruction\nTo trigger OpenVINO Node for ComfyUI, you can follow the example as reference:\n1. Start a ComfyUI server.\n    ```\n    cd ComfyUI\n    python3 main.py --cpu --use-pytorch-cross-attention\n    ```\n2. Prepare a standard workflow in ComfyUI.\n   \n    ![Step 1](https://github.com/user-attachments/assets/30137084-242b-48ef-8713-fd999168c070)\n\n3. Add OpenVINO Node.\n   \n    ![Step 2](https://github.com/user-attachments/assets/0f9f2841-536b-4e05-8388-49ad219efefd)\n\n4. Connect OpenVINO Node with Model/LoRa Loader.\n   \n    ![Step 3](https://github.com/user-attachments/assets/51d4de0f-c4d2-4e3a-9eb1-3942ef9354ca)\n\n5. Run workflow. Please notice it may need an additional warm-up inference after switching new model.\n   \n    ![Step 4](https://github.com/user-attachments/assets/37a354f2-86eb-4d2a-8ddc-6fc31439ad08)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvino-dev-samples%2Fcomfyui_openvino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenvino-dev-samples%2Fcomfyui_openvino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvino-dev-samples%2Fcomfyui_openvino/lists"}