Update path from "image-to-video" to "image_to_video" (#197)

This commit is contained in:
Christian Byrne 2025-05-18 13:19:46 -07:00 committed by Robin Huang
parent dd4087e959
commit c5884037fc

View File

@ -49,7 +49,7 @@ from comfy_api_nodes.mapper_utils import model_field_to_node_input
from comfy_api.input_impl import VideoFromFile from comfy_api.input_impl import VideoFromFile
from comfy.comfy_types.node_typing import IO, ComfyNodeABC from comfy.comfy_types.node_typing import IO, ComfyNodeABC
PATH_IMAGE_TO_VIDEO = "/proxy/runway/image-to-video" PATH_IMAGE_TO_VIDEO = "/proxy/runway/image_to_video"
PATH_TEXT_TO_IMAGE = "/proxy/runway/text_to_image" PATH_TEXT_TO_IMAGE = "/proxy/runway/text_to_image"
PATH_GET_TASK_STATUS = "/proxy/runway/tasks" PATH_GET_TASK_STATUS = "/proxy/runway/tasks"