pixsoup

Easy StableDiffusion fine-tuning using PixSoup API.


Keywords
pixsoup, stablediffusion, dreambooth
License
MIT
Install
pip install pixsoup==0.1.3

Documentation

The CLI to PixSoup service

PixSoup provides a simple interface to a cloud GPU where you can fine-tune StableDiffusion using Dreambooth.

For integration with your own tooling check GraphQL schema.

Install

$ pip install pixsoup

Usage

$ pixsoup --help

Build

$ pip install build
$ python -m build

Publish to PyPI

$ pip install twine

# test
$ twine upload --verbose -r testpypi dist/*

# live
$ twine upload --verbose dist/*