feat(api-nodes): add HitPaw API nodes

This commit is contained in:
bigcat88
2026-01-22 10:11:58 +02:00
parent 09725967cf
commit 5af3c334b3
3 changed files with 395 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ async def upload_image_to_comfyapi(
*,
mime_type: str | None = None,
wait_label: str | None = "Uploading",
total_pixels: int = 2048 * 2048,
total_pixels: int | None = 2048 * 2048,
) -> str:
"""Uploads a single image to ComfyUI API and returns its download URL."""
return (