mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 08:47:08 +08:00
[Runway, Gemini] Update node display names and attributes (#194)
This commit is contained in:
parent
aa706f7f40
commit
dd4087e959
@ -150,6 +150,7 @@ class GeminiNode(ComfyNodeABC):
|
||||
RETURN_TYPES = ("STRING",)
|
||||
FUNCTION = "api_call"
|
||||
CATEGORY = "api node/text/Gemini"
|
||||
API_NODE = True
|
||||
|
||||
def get_parts_from_response(
|
||||
self, response: GeminiGenerateContentResponse
|
||||
|
||||
@ -555,7 +555,7 @@ NODE_CLASS_MAPPINGS = {
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"RunwayStartEndFrameNode": "Runway Start-End Frame to Video",
|
||||
"RunwayStartEndFrameNode": "Runway First-Last-Frame to Video",
|
||||
"RunwayImageToVideoNode": "Runway Image to Video",
|
||||
"RunwayTextToImageNode": "Runway Text to Image",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user