Create your manga/comic with manga_generator and Stable Diffusion XL(with Gradio UI)
- Install Python 3.10.6, checking "Add Python to PATH".
- Install git.
- On terminal:
git clone https://github.com/shiroppo/manga_generator
cd manga_generator
py -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
File with prompts, one line = one prompt(1 scene)
one empty line = new page
(max 6 scenes for page)
File for configuration
If you have webui 1111 or similars you can insert your PATH in env/manga_generator.env after MAIN_DIR= and configure the other options
or
- Download from hugginface, civitai.com or any similar website every checkpoint sd xl that you use and put them into ./models/Stable-diffusion/
- (optional) Download from hugginface, civitai.com or any similar website every LoRA sd xl that you use and put them into ./models/Lora/
- (optional) Download from hugginface, civitai.com or any similar website every VAE that you use and put them into ./models/VAE/
- Configure the env/manga_generator.env with your models
Double click on app.bat
on manga_generator directory
On terminal:
.\venv\Scripts\activate
py app.py
git pull
(if error:git stash
and aftergit pull
).\venv\Scripts\activate
pip install -r requirements.txt
greyscale,1 cat,day,sun
greyscale,1 cat,day,sun,forest
greyscale,1 cat,day,sun,city
Add greyscale
at the start of every lines
Add monochrome
at the start of every lines
For the Baloon, the best option is to insert them manually, you can try to insert balloon
in the prompt, but Stable Diffusion XL is not so good with balloon and text inside them.
- v1.0: First version
- ko-fi: (https://ko-fi.com/shiroppo)