Enabled remote VitMatte Model download#404
Merged
chflame163 merged 1 commit intochflame163:mainfrom Nov 16, 2024
Merged
Conversation
Owner
|
Thanks :) |
siyonomicon
pushed a commit
to siyonomicon/ComfyUI_LayerStyle
that referenced
this pull request
Feb 15, 2026
Enabled remote VitMatte Model download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey there, I am not sure why these two lines were commented out. Maybe for Chinese Users? I tried “fixing” this and it seems working fine for both local & remote model. Could you please merge this?
你好,我发现只要做以下改动,就能同时兼顾VitMatte(local)本地已下载模型和选择VitMatte后直接从huggingface远程下载,我阅读了一下调用该方法的代码,已经有足够的逻辑支撑该判定。我觉得这个远程下载模型的功能还是打开较好,特别是一些预装了贵节点的comfyui云,作为用户往往没法去上传模型,只能依赖远程下载。
谢谢。