sd_extension-prompt_formatter/install.py

5 lines
180 B
Python

import launch
if not launch.is_installed("regex"):
print("Installing requirements for Prompt Formatter")
launch.run_pip("install regex", "support for variable lookbehind")