Skip to content

Commit afdce45

Browse files
freemindcoreHongbin Huang
authored andcommitted
chore: Update README.md
1 parent 5350d74 commit afdce45

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# easyai-sdwebui-api
22
API client for AUTOMATIC1111/stable-diffusion-webui
33

4-
5-
Supports txt2img, img2img, extra-single-image, extra-batch-images API calls.
6-
74
Tested on AUTOMATIC1111/stable-diffusion-webui v1.2.1 and Mikubill/sd-webui-controlnet v1.1.189
85

6+
* Supports txt2img, img2img, extra-single-image, extra-batch-images API calls.
97

10-
API support have to be enabled from webui. Add --api when running webui.
8+
* API support have to be enabled from webui. Add --api when running webui.
119
It's explained [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API).
1210

13-
You can use --api-auth user1:pass1,user2:pass2 option to enable authentication for api access.
11+
* You can use --api-auth user1:pass1,user2:pass2 option to enable authentication for api access.
1412
(Since it's basic http authentication the password is transmitted in cleartext)
1513

16-
API calls are (almost) direct translation from http://127.0.0.1:7860/docs as of 2022/11/21.
14+
* API calls are (almost) direct translation from http://127.0.0.1:7860/docs as of 2022/11/21.
1715

1816
# Install
1917

easyai_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"outputs": [],
2424
"source": [
25-
"!pip install easy-webui-api\n",
25+
"!pip install easyai-sdwebui-api\n",
2626
"import easyai\n",
2727
"\n",
2828
"# create API client\n",

0 commit comments

Comments
 (0)