Metadata-Version: 2.1
Name: artcraft
Version: 0.0.2
Summary: Image generation based on diffusers
Home-page: https://github.com/yinyajun/artcraft
Author: Yajun
Author-email: skyblueice234@gmail.com
License: Apache License 2.0
Keywords: diffusers,stable diffusion
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gradio ==3.41.2
Requires-Dist: huggingface-hub ==0.16.4
Requires-Dist: modelscope ==1.8.3
Requires-Dist: Pillow ==10.0.0
Requires-Dist: opencv-python ==4.8.0.76
Requires-Dist: diffusers ==0.20.0
Requires-Dist: accelerate ==0.21.0
Requires-Dist: torch ==2.0.1
Requires-Dist: transformers ==4.31.0


## Introduction
[artcraft](https://github.com/yinyajun/artcraft) provides image generation based on [diffusers](https://github.com/huggingface/diffusers).

## Features
* Text2Image/Image2Image
* Lora/Text Inversion/ControlNet support
* Image Processors
* Model Manager

## Install
make sure your python>=3.9.
```shell
pip install artcraft
```

## Launch WebUI
make sure you have installed artcraft successfully.
```shell
artcraft
```
you will see
```shell
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
```

