kubinka0505

Results 21 comments of kubinka0505

> Do you have `ffmpeg` installed and available in your PATH? ```python >>> from os import * >>> >>> # for variable in PATH >>> # if lowercase variable ends...

If that's important I use: ``` ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 9.2.1 (GCC) 20200122 ... ```

I did some tweaking, and I've figured out that **`ffpb` works only if FFmpeg is in the user's home directory.** ```batch C:\Users\kubinka0505>: Not installed C:\Users\kubinka0505>ffpb 'ffpb' is not recognized as...

> ## *is it possible to render Text with emoji in an Image with Pillow?* I've created [auepa](http://github.com/kubinka0505/auepa) for it, but [emojicdn](http://github.com/benborgers/emojicdn)'s much faster ```python from os import * from...

If You mean `T`op `T`o `B`ottom it could be easily done by setting `spacing` variable as @nulano said, and getting `textwrap.wrap` with it to work, but in your case I...

Strange, but seems to work. It needs to be implemented asap. ```python from colour import Color # Function def get_rgb(cols: Color) -> tuple: ret = [] for Value in cols.rgb:...

i did something with this on ubuntu back in 2021, indeed vst2 would be lifesaving ```bash sudo apt-get install git gcc make dpkg gdebi wget http://ftp.us.debian.org/debian/pool/main/l/lv2-c++-tools/lv2-c++-tools_1.0.5-1_amd64.deb wget http://ftp.br.debian.org/debian/pool/main/f/fftw3/libfftw3-3_3.3.8-2_amd64.deb wget http://ftp.us.debian.org/debian/pool/main/l/lv2core/lv2core_6.0+dfsg0-2_all.deb...

> https://github.com/AUTOMATIC1111/stable-diffusion-webui?tab=readme-ov-file#installation-on-windows-1011-with-nvidia-gpus-using-release-package How can I add `--lowvram` into the `.bat` file?

> > > https://github.com/AUTOMATIC1111/stable-diffusion-webui?tab=readme-ov-file#installation-on-windows-1011-with-nvidia-gpus-using-release-package > > > > > > How can I add `--lowvram` into the `.bat` file? > > edit webui-user.bat using notepad and all you have to...