mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-06-19 22:39:17 +08:00
Compare commits
2 Commits
3edf71be49
...
edded3a3e9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edded3a3e9 | ||
|
|
7d27d9d7db |
@ -357,6 +357,8 @@ def normalize_channel(channel):
|
||||
return channel
|
||||
elif channel.startswith('http://') and get_config()['http_channel_enabled'] == True:
|
||||
return channel
|
||||
elif channel.startswith('\\\\') or os.path.isabs(channel):
|
||||
return channel
|
||||
|
||||
tmp_dict = get_channel_dict()
|
||||
channel_url = tmp_dict.get(channel)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user