home.social

#upscayl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #upscayl, aggregated by home.social.

  1. Free tools for creativity!

    , , , , by Meta, , & more: These , -powered tools make image editing, audio work, transcription, and Large Language Models () exploration fun and easy!

    Learn more about these top picks by mentor @morrolinux: lpi.org/zhya

    @LPI , , , , , @openai

  2. #Upscayl LLM #upscaling test drive with a rather hopeless case - a 1990’s Polish video clip available at totally terrible resolution.

    Video was pulled of YT using yt-dlp

    Convert to still frames in PNG format:

    ffmpeg -i full.webm 'full/full%04d.png'

    Run upscayl on the PNG files in full directory with output to full2

    /snap/upscayl/39/opt/Upscayl/resources/bin/upscayl-bin -i full -o full2 -m ../models -n upscayl-standard-4x

    Because of the Snap confinement on Ubuntu Upscayl (in short) doesn’t see the GPU, but the above command line call works around this limitation, it just needs to be done by hand, not from GUI.