Skip to content

Commit be19db0

Browse files
committed
Update README for Manager install instructions
1 parent 920440f commit be19db0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ A ComfyUI extension for managing and organizing prompt additions with support fo
1515

1616
This will be available once I'm happy enough with this node to publish it to the repository.
1717

18-
1. ~~Install [ComfyUI](https://docs.comfy.org/get_started)~~
19-
2. ~~Install [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager)~~
20-
3. ~~Look up "ComfyUI Prompt Companion" in ComfyUI-Manager and install~~
21-
4. ~~Restart ComfyUI~~
18+
1. Install [ComfyUI](https://docs.comfy.org/get_started)
19+
2. Install [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager)
20+
3. Look up "ComfyUI Prompt Companion" in ComfyUI-Manager and install
21+
4. Restart ComfyUI
2222

2323
### Manual Install
2424
1. Clone this repository to your ComfyUI custom nodes directory:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=70.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "ComfyUI-Prompt-Companion"
7-
version = "0.0.3"
6+
name = "ComfyUI Prompt Companion"
7+
version = "0.0.4"
88
description = "A node that lets you save and reuse parts of prompts (embeddings, quality keywords, and so on.)"
99
authors = [
1010
{name = "John Cantu", email = "jfcantu@gmail.com"}

0 commit comments

Comments
 (0)