liaosunny123 / pikapika

Pikapika for auto generating sd.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pikapika

Pikapika 是基于 Python 的单模块运行程序,提供可控图像生成的功能。

Usage

Pikapika 工作模式为单实例提供单服务模式:

  1. 配置运行时环境变量
git clone --recurse-submodules https://github.com/liaosunny123/pikapika.git 
cp server.yaml.example server.yaml
vim server.yaml 

编辑信息后保存并退出

  1. 安装运行时环境
pip3 install -r requirements.txt
  1. 运行程序
python3 main.py 

About

Pikapika for auto generating sd.

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%