## Weshop_UI_1.0.0 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 . ## Description 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. ## Installation & Usage To install Weshop_UI_1.0.0, follow steps from the instruction file. ## Plan Currently, we've open sourced web and Electron frontend, changes made for Automatic1111 Stable Diffusion Webui. Our plan regarding key functionalities is listed below: 1. Keep upgrading Webui with the latest one on https://github.com/AUTOMATIC1111/stable-diffusion-webui 2. Refactor and open source the backend part of this project. Right now, this project uses compiled executables. 3. Possibly replace Webui with ComfyUI, or create a new version with ComfyUI. ## Acknowledgements This project makes use of the following open-source projects: - https://github.com/sgreben/http-file-server : A file server to store necessary local files created. - https://github.com/pierrre/imageserver : A file server dedicated to store image files created. - https://github.com/facebookresearch/segment-anything : Segment uploaded images to create masks - https://github.com/sczhou/CodeFormer : Upscale images