InvokeAI
InvokeAI copied to clipboard
[bug]: installer fail
Is there an existing issue for this?
- [X] I have searched the existing issues
OS
Windows
GPU
cuda
VRAM
11
What happened?
When I run the installer it prompts:
***** Installing InvokeAI.. ***** "USING development BRANCH. REMEMBER TO CHANGE TO main BEFORE RELEASE" '#set' is not recognized as an internal or external command, operable program or batch file. '#' is not recognized as an internal or external command, operable program or batch file. 'RELEASE_SOURCEBALL' is not recognized as an internal or external command, operable program or batch file. Could Not Find X:\InvokeAI-main\installer\micromamba.exe Trying to download "https://github.com/invoke-ai/InvokeAI" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate. ----- InvokeAI source download failed ----- Press any key to continue . . .
I have no idea what it means. It would be great if someone can point me in the right direction.
Screenshots
Additional context
No response
Contact Details
similar problem here...
***** Installing InvokeAI.. *****
***** Downloading micromamba from https://github.com/cmdr2/stable-diffusion-ui/releases/download/v1.1/micromamba.exe to micromamba.exe *****
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
***** Micromamba version: *****
Access denied.
Access denied.
***** Packages to install: git *****
Access denied.
----- There was a problem while installing " git" using micromamba. Cannot continue. -----
Disabling the antivirus and rerunning install.bat fixed it for me. Why is the AV being triggered? This should be fixed and/or documented in the readme.
I have updated the installer files. The windows one is here: https://github.com/invoke-ai/InvokeAI/releases/download/2.2.0-rc2/invokeAI-src-installer-windows.zip . This does not directly address the AV issue, but cleans up some other issues including the warning message that appears at the top of the log.
Apparently the AV software doesn't want you to install the micromamba or git packages and will need to be temporarily disabled. I don't know why this might be happening, but I've asked some of our Windows devs for help.
Which AV are folks using? In the short term I will update the installation documentation to flag this as a potential issue.
Ran into this issue using AVG
I managed to get it to work by indeed turning my avast firewall off. thanks for the quick response :)