jaketae / storyteller

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

Package `storyteller` #2

Closed christopherwoodall closed 1 year ago

christopherwoodall commented 1 year ago

This PR turns storyteller into a package by

An updated "Getting Started" would now look like this:

$ pip install --upgrade pip wheel

$ pip install -e .

# Alternatively, for development requirements:
#$ pip install -e .[dev]

$ storyteller

# Alternatively, with make:
# $ make run
jaketae commented 1 year ago

Hello @christopherwoodall, thank you so much for your contribution! This looks way cleaner.

Happy new year!

christopherwoodall commented 1 year ago

No worries! I really like the idea.

There are a few changes in my main branch(disable nsfw check, loading a yaml config) that I'll try to make PRs for at some point.

jaketae commented 1 year ago

Sounds great! There're definitely many ways the project can be improved, and I look forward to future collaborations.