Metadata-Version: 2.1
Name: sd_tools
Version: 1.6.0
Summary: command line tool for stable diffusion
Author-email: Feng Zhou <zf.pascal@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: torch>=2.2.1
Requires-Dist: torchvision>=0.17.1
Requires-Dist: diffusers>=0.29.2
Requires-Dist: transformers>=4.38.2
Requires-Dist: prompt-toolkit>=3.0.43
Requires-Dist: controlnet_aux>=0.0.7
Requires-Dist: accelerate>=0.25.0
Requires-Dist: peft>=0.9.0
Requires-Dist: insightface>=0.7.3 ; extra == "faceid"
Requires-Dist: onnxruntime>=1.16.3 ; extra == "faceid"
Requires-Dist: photomakerv>=0.1.0 ; extra == "photomaker"
Project-URL: Home, https://github.com/zweifisch/sd-cli
Provides-Extra: faceid
Provides-Extra: photomaker

# sd-tools

image generation from the command line and web UI

![web](https://github.com/zweifisch/sd-tools/assets/447862/3855dbd1-65ba-4721-ad44-0af6d79eb0c0)

```shell
pip install sd-tools
```

launch the Web UI

```shell
sdxl \
 --model Lykon/dreamshaper-xl-lightning \
 --scheduler 'DPM++ SDE Karras' \
 --listen 8484
```

visit [http://127.0.0.1:8484](http://127.0.0.1:8484)

more detailed instructions:

- [commandline usage](doc/cli.md)
- [http api](doc/api.md)

