Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Weshop_UI_1.0.0
|
2 |
+
Welcome to Weshop_UI_1.0.0! This software is a derivative from https://www.weshop.com, which specializes in generating AI images. By extracting certain functionalities of our online version, we are gradually open sourcing some parts of our services .
|
3 |
+
## Description
|
4 |
+
Weshop_UI_1.0.0 is an offline version of https://www.weshop.com. This software enables users to create AI-generated images with local GPUs.
|
5 |
+
## Installation & Usage
|
6 |
+
To install Weshop_UI_1.0.0, follow steps from the instruction file.
|
7 |
+
## Plan
|
8 |
+
Currently, we've open sourced web and Electron frontend, changes made for Automatic1111 Stable Diffusion Webui. Our plan regarding key functionalities is listed below:
|
9 |
+
1. Keep upgrading Webui with the latest one on https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
10 |
+
2. Refactor and open source the backend part of this project. Right now, this project uses compiled executables.
|
11 |
+
3. Possibly replace Webui with ComfyUI, or create a new version with ComfyUI.
|
12 |
+
## Acknowledgements
|
13 |
+
This project makes use of the following open-source projects:
|
14 |
+
- https://github.com/sgreben/http-file-server : A file server to store necessary local files created.
|
15 |
+
- https://github.com/pierrre/imageserver : A file server dedicated to store image files created.
|
16 |
+
- https://github.com/facebookresearch/segment-anything : Segment uploaded images to create masks
|
17 |
+
- https://github.com/sczhou/CodeFormer : Upscale images
|