* write command to comfyUI * @param command
(command: string)
| 161 | * @param command |
| 162 | */ |
| 163 | write(command: string) { |
| 164 | console.log("write command", command); |
| 165 | this.pty?.write(command); |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * start comfyUI |
no test coverage detected