-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Torch not compiled with CUDA enabled #3
Comments
Thanks for your support! Fixing the version of xformers in @call pip install xformers==0.0.16 Full win_config.bat script @echo off
set PATH=C:\Windows\System32;%PATH%
@call installer\Scripts\activate.bat
@call conda-unpack
@call conda install -y -c conda-forge cudatoolkit=11.7
@call pip install torch==1.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
@call pip install xformers==0.0.16
@call pip3 install -U tldream
tldream --start-web-config --config-file %0\..\installer_config.json
PAUSE |
Thanks @Sanster it fixed it however now I am getting some warning:
|
And some items not found on the log:
|
You can ignore these logs and access 127.0.0.1:4242 in the browser to use tldream |
Thank you @Sanster One thing, if you can add auto launch and to chose desktopmode or web it will be amazing just like in lama-cleaner |
I am using the 1-Click Windows Installer
When I run 'win_config.bat' it was all good and no errors.
However, when I run 'win_start.bat' it show Torch not compiled with CUDA enabled...
Log:
The text was updated successfully, but these errors were encountered: