willlllllio

Results 12 comments of willlllllio

Most regular users probably have no idea what Python is and won't check that box when installing OBS so by the time they find some Python plugin they'd like to...

> Python was implemented in a non-bundled way so that users can install Python on their system and have access to any package they have installed with it. Bundling Python...

> which is an issue if you have Python installed via Homebrew (current version 3.9.2) Homebrew finally has separate bottles (casks? taps?) for 3.7, 3.8 and 3.9 now to let...

@PatTheMav Ohh yeah I get that it will only load the same version it was compiled against and compiling official OBS on Mac against 3.8 and using the preinstalled one...

With the hamburger menu going to any sub menu (File/Edit/View/Tools) would take an extra click more than now (on Windows at least)? That seems like a step back.

@nagolinc after half()-ing the model the streamlit demo it includes runs successfully on a 6GB card for me so shouldn't need anything near a 3090.

After more testing seems the exit code is what causes the change? When wrapping gzcat in a script that exits with 0 it works as expected, just as a quick...

@x3rud the captions OBS outputs are apparently not really compliant with the CEA captions spec https://github.com/obsproject/obs-studio/issues/4006, which FB and YT need and requires pretty low level knowledge to fix from...

I can't really reproduce that on my side, the text is always the same size for me regardless of the amount of words for a default GDI Text source. Do...

Had the same error, putting all my imports into my training_loop function fixed it, so my guess is some library that's being imported did something to trigger the cuda initialization...