Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
296a870
[ComfyUI]: ComfyUI integration for image generation
fhfuih Jan 30, 2026
34e1697
Support Qwen Omni series
fhfuih Feb 2, 2026
3915eba
[ComfyUI]: fix qwen omni nodes and validation logic
fhfuih Feb 3, 2026
92b847f
[ComfyUI]: support BAGEL image gen and fix Qwen Image
fhfuih Feb 3, 2026
09696bb
[ComfyUI]: support BAGEL text gen
fhfuih Feb 3, 2026
4dbc40f
[ComfyUI]: doc and format
fhfuih Feb 3, 2026
eac5450
[ComfyUI] README
fhfuih Feb 4, 2026
8fdac9d
[ComfyUI] Add Qwen TTS
fhfuih Feb 4, 2026
1646377
[bugfix] ComfyUI TTS for Voice clone
fhfuih Feb 4, 2026
a454292
[ComfyUI] readme
fhfuih Feb 4, 2026
dd4013b
[ComfyUI] remove redundant linting for pre-commit
fhfuih Feb 4, 2026
4db7195
[comfyui] update doc
fhfuih Feb 5, 2026
a6abdb5
clean up code
fhfuih Feb 5, 2026
7218522
[ComfyUI] add doc
fhfuih Feb 5, 2026
c5393b8
[ComfyUI] clean up logging
fhfuih Feb 5, 2026
ea6751f
fix previous commit
fhfuih Feb 5, 2026
7b8ba75
[ComfyUI] cleanup log
fhfuih Feb 5, 2026
4cbd7c0
fix seed
fhfuih Feb 5, 2026
7b68896
bugfix: parameter name mismatch
fhfuih Feb 6, 2026
d54ebba
doc: add notice about test range
fhfuih Feb 6, 2026
6742b9f
doc: add example workflows
fhfuih Feb 6, 2026
2ad4e06
chore: remove unused auxiliary files
fhfuih Feb 6, 2026
ad73416
doc: add images in README
fhfuih Feb 6, 2026
74e2705
tests: rename comfyui plugin root folder name
fhfuih Feb 6, 2026
7086b96
fix: AI code review
fhfuih Feb 6, 2026
3efa9ad
fix: ci ruff
fhfuih Feb 6, 2026
ac03b63
fix: ruff ci
fhfuih Feb 6, 2026
4a1a32b
fix: ruff ci
fhfuih Feb 6, 2026
693e06f
fix: MKDOC list rendering issue
fhfuih Feb 6, 2026
873f824
chore: remove AI instructions and gitignore them
fhfuih Feb 6, 2026
b78e877
fix: more AI reviews
fhfuih Feb 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- 'docs/**'
- 'examples/**'
- 'apps/**'
- '.github/**'
- '.buildkite/**'
- '**.md'
Expand All @@ -20,6 +21,7 @@ on:
paths-ignore:
- 'docs/**'
- 'examples/**'
- 'apps/**'
- '.github/**'
- '.buildkite/**'
- '*.yml'
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/comfyui-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: ComfyUI Integration -- Publish to Comfy registry
on:
workflow_dispatch:
push:
tags:
- "*"
paths:
- "apps/ComfyUI-vLLM-Omni/**"

permissions:
issues: write

defaults:
run:
working-directory: apps/ComfyUI-vLLM-Omni

jobs:
publish-node:
name: Publish Custom Node to registry
runs-on: ubuntu-latest
steps:
- name: ♻️ Check out code
uses: actions/checkout@v4
- name: 📦 Publish Custom Node
uses: Comfy-Org/publish-node-action@main
with:
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
40 changes: 40 additions & 0 deletions .github/workflows/comfyui-validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: ComfyUI Integration -- Validate backwards compatibility

on:
pull_request:
branches:
- master
- main
paths:
- "apps/ComfyUI-vLLM-Omni/**"

defaults:
run:
working-directory: apps/ComfyUI-vLLM-Omni

jobs:
check-base-path:
runs-on: ubuntu-latest
outputs:
exists: ${{ steps.check.outputs.exists }}
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.sha }}
fetch-depth: 1
- id: check
run: |
if [ -d "apps/ComfyUI-vLLM-Omni" ]; then
echo "exists=true" >> "$GITHUB_OUTPUT"
else
echo "exists=false" >> "$GITHUB_OUTPUT"
fi
validate:
needs: check-base-path
if: needs.check-base-path.outputs.exists == 'true'
runs-on: ubuntu-latest
steps:
- uses: comfy-org/node-diff@main
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ dmypy.json
# Cython debug symbols
cython_debug/

# Claude
CLAUDE.md
.claude/

# Codex
AGENTS.md
.codex/

# cursor
.cursor/

Expand Down Expand Up @@ -214,6 +222,7 @@ data/
datasets/
*.csv
*.json
!apps/ComfyUI-vLLM-Omni/example_workflows/*.json
*.jsonl
*.parquet

Expand Down
115 changes: 115 additions & 0 deletions apps/ComfyUI-vLLM-Omni/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# OSX useful to ignore
*.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# IntelliJ Idea
.idea
*.iml
*.ipr
*.iws

# PyBuilder
target/

# Cookiecutter
output/
python_boilerplate/
cookiecutter-pypackage-env/

# vscode settings
.history/
*.code-workspace

# Frontend extension
node_modules/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
node.zip
.vscode/
.claude/
.codemate/
15 changes: 15 additions & 0 deletions apps/ComfyUI-vLLM-Omni/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Apache Software License 2.0

Copyright (c) 2026, Zeyu Huang

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Loading