kanttouchthis

Results 16 comments of kanttouchthis

the only way i have been consistently able to run the code is with pytorch 2.0.0 and the latest versions of everything ``` conda create -n if python=3.10 -y conda...

Hi, i'm on Windows 10 and i had some trouble installing as well. This worked for me: ``` conda create -n if python=3.10 -y conda activate if conda install pip...

> @hithereai AssertionError: Torch not compiled with CUDA enabled > > :( looks like you installed torch for cpu somehow try running this step again ``` pip uninstall torch -y...

> When I tried to run the sample code, the model download will start but when it tries to load the model there is this error: > > ``` >...

swift is not one of the [supported file types](https://github.com/google/magika/blob/main/docs/supported-content-types-list.md)

you should be able to just use the parameters as kwargs. ```python stream = ffmpeg.input("input.mp4") stream = ffmpeg.output(stream, 'rtmp://192.168.1.6:1935/live/abc123', **{'c:v:0': 'libx264', 'crf': 23, 'x264-params': 'keyint=50:min-keyint=25:scenecut=-1', 'maxrate:0': '1300k' , 'bufsize:0': '2600k',...