Skip to content

Commit f8a6a4e

Browse files
authored
fix: lost imports from #921
1 parent de0bf05 commit f8a6a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/webui.py

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
from einops import rearrange, repeat
8080
from itertools import islice
8181
from omegaconf import OmegaConf
82+
from PIL import Image, ImageFont, ImageDraw, ImageFilter, ImageOps, ImageChops
8283
from io import BytesIO
8384
import base64
8485
import re

0 commit comments

Comments
 (0)