Skip to content

Commit

Permalink
IP2V
Browse files Browse the repository at this point in the history
Fixed IP2V
  • Loading branch information
MrReclusive authored Dec 19, 2024
1 parent bc55ee9 commit 561c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +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"}),
"device": ([f"cuda:{i}" for i in range(torch.cuda.device_count())],),
"image_token_selection_expr": ("STRING", {"default": "::4", "multiline": False} ),
},
"optional": {
Expand Down

0 comments on commit 561c058

Please sign in to comment.