WeShop commited on
Commit
dd56651
1 Parent(s): d042f15

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -17
README.md CHANGED
@@ -1,17 +1,113 @@
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # WeShop-UI
2
+
3
+ Welcome to Weshop_UI_1.0.0! This software is an open-source solution derived from [WeShop.AI](https://weshop.ai), which specialize in generating images using AI. We've extracted some business/professional functionalities, removed proprietary elements, and are gradually releasing parts of our services to the public. Our goal is to foster innovation and collaboration in AI-powered image creation while maintaining our core business offerings. WeShop UI features multi-task management, and a simple and user-friendly interface, perfect for beginners.
4
+
5
+ # Introduction
6
+
7
+ Weshop_UI_1.0.0 is an open-source solution that brings some functionalities of weshop.ai to your local operation. Weshop_UI_1.0.0 leverages Stable Diffusion Webui as its core inference engine, enabling you to deploy [WeShop.AI](https://weshop.ai) functionalities locally and generate high-quality AI images without internet or cloud reliance.
8
+
9
+ # News
10
+
11
+ * 2024.07 We officially launched WeShop UI
12
+
13
+ # Open-source Plan
14
+
15
+ Currently, we've open sourced web and Electron frontend, changes made for Automatic1111 Stable Diffusion Webui. Our plan regarding key functionalities is listed below:
16
+
17
+ - [x] Keep upgrading Webui with the latest one on https://github.com/AUTOMATIC1111/stable-diffusion-webui
18
+
19
+ - [x] Open source the front end part of this project
20
+
21
+ - [ ] Refactor and open source the backend part of this project. This project uses compiled executables currently.
22
+
23
+ - [ ] Support ComfyUI simultaneously.
24
+
25
+ - [ ] Support multiple-GPU inference scheduling.
26
+
27
+ - [ ] Gradually adapt workflows/features from [WeShop.AI](https://weshop.ai)
28
+
29
+ - [ ] More functions to come and feel free to leave you feedbacks!
30
+
31
+ # Features
32
+
33
+ 1. Seamlessly integrated SD WebUI functionalities, supporting SDXL model and SDXL's Controlnet
34
+
35
+ 2. Enable shared graphics card utilization for enhanced performance
36
+
37
+ 3. Harness the power of robust task management functionalities
38
+
39
+ 4. Unlock batch task execution, interrupt capabilities, and execute single tasks on a large scale for unparalleled efficiency
40
+
41
+ # How to use WeShop AI Locally
42
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/1.png?raw=true)
43
+
44
+ Click the "Start" button on the bottom right to launch the tool. Depending on the computer's specification, it takes some time to launch.
45
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/2.png?raw=true)
46
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/3.png?raw=true)
47
+
48
+ This website will pop up after the software is launched. Select the type of task desired to be executed. Currently, functionalities include text-to-image (txt2img) and image-to-image (img2img).
49
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/4.png?raw=true)
50
+
51
+ Select desired parameters for image generations.
52
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/5.png?raw=true)
53
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/6.png?raw=true)
54
+
55
+ Further refine generations by selecting desired ControlNet and AfterDetailer parameters. Click the "Generate" button on bottom right to start generation process.
56
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/7.png?raw=true)
57
+
58
+ Resulting images will shortly be displayed after generation process is finished. Click "Edit again" button on the top right to adjust parameters or generate again.
59
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/8.png?raw=true)
60
+
61
+ For any bugs encountered, click the "BUG Report" button, then bug info will be sent. Alternatively, you can send feedback from our Github page <https://github.com/weshopai/WeShop-UI>
62
+
63
+ # Requirements
64
+
65
+ - Windows 7 or above system
66
+
67
+ - 8GB VRAM Nvidia GPU
68
+
69
+ - 16GB RAM
70
+
71
+ # Download
72
+
73
+ You can download WeShop UI 1.0.0 from the following sources:
74
+
75
+ Huggingface: <https://huggingface.co/WeShopAI/WeShop_UI_1.0.0>
76
+
77
+ Steam: in progress
78
+
79
+ # Installation & Usage
80
+
81
+ Unzip weshop-1.0.0.zip and weshop-model-pack.zip
82
+
83
+ Replace weshop/models with weshop-model-pack/models
84
+
85
+ Replace weshop/extensions/sd-webui-controlnet/models with weshop-model-pack/extensions/sd-webui-controlnet/models
86
+
87
+ Replace weshop/extensions/sd-webui-controlnet/annotator/downloads with weshop-model-pack/extensions/sd-webui-controlnet/annotator/downloads
88
+
89
+ Click weshop.exe to launch
90
+
91
+ For Steam users, find Weshop_AI in the market, then directly launch the software from Steam.
92
+
93
+ # Gallery
94
+
95
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/9.png?raw=true)
96
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/10.png?raw=true)
97
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/11.png?raw=true)
98
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/12.png?raw=true)
99
+ ![alt text](https://github.com/weshopai/WeShop-UI/blob/main/screenshots/13.png?raw=true)
100
+
101
+
102
+
103
+ # Acknowledgements
104
+
105
+ This project makes use of the following open-source projects:
106
+
107
+ <https://github.com/sgreben/http-file-server>: A file server to store necessary local files created
108
+
109
+ <https://github.com/pierrre/imageserver>: A file server dedicated to store image files created
110
+
111
+ <https://github.com/facebookresearch/segment-anything>: Segment uploaded images to create masks
112
+
113
+ <https://github.com/sczhou/CodeFormer>: Upscale images