pik-a-c-h-u

Results 5 comments of 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. ![image](https://user-images.githubusercontent.com/32795780/242947373-6d5d3487-0bc4-41cb-ac80-b5ee2b64285c.png)...

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,...