HVision-NKU / StoryDiffusion

Create Magic Story!
Apache License 2.0
5.45k stars 519 forks source link

utils #47

Closed yolichek closed 2 months ago

yolichek commented 2 months ago

Miniconda installed When running first block Comics via jupyter:

ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 14 12 from tqdm.auto import tqdm 13 from datetime import datetime ---> 14 from utils.gradio_utils import is_torch2_available 15 if is_torch2_available(): 16 from utils.gradio_utils import \ 17 AttnProcessor2_0 as AttnProcessor

ModuleNotFoundError: No module named 'utils.gradio_utils'

yolichek commented 2 months ago

I've runned jupyter file only. When copy whole folder and run it works