feat(API-nodes): move Rodin3D nodes to new client; removed old api client.py (#10645)

This commit is contained in:
Alexander Piskun
2025-11-05 12:16:00 +02:00
committed by GitHub
parent c4a6b389de
commit bda0eb2448
8 changed files with 75 additions and 1188 deletions

View File

@@ -12,8 +12,8 @@ from aiohttp.client_exceptions import ClientError, ContentTypeError
from comfy_api.input_impl import VideoFromFile
from comfy_api.latest import IO as COMFY_IO
from comfy_api_nodes.apis import request_logger
from . import request_logger
from ._helpers import (
default_base_url,
get_auth_header,