jaketae / storyteller

Multimodal AI Story Teller, built with Stable Diffusion, GPT, and neural text-to-speech
MIT License
482 stars 64 forks source link

'storyteller' is not recognized as an internal or external command, operable program or batch file. #23

Closed mhumzawan closed 3 weeks ago

mhumzawan commented 3 months ago

I have followed the installation guide of storyteller. It all went down smooth but when I tried to quick start by storyteller command in CLI, it threw the following error.

'storyteller' is not recognized as an internal or external command, operable program or batch file.

I know this might be a very naive question, but can someone guide me here?

I am using Anconca on Windows, python 3.10

mhumzawan commented 3 months ago

When I try to run it through python it gives the following error on the first line

from storyteller import StoryTeller

Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'StoryTeller' from 'storyteller' (unknown location)

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.