[API Nodes] HitPaw API nodes (#12117)

* feat(api-nodes): add HitPaw API nodes

* remove face_soft_2x model as not working

---------

Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
This commit is contained in:
Alexander Piskun
2026-02-03 05:17:59 +02:00
committed by GitHub
parent c05a08ae66
commit ba5bf3f1a8
3 changed files with 394 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 (