mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-28 18:31:31 +00:00
Some node changes to compare v1 and v3
This commit is contained in:
@@ -17,7 +17,7 @@ class FolderType(str, Enum):
|
||||
temp = "temp"
|
||||
|
||||
class RemoteOptions:
|
||||
def __init__(self, route: str, refresh_button: bool, control_after_refresh: Literal["first", "last"]=None,
|
||||
def __init__(self, route: str, refresh_button: bool, control_after_refresh: Literal["first", "last"]="first",
|
||||
timeout: int=None, max_retries: int=None, refresh: int=None):
|
||||
self.route = route
|
||||
"""The route to the remote source."""
|
||||
|
||||
Reference in New Issue
Block a user