Skip to content

Commit 752d098

Browse files
committed
docs: update and bump version (#116)
1 parent a9a7b07 commit 752d098

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ It has the following use cases:
4949
- [Differences from ComfyUI-to-Python-Extension](docs/README.md#differences-from-comfyui-to-python-extension)
5050

5151
## Installation
52-
### Only ComfyScript package
52+
### Installing only ComfyScript package
5353
If you only want to use ComfyScript with an external ComfyUI server,
5454
like using cloud ComfyUI servers and developing apps/libraries:
5555

@@ -96,11 +96,11 @@ with Workflow(wait=True):
9696
images = util.get_images(image, save=True)
9797
```
9898

99-
See [only ComfyScript package](docs/README.md#only-comfyscript-package) for details.
99+
See [installing only ComfyScript package](docs/README.md#installing-only-comfyscript-package) for details.
100100

101101
</details>
102102

103-
### With ComfyUI
103+
### Installing with ComfyUI
104104
If you have Python/ComfyUI installed:
105105

106106
<details>
@@ -131,7 +131,7 @@ python -m pip install -e ".[default]"
131131

132132
</details>
133133

134-
### With ComfyUI & uv venv
134+
### Installing with ComfyUI & uv venv
135135
If you haven't installed Python/ComfyUI, you can use [uv](https://docs.astral.sh/uv/), a fast Python package and project manager, to install ComfyUI and ComfyScript:
136136

137137
<details>
@@ -174,7 +174,7 @@ source .venv/bin/activate
174174
See [VS Code](docs/README.md#vs-code) if you have problems when using ComfyScript in VS Code.
175175
</details>
176176

177-
### With ComfyUI package
177+
### Installing with ComfyUI package
178178
If you want to install ComfyUI as a pip package:
179179

180180
<details>
@@ -458,6 +458,7 @@ A widget for viewing the metadata of an image generated by ComfyScript / ComfyUI
458458
## Projects using this library
459459
- [CarbBot: Simple Discord Bot for interfacing with ComfyUI and/or the Stability AI API for text2image generation using the SDXL model](https://github.com/ambocclusion/ComfyUI-SDXL-DiscordBot)
460460
- [comfy-character-app: A ComfyUI and ComfyScript Gradio-based app for generating characters using a multi-step process.](https://github.com/Praecordi/comfy-character-app)
461+
- [io\_comfyui: Let Blender work with ComfyUI by ComfyScript.](https://github.com/gameltb/io_comfyui)
461462
- [Mea comfy wrap: Simple script for wraping comfy ui workflows for future usage as a micro services with gRPC interface](https://github.com/rhoninn11/mea_comfy)
462463
- [the-searcher-SD: proof of concept of a tool to enhance likeness of subjects in SDXL](https://github.com/ambocclusion/the-searcher-SD)
463464
- [Randomize\_ComfyScript: Randomizer script for ComfyUI using ComfyScript](https://github.com/lingondricka2/Randomize_ComfyScript)

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python -m pip install "comfy-script[default] @ git+https://github.com/Chaoses-Ib
1111
See [`pyproject.toml`](../pyproject.toml) for other options.
1212
If no option is specified, ComfyScript will be installed without any dependencies.
1313

14-
### Only ComfyScript package
14+
### Installing only ComfyScript package
1515
If you only want to use ComfyScript with an external ComfyUI server,
1616
like using cloud ComfyUI servers and developing apps/libraries:
1717

@@ -94,7 +94,7 @@ uv pip install "comfy-script[default]"
9494

9595
See [VS Code](#vs-code) if you have problems when using ComfyScript in VS Code.
9696

97-
### Only nodes with ComfyUI
97+
### Installing only nodes with ComfyUI
9898
<details>
9999

100100
Install [ComfyUI](https://github.com/comfyanonymous/ComfyUI) first. And then:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comfy-script"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
description = "A Python frontend and library for ComfyUI"
55
readme = "README.md"
66
# ComfyUI: >=3.8

0 commit comments

Comments
 (0)