diff options
author | Billy Cao <aliencaocao@gmail.com> | 2022-12-18 12:51:59 +0000 |
---|---|---|
committer | Billy Cao <aliencaocao@gmail.com> | 2022-12-18 12:51:59 +0000 |
commit | c02ef0f4286c618d30ee028778f58ca7809c7d93 (patch) | |
tree | 30985e4ca43f7bf400f1032724b1f483c5a5f0b7 /launch.py | |
parent | 35f0698ae85571f688e82447c989b75e4fe81b0d (diff) | |
download | stable-diffusion-webui-gfx803-c02ef0f4286c618d30ee028778f58ca7809c7d93.tar.gz stable-diffusion-webui-gfx803-c02ef0f4286c618d30ee028778f58ca7809c7d93.tar.bz2 stable-diffusion-webui-gfx803-c02ef0f4286c618d30ee028778f58ca7809c7d93.zip |
Fix PIL being imported before its installed (for new users only)
Diffstat (limited to 'launch.py')
-rw-r--r-- | launch.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ import shlex import platform
import argparse
import json
-from PIL import Image
dir_repos = "repositories"
dir_extensions = "extensions"
|