Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
siliconflow
/
ComfyUI
Public
forked from
Comfy-Org/ComfyUI
Notifications
You must be signed in to change notification settings
Fork
1
Star
9
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
添加并支持并行执行工作流的功能,允许用户通过 --parallel 参数设置并发工作流数量
- #16
#16
Open
ruabbit233
wants to merge 6 commits into
master
siliconflow/ComfyUI:master
from
feat/parallel-workers
siliconflow/ComfyUI:feat/parallel-workers
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Open
添加并支持并行执行工作流的功能,允许用户通过 --parallel 参数设置并发工作流数量
#16
ruabbit233
wants to merge 6 commits into
master
siliconflow/ComfyUI:master
from
feat/parallel-workers
siliconflow/ComfyUI:feat/parallel-workers
Copy head branch name to clipboard
Commits
Commits on Apr 16, 2026
添加并支持并行执行工作流的功能,允许用户通过 --parallel 参数设置并发工作流数量
ruabbit233
committed
2a1f338
View commit details
Copy full SHA for 2a1f338
Browse repository at this point
Commits on Apr 17, 2026
修复当 prompt_id 对应的 registry 已被 remove_progress_state() 删除(工作流完成时调用),或者 prompt_id is None 时,会返回另一个工作流的 registry。这可能导致:
Show description for 8102011
ruabbit233
committed
8102011
View commit details
Copy full SHA for 8102011
Browse repository at this point
Commits on Apr 21, 2026
增强工作流中对中断处理的支持,允许按提示 ID 注册和注销活动提示,改进并行执行的中断逻辑
ruabbit233
committed
5a97bda
View commit details
Copy full SHA for 5a97bda
Browse repository at this point
增强特定提示中断的客户端所有权验证,要求提供 client_id,拒绝无效的全局中断请求
ruabbit233
committed
e03e950
View commit details
Copy full SHA for e03e950
Browse repository at this point
Revert "增强特定提示中断的客户端所有权验证,要求提供 client_id,拒绝无效的全局中断请求"
Show description for de7d0dd
ruabbit233
committed
de7d0dd
View commit details
Copy full SHA for de7d0dd
Browse repository at this point
禁用全局中断以避免并行全局中断导致多个运行中的任务被意外中断
ruabbit233
committed
b965a47
View commit details
Copy full SHA for b965a47
Browse repository at this point
You can’t perform that action at this time.