Category: Uncategorized

  • Dough — Steerable Motion — Setting Up a Working Environment on 50xx Hardware

    Dough is a way to animated between images: Available on GitHub: https://github.com/banodoco/Dough Zip Archive (May 2025): http://notes.frametheweb.com/wp-content/uploads/2025/05/Dough-main.zip Setting up a working environment for 50xx hardware is tricky, and the installation is temperamental as well.

  • PYPI Local Cache How-to

    source: https://medium.com/interpreted/local-pypi-cache-server-4a5c2d5ea0bf I am in a state that I need to actively create and delete a virtual environment. While in default pip look for the local cache of Python in your computer. I don’t think that solution is viable for me. For example, installing PyTorch will require me to download a single 2050 MB WHL…

  • Local Ubuntu Mirror How-to

    source: https://medium.com/@rsaeedbiz/how-to-create-an-offline-apt-mirror-ubuntu-focused-980e5d022337 In the course of one’s career as an IT professional, there may arise a need to implement an airgap on the entire network or a specific segment. In such instances, APT-enabled Linux machines will be unable to pull packages from the APT repository. In this article I will go over the steps to…

  • BTRFS Swapfile in Ubuntu

    edit fstab with nano

  • StyleGAN3-Fun Environment Tweaks

    Stylegan3-Fun implementation of StyleGAN 2/3 with various modifications. Installation requires downgrade of MKL library to version 2022.2.0 or earlier. Archived Files

  • rsync to Remote Host over SSH

    rsync -av –rsh=ssh LOCALFILE login@HOST.com:./REMOTEDIRECTORY

  • DeceiveD — Conda Environment Tweaks

    StyleGAN2 with Adaptive Pseudo Augmentation requires multiple tweaks to run on a modern system. CUDA 11.1 is the earliest version that supports the Ampere architecture. Requires GCC and G++ 10 to compile CUDA kernels: Archived Files