Skip to content

Commit 45503f6

Browse files
author
Chenlei Hu
authored
Add release process section to README (Comfy-Org#7855)
* Add release process section to README * move * Update README.md
1 parent 005a91c commit 45503f6

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Supports all operating systems and GPU types (NVIDIA, AMD, Intel, Apple Silicon,
4949
## [Examples](https://comfyanonymous.github.io/ComfyUI_examples/)
5050
See what ComfyUI can do with the [example workflows](https://comfyanonymous.github.io/ComfyUI_examples/).
5151

52-
5352
## Features
5453
- Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
5554
- Image Models
@@ -99,6 +98,23 @@ See what ComfyUI can do with the [example workflows](https://comfyanonymous.gith
9998

10099
Workflow examples can be found on the [Examples page](https://comfyanonymous.github.io/ComfyUI_examples/)
101100

101+
## Release Process
102+
103+
ComfyUI follows a weekly release cycle every Friday, with three interconnected repositories:
104+
105+
1. **[ComfyUI Core](https://github.com/comfyanonymous/ComfyUI)**
106+
- Releases a new stable version (e.g., v0.7.0)
107+
- Serves as the foundation for the desktop release
108+
109+
2. **[ComfyUI Desktop](https://github.com/Comfy-Org/desktop)**
110+
- Builds a new release using the latest stable core version
111+
- Version numbers match the core release (e.g., Desktop v1.7.0 uses Core v1.7.0)
112+
113+
3. **[ComfyUI Frontend](https://github.com/Comfy-Org/ComfyUI_frontend)**
114+
- Weekly frontend updates are merged into the core repository
115+
- Features are frozen for the upcoming core release
116+
- Development continues for the next release cycle
117+
102118
## Shortcuts
103119

104120
| Keybind | Explanation |

0 commit comments

Comments
 (0)