naourpally commited on
Commit
8a8728a
·
1 Parent(s): 5dbf1c7

Update node info

Browse files
Files changed (1) hide show
  1. text_to_image.py +3 -4
text_to_image.py CHANGED
@@ -15,9 +15,9 @@ logger = logging.getLogger()
15
  # SERVER_ADDRESS = "https://faircompute.com:8000"
16
  # INFERENCE_NODE = "magnus"
17
  # TUNNEL_NODE = "gcs-e2-micro"
18
- SERVER_ADDRESS = "https://34.125.123.171"
19
- INFERENCE_NODE = "15fa0fe4-d0fe-11ee-b00d-a3c6b8293c13"
20
- TUNNEL_NODE = "34b418c6-d1df-11ee-b00d-9fca019f8a6b"
21
 
22
  INFERENCE_DOCKER_IMAGE = "faircompute/diffusers-api-dreamshaper-8"
23
  TUNNEL_DOCKER_IMAGE = "rapiz1/rathole"
@@ -25,7 +25,6 @@ TUNNEL_DOCKER_IMAGE = "rapiz1/rathole"
25
  endpoint_client = None
26
  fair_client = None
27
 
28
-
29
  class EndpointClient:
30
  def __init__(self, server_address, timeout):
31
  self.endpoint_address = f'http://{server_address}:5000'
 
15
  # SERVER_ADDRESS = "https://faircompute.com:8000"
16
  # INFERENCE_NODE = "magnus"
17
  # TUNNEL_NODE = "gcs-e2-micro"
18
+ SERVER_ADDRESS = "54.91.82.249"
19
+ INFERENCE_NODE = "Nikhil-Macbook"
20
+ TUNNEL_NODE = "nikhil-tunneling-node"
21
 
22
  INFERENCE_DOCKER_IMAGE = "faircompute/diffusers-api-dreamshaper-8"
23
  TUNNEL_DOCKER_IMAGE = "rapiz1/rathole"
 
25
  endpoint_client = None
26
  fair_client = None
27
 
 
28
  class EndpointClient:
29
  def __init__(self, server_address, timeout):
30
  self.endpoint_address = f'http://{server_address}:5000'