ComfyUI Node
NAIA Request Random Prompt (with Seed)
A ComfyUI node in NAIA Bridge/API with 11 inputs and 4 outputs.
NAIA Request Random Prompt (with Seed)
- prompt
- negative_prompt
- width
- height
◄seed0►
◄prompt►
◄override_prompttrue►
◄negative_prompt►
◄override_negativetrue►
◄width1024►
◄override_widthtrue►
◄height1024►
◄override_heighttrue►
◄host127.0.0.1►
◄port7243►
CategoryNAIA Bridge/API
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| seed | INT | 00–18446744073709550000 | 시드 값이 동일하면 이전 프롬프트를 재사용(캐싱)하고, 값이 변경되면 NAIA에서 새 랜덤 프롬프트를 요청합니다. |
| prompt | STRING | override_prompt가 off일 때 출력될 프롬프트입니다. | |
| override_prompt | BOOLEAN | true | true (기본): NAIA에서 가져온 프롬프트로 덮어씁니다. false: 입력받은 prompt를 그대로 출력합니다. |
| negative_prompt | STRING | override_negative가 off일 때 출력될 네거티브 프롬프트입니다. | |
| override_negative | BOOLEAN | true | true (기본): NAIA에서 가져온 네거티브 프롬프트로 덮어씁니다. false: 입력받은 negative_prompt를 그대로 출력합니다. |
| width | INT | 102464–8192 | override_width가 off일 때 출력될 이미지 가로 크기입니다. |
| override_width | BOOLEAN | true | true (기본): NAIA에서 가져온 추천 width로 덮어씁니다. false: 입력받은 width를 그대로 출력합니다. |
| height | INT | 102464–8192 | override_height가 off일 때 출력될 이미지 세로 크기입니다. |
| override_height | BOOLEAN | true | true (기본): NAIA에서 가져온 추천 height로 덮어씁니다. false: 입력받은 height를 그대로 출력합니다. |
| host | STRING | 127.0.0.1 | NAIA Remote API 호스트 (기본 127.0.0.1). |
| port | INT | 72431–65535 | NAIA Remote API 포트 (기본 7243). |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| negative_prompt | STRING | — |
| width | INT | — |
| height | INT | — |