pantry/projects/github.com/AUTOMATIC1111/stable-diffusion-webui/webui-user.sh

4 lines
90 B
Bash
Raw Normal View History

2023-04-20 15:21:35 +03:00
#!/bin/bash
2023-04-24 22:19:58 +03:00
export install_dir="$(cd "$(dirname "$0")"/.. && pwd)"
2023-04-20 15:21:35 +03:00
export clone_dir="lib"