mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
update README.md for dev
This commit is contained in:
parent
742ca174e2
commit
c1922cb347
14
MEMEDECK.md
14
MEMEDECK.md
@ -47,4 +47,18 @@ This is to allow the port to be accessed from the local machine.
|
||||
|
||||
```zsh
|
||||
sudo iptables -A INPUT -p tcp --dport 9090 -j ACCEPT
|
||||
```
|
||||
|
||||
|
||||
### Quick start for dev
|
||||
|
||||
```zsh
|
||||
# ssh into to the server
|
||||
ssh -i ~/.ssh/memedeck-monolith.pem holium@172.206.15.40
|
||||
|
||||
# on a100 server
|
||||
API_ADDRESS='http://localhost:9090/v2' API_KEY='<your-api-key>' AMQP_ADDR='amqp://api:gacdownatravKekmy9@51.8.120.154:5672/dev' python main.py --port 5001 --listen 0.0.0.0 --cuda-device 0 --preview-method auto
|
||||
|
||||
# on local machine
|
||||
ssh -N -R 9090:0.0.0.0:8079 -i ~/.ssh/memedeck-monolith.pem holium@172.206.15.40
|
||||
```
|
Loading…
Reference in New Issue
Block a user