continue revolution

Results 178 comments of continue revolution

I think C++ did not compile due to some problem. This is GroundingDINO's problem. I will submit an issue there.

https://github.com/IDEA-Research/Grounded-Segment-Anything/issues/53 Uninstall GroundingDINO via `pip uninstall groundingdino` and check the above issue for solution. In your specific case, run `pip uninstall groundingdino` may not work because you are using some...

> Ok, Here is what I did : > > ``` > C:\Users\Jyce\Desktop\stable-diffusion-webui\venv\Scripts>pip.exe uninstall groundingdino > Found existing installation: groundingdino 0.1.0 > Uninstalling groundingdino-0.1.0: > Would remove: > c:\users\jyce\desktop\stable-diffusion-webui\venv\lib\site-packages\groundingdino-0.1.0.dist-info\* >...

Try adding your CUDA_HOME to your environment variable and add 'set CUDA_HOME="\”' into your webui.dat file to the second line. If this is not working, let me know your cuda...

If it’s not working when I wake up, I’ll try to install it on my windows to see what is going wrong.

This is definitely not correct. Give me some time to try which path is possibly correct.

It seems that you should install CUDA driver. Download cuda driver from https://developer.nvidia.com/cuda-11-7-0-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_local and check whether you have CUDA_HOME on your environment variable path. Another way that **might** work and...

> If I remove the "CUDA_HOME" from webui-user.bat it works! Great! Seems that installing cuda is the key to success.

> I still have the same issue with cuda installed. It's unclear for me now how my webui-user.bat file should look like. Check you windows environment path. There should be...

@MUTED64 try this PR and see if it works