Skip to content

Commit

Permalink
Updated IP2V with Device Selection
Browse files Browse the repository at this point in the history
Updated IP2V with Device Selection
  • Loading branch information
MrReclusive authored Dec 19, 2024
1 parent 7341319 commit bc55ee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ def INPUT_TYPES(s):
return {"required": {
"text_encoders": ("HYVIDTEXTENCODER",),
"prompt": ("STRING", {"default": "", "multiline": True} ),
"load_device": (["main_device", "offload_device"], {"default": "main_device"}),
"image_token_selection_expr": ("STRING", {"default": "::4", "multiline": False} ),
},
"optional": {
Expand Down

0 comments on commit bc55ee9

Please sign in to comment.