DeXtmL / bitsandbytes-win-prebuilt

76 stars 9 forks source link

[Request] Build Instructions, or Provide for other CUDA versions? #1

Open d8ahazard opened 2 years ago

d8ahazard commented 2 years ago

Hey there! I'm trying to create an extension for Stable Diffusion that runs Dreambooth.

Unfortunately, the current version of SD-Webui uses the 11.3 version of the CUDA toolkit, as that's the latest version available for windows, I believe.

Point being - would it be possible to create a prebuilt version of the windows binaries that work for the 11.3 tookit?

Also, build instructions would be awesome, I could possibly help out with prebuilts then.

DeXtmL commented 2 years ago

Please refer to this issue: https://github.com/TimDettmers/bitsandbytes/issues/30#issuecomment-1257229487

If you wish to compile all other versions, the best way is to make a makefile

eranmahalu commented 2 years ago

Hi there, I tried to install the Dreambooth extension and got these following errors, can you please help?

"Error loading script: main.py Traceback (most recent call last): File "E:_AI_\SD\Local\stable-diffusion-webui\modules\scripts.py", line 155, in loadscripts exec(compiled, module.dict) File "E:_AI\SD\Local\stable-diffusion-webui\extensions\sd_dreamboothextension\scripts\main.py", line 3, in from dreambooth import conversion, dreambooth File "E:_AI\SD\Local\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\conversion.py", line 26, in from dreambooth.dreambooth import get_dbmodels File "E:_AI\SD\Local\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\dreambooth.py", line 10, in from dreambooth.traindreambooth import main File "E:_AI\SD\Local\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\train_dreambooth.py", line 20, in from accelerate import Accelerator ModuleNotFoundError: No module named 'accelerate'"

Thanks so much

wanjunling168 commented 2 years ago

Hi there, I tried to install the Dreambooth extension and got these following errors, can you please help?

"Error loading script: main.py Traceback (most recent call last): File "E:AI\SD\Local\stable-diffusion-webui\modules\scripts.py", line 155, in load_scripts exec(compiled, module.dict) File "E:AI\SD\Local\stable-diffusion-webui\extensions\sd_dreambooth_extension\scripts\main.py", line 3, in from dreambooth import conversion, dreambooth File "E:AI\SD\Local\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\conversion.py", line 26, in from dreambooth.dreambooth import get_db_models File "E:AI\SD\Local\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\dreambooth.py", line 10, in from dreambooth.train_dreambooth import main File "E:AI\SD\Local\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\train_dreambooth.py", line 20, in from accelerate import Accelerator ModuleNotFoundError: No module named 'accelerate'"

Thanks so much

read the error message bro, obviously you forgot to install accelerate @eranmahalu