Skip to content

Commit

Permalink
Add sentencepiece to webui for pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
powderluv authored Jun 24, 2023
1 parent b444528 commit 501d0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stable_diffusion/web/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import torch_mlir

import shutil
import PIL, transformers # ensures inclusion in pysintaller exe generation
import PIL, sentencepiece, transformers # ensures inclusion in pysintaller exe generation
from apps.stable_diffusion.src import args, clear_all
import apps.stable_diffusion.web.utils.global_obj as global_obj

Expand Down

0 comments on commit 501d0ca

Please sign in to comment.