Hector Cabrera

Results 5 comments of Hector Cabrera

You have 2 options. CPU only option: remove the deepspeed from the setup.py GPU: https://www.reddit.com/r/StableDiffusion/comments/13n16r7/cuda_not_available_fix_for_anybody_that_is/ Follow that, but for cuda 11.7 youll still run into more problems after fixing the...

For anyone that runs into this. Either pass the --resolution or change the python file to have a default resolution of 640x480. This makes the camera video look better. I...

well fixed the issue by changing the following if anyone else runs into this: ``` def update(self): # Keep looping indefinitely until the thread is stopped while True: time.sleep(1) with...

> Your solution is disadvised in the documentation, `with mss.mss() as sct:` should be out of the loop to avoid instanciating non stop the same object. > Yeah I’ll leave...

For anyone else with the ModuleNotFoundError: No module named 'gi' issue pip install PyGObject.