HVision-NKU / StoryDiffusion

Create Magic Story!
Apache License 2.0
5.43k stars 518 forks source link

pad_image error when calling get_comic_4panel function #114

Open skoon79 opened 1 month ago

skoon79 commented 1 month ago

I ran the Comic_Generation.ipynb notebook and encountered an error with one of last lines of code below.

comics = get_comic_4panel(total_images, captions = prompt_array+ new_prompts,font = font )

Error Message: ValueError: pad_image is None

How do I fix this?