Skip to content

Commit 22ed131

Browse files
author
Peyton
committed
Merge branch '2023-08-10_custom_node_support' of https://github.com/pydn/ComfyUI-to-Python-Extension into 2023-08-10_custom_node_support
2 parents 7a85aad + e6587d8 commit 22ed131

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ if __name__ == "__main__":
110110
main()
111111
```
112112

113+
## V1.0.0 Release Notes
114+
- **Use all the custom nodes!**
115+
- Custom nodes are now supported. If you run into any issues with code execution, first ensure that the each node works as expected in the GUI. If it works in the GUI, but not in the generated script, please submit an issue.
116+
117+
113118
## Usage
114119

115120

@@ -168,4 +173,4 @@ if __name__ == "__main__":
168173

169174
9. After running `comfyui_to_python.py`, a new .py file will be created in the current working directory that contains the same name as the `input` variable. If you made no changes, look for `workflow_api.py`.
170175

171-
10. Now you can execute the newly created .py file to generate images without launching a server.
176+
10. Now you can execute the newly created .py file to generate images without launching a server.

0 commit comments

Comments
 (0)