From b1b7d667226f5b18a761a8d8113d57b317197286 Mon Sep 17 00:00:00 2001 From: zhaobenny Date: Thu, 28 Dec 2023 11:28:52 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a66967..9cfe499 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- settings won't get saved if adjusted (use `overwrite` folder) +- very WIP