-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Install via Git URL doesn't work #486
Comments
Yeah button seems non functional. |
I still can't get it working, therefore I can't get SANA to work because the fix everyone suggests requires the Install Via Git URL |
I have the same problem |
Same Problem |
Please upload comfyui.log file. |
Where is the logfile in desktop version
|
Please check the user guide here. |
Click the
The code that caused the error is in $el("button.cm-button", {
type: "button",
textContent: "Install via Git URL",
onclick: () => {
var url = prompt("Please enter the URL of the Git repository to install", "");
if (url !== null) {
install_via_git_url(url, self);
}
}
}), Possibly related to this issue: electron/electron#472 |
Oh... wow... I didn't aware that issue. I'll patch it. |
App VersionI'm having some issues with the new SANA model and one of the fixes is installing via the Git URL although when I click the button nothing happens.
Someone suggested that I set the security level in the config.ini to weak
located here: C:\Users\xXx\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager\config.ini
I have done that but it still won't work. I click the Install via Git URL and nothing happens and I can't see anything in the log/terminal window.
Expected BehaviorClick Install via Git URL to install
Actual Behaviornothing happens at all.
Steps to Reproduce[default]
preview_method = auto
badge_mode = none
git_exe =
channel_url = https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
share_option = none
bypass_ssl = False
file_logging = True
default_ui = none
component_policy = workflow
double_click_policy = copy-all
windows_selector_event_loop_policy = False
model_download_by_agent = False
downgrade_blacklist =
security_level = weak
Debug LogsNothing shows up in the logs when I click the button.Browser Logs9
comfyui-manager.js:762 Uncaught
Error: prompt() is and will not be supported.
at HTMLButtonElement.onclick (comfyui-manager.js:762:17)
comfyui-manager.js:762 Uncaught
Error: prompt() is and will not be supported.
at HTMLButtonElement.onclick (comfyui-manager.js:762:17)
Setting JSON{
"Comfy-Desktop.AutoUpdate": true,
"Comfy-Desktop.SendStatistics": false,
"Comfy.ColorPalette": "dark",
"Comfy.UseNewMenu": "Top",
"Comfy.Workflow.WorkflowTabsPosition": "Topbar",
"Comfy.Workflow.ShowMissingModelsWarning": true,
"Comfy.Server.LaunchArgs": {},
"Comfy.LinkRenderMode": 1,
"Comfy.NodeLibrary.Bookmarks": [],
"Comfy.CustomColorPalettes": {
"obsidian": {
"version": 105,
"id": "obsidian",
"name": "Obsidian",
"colors": {
"node_slot": {
"CLIP": "#FFD500",
"CLIP_VISION": "#A8DADC",
"CLIP_VISION_OUTPUT": "#
┆Issue is synchronized with this Notion page by Unito
The text was updated successfully, but these errors were encountered: