Update README.md

This commit is contained in:
zhaobenny 2023-12-28 11:28:52 -08:00 committed by GitHub
parent f5fd4dc2a4
commit b1b7d66722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Deploys AUTOMATIC1111/stable-diffusion-webui as serverless worker on Modal.com
## Usage
Quickstart:
```
git clone .... && cd serverless-img-gen
git clone https://github.com/zhaobenny/a1111-modal-worker && cd a1111-modal-worker
pip install modal && modal token new
./deploy.sh
```
@ -21,4 +21,5 @@ modal run a1111_modal_worker/download.py
- over 50s response time (including for simple requests)
- no extension support yet
- need to add auth to api endpoints
- very WIP
- settings won't get saved if adjusted (use `overwrite` folder)
- very WIP