pik-a-c-h-u
pik-a-c-h-u
I had the same issue showing no CUDA GPU. settings>graphics settings> browse> select flowframes.exe from install location and then set it to highperformance GPU , this fixed the issue for...
> How do you do that, i dont have graphics settings on windows ? search for graphics settings in windows search (start) (im using win11) its there
> Hi there! Maybe you should try to reinstall CUDA and CUDNN. I had the same issue. I use 1.36.0 and found that pytorch need 11.0.x version of CUDA. ...
First go to [https://googlechromelabs.github.io/chrome-for-testing/](url) and download the latest chrome driver then open driver.py (location : /UnlimitedGPT/internal/driver.py) then change line 16 to `super().__init__(options=options, headless=headless, desired_capabilities=caps, driver_executable_path="C:\chrome\chromedriver-win64\chromedriver.exe")` here give the path of...
> I met with the same question, but I could excuate the browser successfully with: `driver = webdriver.Chrome(executable_path='/usr/bin/google-chrome')` and I tried to add parameters for init.py file: ` super().__init__(options=options, headless=headless,...