Spaces:
Sleeping
Sleeping
tungedng2710
commited on
Commit
·
aed180c
1
Parent(s):
8eca2ce
update comfyui server
Browse files- query_comfyui.py +1 -1
query_comfyui.py
CHANGED
@@ -8,7 +8,7 @@ import urllib.request
|
|
8 |
import urllib.parse
|
9 |
import json
|
10 |
|
11 |
-
server_address = "
|
12 |
client_id = str(uuid.uuid4())
|
13 |
|
14 |
def queue_prompt(prompt):
|
|
|
8 |
import urllib.parse
|
9 |
import json
|
10 |
|
11 |
+
server_address = "116.103.227.252:7864"
|
12 |
client_id = str(uuid.uuid4())
|
13 |
|
14 |
def queue_prompt(prompt):
|