minor changes
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
from vastai import Serverless
|
|
||||||
from .data_types import count_workload
|
from .data_types import count_workload
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import random
|
import random
|
||||||
import asyncio
|
import asyncio
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
from vastai import Serverless
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
async with Serverless() as client:
|
async with Serverless() as client:
|
||||||
endpoint = await client.get_endpoint(name="my-comfy-endpoint") # Change this to your endpoint name
|
endpoint = await client.get_endpoint(name="my-comfy-endpoint") # Change this to your endpoint name
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
import logging
|
import logging
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user