mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-07 17:52:17 -08:00
Fix PIL being imported before its installed (for new users only)
This commit is contained in:
parent
35f0698ae8
commit
c02ef0f428
2 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import os
|
|||
import sys
|
||||
import time
|
||||
|
||||
from PIL import Image
|
||||
import gradio as gr
|
||||
import tqdm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue