The AI Storyboard has two main features:
Creating a storyboard using your prompt
Creating an original story with images using your suggestion.
Running the AI Storyboard using Google Colab:
Use this link
Running the AI Story Generator (Slow Runtime):
Use this link
Try running the app locally since the AI Story Generator runs faster locally using your computer CUDA.
Clone the GitHub repo
git clone https://github.com/LPK99/AI-Storyboard-Stable-Diffusion-.git
Change Directory to 'app' folder
cd app
Installing dependencies
pip install -q requirements.txt
Running the app using Streamlit
streamlit run app.py
30 commits
Python
100.0%
The AI Storyboard has two main features:
Creating a storyboard using your prompt
Creating an original story with images using your suggestion.
Running the AI Storyboard using Google Colab:
Use this link
Running the AI Story Generator (Slow Runtime):
Use this link
Try running the app locally since the AI Story Generator runs faster locally using your computer CUDA.
Clone the GitHub repo
git clone https://github.com/LPK99/AI-Storyboard-Stable-Diffusion-.git
Change Directory to 'app' folder
cd app
Installing dependencies
pip install -q requirements.txt
Running the app using Streamlit
streamlit run app.py
30 commits
Python
100.0%