Stable-Diffusion-Webui-Civi.../install.py

5 lines
103 B
Python

import launch
if not launch.is_installed("pysocks"):
launch.run_pip("install pysocks", "pysocks")