Metadata-Version: 2.1
Name: imaaage
Version: 0.0.2
Summary: diffuser based Fooocus
Author-email: Yajun Yin <skyblueice234@gmail.com>
Maintainer-email: Yajun Yin <skyblueice234@gmail.com>
License: Apache 2.0
Keywords: diffusers,Fooocus
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: diffusers ==0.30.1
Requires-Dist: transformers ==4.44.2
Requires-Dist: torch ==2.3.1
Requires-Dist: accelerate ==0.33.0
Requires-Dist: gradio ==4.42.0
Requires-Dist: uvicorn ==0.30.6
Requires-Dist: fastapi ==0.112.1
Requires-Dist: tabulate ==0.9.0

# Imaaage
Fooocus原始的推理代码基于Comfy UI，改为使用diffusers。

## 编译
```shell
python -m build --no-isolation --wheel
```

## 上传
```shell
twine upload dist/*
```
