Running stable diffusion in a singularity container

Ben Swift September 2, 2022
Source
singularity pull docker://nvcr.io/nvidia/pytorch:22.08-py3 git clone https://github.com/lstein/stable-diffusion.git SINGULARITYENVCUDAVISIBLEDEVICES=0 singularity shell --nv ../sifs/pytorch22.08-py3.sif source /opt/conda/etc/profile.d/conda.sh && conda activate ldm ffmpeg -framerate 30 -patterntype glob -i '.webp' -c:v libx264 -pixfmt yuv420p genesis.mp4 ffmpeg -framerate 5 -patterntype glob -i '-Joel-\.webp' -c:v libx264 -pixfmt yuv420p Joel.mp4 ideas for actually packaging this stuff... https://stackoverflow.com/a/66598345

Discussion in the ATmosphere

Loading comments...