* Initial commit
* Initial commit with new code
* Add comments
* Move GPTQ out of if
* Fix install on Arch Linux
* Fix case where install was aborted
If the install was aborted before a model was downloaded, webui wouldn't run.
* Update start_windows.bat
Add necessary flags to Miniconda installer
Disable Start Menu shortcut creation
Disable ssl on Conda
Change Python version to latest 3.10,
I've noticed that explicitly specifying 3.10.9 can break the included Python installation
* Update bitsandbytes wheel link to 0.38.1
Disable ssl on Conda
* Add check for spaces in path
Installation of Miniconda will fail in this case
* Mirror changes to mac and linux scripts
* Start with model-menu
* Add updaters
* Fix line endings
* Add check for path with spaces
* Fix one-click updating
* Fix one-click updating
* Clean up update scripts
* Add environment scripts
---------
Co-authored-by: jllllll <3887729+jllllll@users.noreply.github.com>
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
Have pip directly download and install backup GPTQ wheel instead of first downloading through curl.
Install bitsandbytes from wheel compiled for Windows from modified source.
Add clarification of minor, intermittent issue to instructions.
Add system32 folder to end of PATH rather than beginning.
Add warning when installed under a path containing spaces.
Updated Conda packages and channels to install cuda-toolkit and override 12.0 cuda packages requested by pytorch with their 11.7 equivalent.
Removed Conda installation since we can use the downloaded Micromamba.exe for the same purpose with a smaller footprint.
Removed redundant PATH changes.
Changed %gpuchoice% comparisons to be case-insensitive.
Added additional error handling and removed the use of .tmp files.
Added missing extension requirements.
Added GPTQ installation. Will attempt to compile locally and, if failed, will download and install a precompiled wheel.
Incorporated fixes from one-click-bandaid.
Fixed and expanded first sed command from one-click-bandaid.
libbitsandbytes_cudaall.dll is used here as the cuda116.dll used by one-click-bandaid does not work on my 1080ti. This can be changed if needed.