YI
YI
add face detect demo
cannot support on ipv6 only machine,looks like `async def check_port_available(address, port): #检查端口是否可用 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock: sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) try: sock.bind((address, port)) return True except socket.error as e: print(e)...
My GPU vram is only 8G, so I want to use the --novram option to run the more than 12G sdxl model, but I found that vram will still be...