Skip to content

Commit 290933d

Browse files
author
thorsten
committed
add version number to node name.
1 parent f79fbfb commit 290933d

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

__STARTUP.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# To start
2+
3+
```
4+
conda activate comfyenv
5+
python main.py
6+
```
7+
8+
# Dev mode with paid nodes
9+
Start comfy with
10+
```
11+
python main.py --comfy-api-base https://stagingapi.comfy.org
12+
```
13+
Sign in with your Comfy API key:
14+
```
15+
comfy-API-key: comfyui-3a34d6aa99bb4dfb0e2badb936f369fcd1cd35061998e6ea0f1a59aee5f04ab4
16+
```
17+
18+
# Download latest API from staging
19+
```
20+
curl -o openapi.yaml https://stagingapi.comfy.org/openapi
21+
```
22+
```
23+
redocly bundle openapi.yaml --output filtered-openapi.yaml --config comfy_api_nodes/redocly-dev.yaml --remove-unused-components
24+
```
25+
```
26+
datamodel-codegen --use-subclass-enum --field-constraints --strict-types bytes --input filtered-openapi.yaml --output comfy_api_nodes/apis/__init__.py --output-model-type pydantic_v2.BaseModel
27+
```
28+
source: https://github.com/Comfy-Org/ComfyUI-private/blob/master/comfy_api_nodes/README.md

sic/ComfyUI-Fal-API-Flux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 8f22a9cfe8e4c572e438a55ef864ecaaeef4be2c

sic/asteria-comfyui-pappy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 6bf1dec7ed4c88915d5f3813d4d540ae36acd9b6

styles/n-styles.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name,prompt,negative_prompt
2+
NAI,"masterpiece, best quality, masterpiece, asuka langley sitting cross legged on a chair","lowres, bad anatomy, bad hands"

0 commit comments

Comments
 (0)