Commit Graph

519 Commits (2fe3b8004e8a361db3d0862391c05ea3a39c3e2a)

Author SHA1 Message Date
Jingyi 056f5dca7a improved endpoint event notify 2023-12-08 16:34:21 +08:00
Jingyi e5394213fa Improved SageMaker Event 2023-12-06 22:39:59 +08:00
Elon Niu c6c03a803c
Merge pull request #286 from elonniu/invocation_config
feat: Specify the max number of inflight invocations per instance
2023-12-06 10:21:02 +08:00
Jingyi a69d5fecdd Improved `current_instance_count` 2023-12-05 23:04:34 +08:00
Jingyi 5a0eb688ec improved `MaxConcurrentInvocationsPerInstance` 2023-12-05 16:22:11 +08:00
Yan c0bc6a4492
fix: code refactor (#285)
* fix: fixed sagemaker endpoint dead lock bug

* fix: typo fix

* fix: embedding from url is not working

* feat: minor fixes code
2023-12-04 11:04:23 +08:00
Yan 6c692a0844
fix: merge conflicts (#279)
* fix: typo fix
2023-11-28 14:03:00 +08:00
Elon Niu b21fa0cb47
Merge branch 'dev' into update_api_docs 2023-11-20 21:56:17 +08:00
Jingyi Niu 4b5bcc7b54 fixed typos 2023-11-20 21:54:45 +08:00
Yan cae7559447
fix: fixed permission issues for delete user and update user (#269)
* fix: permission issue for user delete and update
2023-11-20 21:41:04 +08:00
Yan c2aa02555d
fix: delete endpoint (#268)
fixed delete endpoint bugs
2023-11-20 12:38:21 +08:00
Yan 9a54243ffd
feat: enhancement for authz and authn (#266)
* feat: inhancement for authz and authn
2023-11-16 17:18:52 +08:00
Jingyi c695b6c755 improved create endpoint name logic 2023-11-13 15:00:32 +08:00
Jingyi 55e34372e1 enable create endpoint validator 2023-11-13 14:15:38 +08:00
Jingyi ca47e7be97 improved endpoint create 2023-11-03 21:19:22 +08:00
Xiujuan Li 5e3bb2a5b6 Merge remote-tracking branch 'origin/dev' into xiujuali_2.0 2023-10-31 19:11:53 +08:00
Yan 897537eac3
feat: allow to add new roles and avoid restart after upsert an user (#254)
* feat: roles panel and avoid restarting after upserting new users
2023-10-31 16:17:08 +08:00
Xiujuan Li 6bb45d22ef feat: fix pagesize 2023-10-31 13:16:35 +08:00
Elon Niu be953eb7e0
Merge pull request #246 from elonniu/improved_delete_endpoint
feat: Improved endpoint design
2023-10-30 17:12:48 +08:00
Jingyi e427da85ee remove unused ddb client 2023-10-30 17:01:38 +08:00
Jingyi ad51fc26a4 use ddb service and improved policy resource 2023-10-30 16:02:23 +08:00
Jingyi c9f59f3526 added UPDATING status 2023-10-29 22:13:00 +08:00
Yan 24af6390db
fix: merge main to dev to solve conflicts (#247)
* fix: scripts not finding the right one

* fix: wrong index when getting script

* fix: delete endpoint failed

* doc: doc update per version update

* fix: 3.10 conflicts fix (#213)

some code is reverted

* build(deps): bump pillow

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump pillow in /middleware_api/lambda/inference

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Update README.md (#222)

* fix: downgrade dreambooth version.

* fix: lora load from cloud

* fix: generate image get to wrong user when multiple user using it

* fix: generate image get to wrong user when multiple user using it

* fix: generate image get to wrong user when multiple user using it

* fix: typo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: wenmeng <wenmg@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Yi <yike5460@163.com>
Co-authored-by: Tang Jie <tangjiee@amazon.com>
Co-authored-by: Aoyu <aoyuzhang1989@gmail.com>
2023-10-26 10:17:50 +08:00
Yan 9bf2bbafd0
fix: Cloud model loading (#245)
* fix: lora load from cloud

* feat: embedding model not found fix

* fix: controlnet models problem

* fix: fixed controlnet generating problems

---------

Co-authored-by: Xiujuan Li <xiujuali@amazon.com>
2023-10-26 09:49:33 +08:00
Jingyi ffefe49b37 Improved endpoint design 2023-10-25 18:29:30 +08:00
Jingyi d56600a50b Fix hidden deleted endpoint 2023-10-23 20:04:47 +08:00
Jingyi e84eb3288f Fix hidden deleted endpoint and change Logger 2023-10-23 18:04:18 +08:00
Jingyi 58ef543856 Improved Cooldown time 2023-10-23 12:06:23 +08:00
Jingyi Niu 8cb355eb40 improved sagemaker autoscaling 2023-10-20 14:18:58 +08:00
Xiujuan Li b713adcee5 feat: fix reload and lambda init quota and optimize memery size of upload model 2023-10-13 14:00:07 +08:00
Yan Dai bda88fc7f1 fix: minor fix for typo 2023-10-09 12:24:12 +08:00
Yan Dai b88e8b219c fix: fix refiner model list 2023-10-08 17:25:02 +08:00
Yan Dai c05af16c13 fix: fix refiner model list 2023-10-08 17:15:42 +08:00
Yan ad175b8c75
fix: fixed vae for multi users (#218)
* fix: fixed vae select
2023-10-07 15:22:37 +08:00
Yan Dai 2f00c8cc6d fix: bug fix and english doc for mul 2023-09-27 16:56:32 +08:00
Yan Dai bba8c2007c fix: merge conflicts 2023-09-27 13:52:13 +08:00
Yan Dai 38fd410435 fix: refiner support 2023-09-27 13:41:05 +08:00
Yan 5de4a1d269
fix: add docs and multi user setup (#208)
* fix: bugfix and docs for multiuser initial setup
2023-09-27 09:17:04 +08:00
Yan Dai 9e70678e94 fix: bugfix and docs for multiuser initial setup 2023-09-26 19:50:22 +08:00
Yan Dai d492fd68fd fix: bugfix and docs for multiuser initial setup 2023-09-26 17:05:36 +08:00
Yan Dai a597f7a275 feat: adding docs for continuous deployment 2023-09-26 15:05:46 +08:00
Xiujuan Li 1789c5b921 feat: merge main and dev and fix ui 2023-09-25 13:34:10 +08:00
Xiujuan Li 6009191dc8 feat: merge main and dev and fix ui 2023-09-25 13:21:06 +08:00
Xiujuan Li fae3b3f7c9 feat: merge main and dev and fix ui 2023-09-25 13:16:09 +08:00
Xiujuan Li dec0c4f0d2 feat: merge main and dev and fix ui 2023-09-25 13:13:26 +08:00
Yan 9eeced6399
feat: sd webui 1.6.0 support and xl with controlnet (#199)
* feat: sd-webui 1.6 support
2023-09-20 09:24:14 +08:00
Yan Dai ed35d87bb4 feat: sd-webui 1.6 support 2023-09-19 16:49:19 +08:00
Yan 7dc108e973
feat: multi-user for webui (#189)
* feat: [multi-account] initial feature developed. see pr https://github.com/awslabs/stable-diffusion-aws-extension/pull/189
2023-09-18 15:19:01 +08:00
Yan Dai 6be96cc841 feat: [multi-account] added models table and endpoints table 2023-09-13 19:19:54 +08:00
Yan Dai 6722fe9d2d feat: [multi-account] merge conflicts fix 2023-09-12 16:53:16 +08:00
Yan Dai 64658786b8 feat: [multi-account] removed not used code 2023-09-11 22:59:17 +08:00
Yan Dai f2e3e39e15 feat: [multi-account] merge conflicts 2023-09-11 22:42:35 +08:00
Yan Dai f04640d067 feat: [multi-account] some tests 2023-09-11 22:28:21 +08:00
Yan Dai 3b08ee577c feat: [multi-account] added upsert user and delete user 2023-09-11 22:25:13 +08:00
Yan Dai 344b905830 feat: [multi-account] fixed inference 2023-09-11 21:24:55 +08:00
Yan Dai 5e6253a571 feat: [multi-account] fixed authorizer.py 2023-09-11 19:54:58 +08:00
Yan Dai fa7d787e92 feat: [multi-account] fixed list sagemaker_endpoint_api.py 2023-09-11 19:46:38 +08:00
Yan Dai 41f3dca016 feat: [multi-account] fixed list inference_api.py 2023-09-11 19:04:33 +08:00
Yan Dai a8e080da5d feat: [multi-account] fixed list checkpoint_api.py 2023-09-11 18:51:07 +08:00
Yan Dai 22df520a20 feat: [multi-account] inference job part 2023-09-11 18:05:49 +08:00
Yan Dai 197952ad9f feat: [multi-account] model part coding done, not tested yet 2023-09-11 10:26:45 +08:00
Yan Dai b18dd39434 feat: [multi-account] bug fix and new list sagemaker endpoint 2023-09-09 16:51:25 +08:00
Yan Dai e6de1ea723 feat: [multi-account] some tests 2023-09-08 23:13:06 +08:00
Yan Dai d1b78309e2 feat: [multi-account] working user table and login process 2023-09-08 16:17:41 +08:00
Yan Dai 724bfc544f feat: [multi-account] working on authorizer lambda 2023-09-07 22:40:15 +08:00
Yan Dai a2fca5a3a2 feat: [multi-account] bug fixes for kms key, now all users api are working from existing resources 2023-09-07 17:47:25 +08:00
Xiujuan Li 258b023666 feat: fix reloadUI 2023-09-07 17:17:37 +08:00
Xiujuan Li 0da434edbc feat: fix reloadUI 2023-09-07 17:09:59 +08:00
Xiujuan Li 91879cbfe4 feat: fix reloadUI 2023-09-07 17:04:55 +08:00
Xiujuan Li d329725259 feat: fix reloadUI 2023-09-07 16:53:28 +08:00
Xiujuan Li 851850c745 Merge remote-tracking branch 'origin/dev' into xiujuali_2.0 2023-09-07 14:44:44 +08:00
Xiujuan Li 8f07a7ef39 feat: fix reloadUI 2023-09-07 14:39:14 +08:00
Xiujuan Li bb9196955a Merge remote-tracking branch 'origin/xiujuali_2.0' into xiujuali 2023-09-07 13:48:42 +08:00
Yan Dai e5a76f6b4b feat: [multi-account] user lambdas 2023-09-06 21:43:39 +08:00
Aaron Yi e644003b67
Merge pull request #187 from awslabs/main
Fix: merge from main to dev branch
2023-09-06 03:26:30 -05:00
Xiujuan Li e8067773f3 Merge remote-tracking branch 'origin/dev' into xiujuali 2023-09-06 11:53:11 +08:00
guming3d 1c58a7f1a5 update scaling policy 2023-09-05 08:15:31 +00:00
Yan Dai 172f30816d fix: massive refactor sd extension front end code and logging fix 2023-09-05 15:25:44 +08:00
Xiujuan Li 22a854b273 feat: fix upload ui 2023-09-05 13:50:51 +08:00
Xiujuan Li 4c004c50a1 feat: fix upload ui 2023-09-01 15:48:05 +08:00
Xiujuan Li 5be0d6ec6a feat: fix inference job sort by time 2023-08-31 11:28:11 +08:00
Xiujuan Li c6a2d3408e feat: add upload api backend about uploading file to s3 from url directly 2023-08-30 16:11:57 +08:00
Xiujuan Li 751210c202 Merge remote-tracking branch 'origin/xiujuali' into xiujuali_2.0 2023-08-30 13:19:54 +08:00
Xiujuan Li 87e30ba070 feat: add upload api backend about uploading file to s3 from url directly 2023-08-30 13:16:04 +08:00
Xiujuan Li 95af75fa04 feat: add upload api backend about uploading file to s3 from url directly 2023-08-30 13:13:26 +08:00
Xiujuan Li 7a705a9597 Merge remote-tracking branch 'origin/xiujuali' into xiujuali_2.0 2023-08-30 13:07:35 +08:00
Xiujuan Li 359eeaa812 feat: add upload api backend about uploading file to s3 from url directly 2023-08-30 12:52:47 +08:00
Xiujuan Li f4b9720272 feat: add upload api backend about uploading file to s3 from url directly 2023-08-29 13:38:46 +08:00
Yan 5fbd3da454
fixed create model in model_api.py (#173) 2023-08-25 14:25:50 +08:00
Xiujuan Li 8b0337d8d1 feat: fix upload component files show 2023-08-15 12:57:26 +08:00
NingLyu 584b1cdd5b
Merge pull request #129 from awslabs/txt2img-api
feat: update txt2img L2 api
2023-08-10 13:49:47 +08:00
Ning Lu 6d54aa1da9 fix: use common function 2023-08-10 05:04:54 +00:00
Ning Lu 7a5d7e4964 Merge branch 'dev' into txt2img-api 2023-08-10 02:15:30 +00:00
Ning Lu 1f6fd91ab0 chore: update function 2023-08-10 02:14:45 +00:00
Ning Lu de94d8681b fix: remove unused code and use util instead 2023-08-09 14:16:59 +00:00
Ning Lu 6c370fea4b chore: update api 2023-08-09 14:10:11 +00:00
Xiujuan Li a2dd191e0b merge dev 2023-08-09 16:51:36 +08:00
Xiujuan Li 40bb16b777 merge dev 2023-08-09 16:51:14 +08:00
Xiujuan Li 983e032f12 merge dev 2023-08-09 16:02:55 +08:00
Ning Lu 55de0f9ca4 feat: add l2 txt2img api 2023-08-09 07:41:52 +00:00
Xiujuan Li 26e82e8c16 merge dev 2023-08-09 13:36:10 +08:00
Xiujuan Li 8f1d955dd6 Merge remote-tracking branch 'origin/dev' into xiujuali 2023-08-09 10:19:55 +08:00
Xiujuan Li 618fd9b7fe merge dev 2023-08-08 14:44:01 +08:00
Xiujuan Li da63a0a97f Merge remote-tracking branch 'origin/dev' into xiujuali_2.0 2023-08-08 14:32:42 +08:00
George Gu 792d23e900 fix: fix var not define error 2023-08-07 22:07:13 +08:00
Xiujuan Li 005663b668 merge dev 2023-08-07 16:35:07 +08:00
Xiujuan Li 468e996efa merge dev 2023-08-07 11:40:13 +08:00
Xiujuan Li a5c78525cf merge dev 2023-08-07 11:26:01 +08:00
George Gu 4e86fdbc55 Merge branch 'dev' into minggu 2023-08-06 07:05:45 +08:00
guming3d dc34b8a44e fix:update metrics to CPU occupation 2023-08-04 08:50:59 +00:00
Xiujuan Li ac2115f33d format code 2023-08-04 16:32:01 +08:00
Xiujuan Li 2667e78d46 format code 2023-08-03 16:49:55 +08:00
guming3d f00ebd3144 feat: update the scaling policy config 2023-08-03 08:25:00 +00:00
guming3d 1a49234ddb fix: adding change endpoint name feature 2023-08-02 07:26:38 +00:00
guming3d 2c9a980c03 fix: change the autoscaling flag check 2023-08-02 05:27:47 +00:00
guming3d 12ec2a5887 feat: update UI for autoscaling 2023-08-01 06:36:56 +00:00
guming3d f38be6c57a fix:update the autoscaling code 2023-08-01 02:08:53 +00:00
Xiujuan Li 55459e7f58 Merge remote-tracking branch 'origin/dev' into xiujuali 2023-08-01 10:07:13 +08:00
Yan Dai 13bbe89e34 feature: merged from dev 2023-07-31 19:35:03 +08:00
Yan Dai 6af86e8ce8 feature: frontend change for capture data from gradio 2023-07-31 19:06:33 +08:00
George Gu e9ab5a2bb2 feat: update the endpoint deployment to enable autoscaling 2023-07-31 13:42:46 +08:00
guming3d 2eb0c3ee9f feat: auto-scaling 2023-07-31 03:08:59 +00:00
Ning Lu a27298800b hore: remove unused inference code 2023-07-30 08:06:14 +00:00
Yan Dai 2763029920 fix: refactor infrastructure code 2023-07-28 15:44:31 +08:00
Yan Dai 795ac38e45 feature: enable multiple controlnet in sagemaker 2023-07-28 14:12:37 +08:00
Ning Lu 2ecfe2aecd chore: remove unused files 2023-07-28 05:10:45 +00:00
Ning Lu d9179ed870 chore: revert template 2023-07-28 05:05:32 +00:00
Ning Lu 2dcb019225 chore: get model data from ddb 2023-07-28 04:53:39 +00:00
Ning Lu 599a3f859b fix: update tar path 2023-07-28 03:47:17 +00:00
Yan Dai 15cc38dfc5 feature: enable multiple controlnet in sagemaker 2023-07-27 22:47:07 +08:00
Yan Dai 8212f74b82 feature: new workflow 2023-07-27 19:29:36 +08:00
Yan Dai 8ff6f4885f feature: new workflow 2023-07-27 17:42:27 +08:00
Ning Lu 32d111efd7 feat: upload tar file to s3 bucket 2023-07-27 08:30:32 +00:00
Xiujuan Li 0c3b930424 test with log 2023-07-27 11:34:44 +08:00
Xiujuan Li a256232eb6 test with log 2023-07-27 10:49:56 +08:00
Xiujuan Li 140394b511 test with log 2023-07-26 21:12:25 +08:00
Xiujuan Li 887a505c0a test with log 2023-07-26 20:56:04 +08:00
Xiujuan Li b8e6c6d069 test with log 2023-07-26 17:07:09 +08:00
Xiujuan Li 10fbfd2a37 test with log 2023-07-26 16:09:48 +08:00
Xiujuan Li 7a8eb380de test with log 2023-07-26 15:31:28 +08:00
Xiujuan Li 5256d1a2ed test with log 2023-07-26 14:53:27 +08:00
Ning Lu 4059b070f6 fix: update train cdk 2023-07-26 02:05:07 +00:00
Ning Lu 73b455fc29 feat: update train api cdk 2023-07-25 13:59:25 +00:00
Xiujuan Li ddcea19af4 test with log 2023-07-25 12:54:29 +08:00
Xiujuan Li 9765047d08 test with log 2023-07-25 12:25:03 +08:00
Xiujuan Li 956be9fc44 test with log 2023-07-25 10:00:07 +08:00
Xiujuan Li 4875099ed3 test with log 2023-07-25 09:55:07 +08:00
Xiujuan Li 4a71be5274 test with log 2023-07-24 18:06:03 +08:00
Xiujuan Li a0b7ac2c5e test with log 2023-07-24 17:23:44 +08:00
Ning Lu f18e24545d chore: update txt2img api 2023-07-24 05:08:57 +00:00
Xiujuan Li 5da748a422 test with log 2023-07-24 12:19:51 +08:00
Xiujuan Li 309a64635c test with log 2023-07-24 12:13:15 +08:00
Ning Lu 4b8f376635 Merge branch 'api' of https://github.com/awslabs/stable-diffusion-aws-extension into api 2023-07-20 06:02:07 +00:00
Xiujuan Li aefd5c2bc5 test with log 2023-07-18 19:27:42 +08:00
Xiujuan Li 7e2734b6ec test with log 2023-07-18 19:15:41 +08:00
Xiujuan Li 2a1d39a2f1 test with log 2023-07-18 19:07:10 +08:00
Xiujuan Li 83a1dc9c64 test with log 2023-07-18 18:34:48 +08:00
Xiujuan Li a441cc7795 test with log 2023-07-18 18:15:05 +08:00
Xiujuan Li fc583f7c9f test with log 2023-07-18 17:05:59 +08:00
Xiujuan Li 9a43c6226a test with log 2023-07-18 16:55:55 +08:00
Xiujuan Li b233f2a2a6 Merge remote-tracking branch 'origin/dev' into xiujuali 2023-07-18 16:35:38 +08:00
yuxiao 18109bc302 fix script x/y/z plot with checkpoint name 2023-07-17 08:08:15 +00:00
Yan Dai f68016402f fix: fixed problem of list for checkpoints, model, train cannot pass in array 2023-07-14 13:53:26 +08:00
Ning Lu 4ecaa48478 feat: add image download function 2023-07-14 03:54:54 +00:00
Xiujuan Li 857909243d feature: merge dev 2023-07-14 10:51:20 +08:00
Xiujuan Li 213b8fd1be feature: merge dev 2023-07-14 10:48:20 +08:00
Ning Lu fd5e9bb62e fix: update checkpoint index 2023-07-13 09:16:38 +00:00
Ning Lu fedde9f15d feat: modify cdk and lambda to support txt2img 2023-07-13 03:16:30 +00:00
Ning Lu cd4e63f9e3 feat: support txt2img api 2023-07-13 03:13:40 +00:00
Xiujuan Li 927e432a40 feature: job inference optimization 2023-07-12 11:29:27 +08:00
guming3d 46f9d43165 fix: fix Endpoint in Creating status can not delete bug 2023-07-11 02:40:22 +00:00
yuxiao e94b70ddde delete extra network prompt adding 2023-07-10 07:32:04 +00:00
ming gu 7075dd62ec
Merge pull request #60 from awslabs/minggu-dev
fix: no need to update endpoint deployment job when failed to delete …
2023-07-10 10:04:37 +08:00
guming3d de7ead674b fix: no need to update endpoint deployment job when failed to delete the endpoint 2023-07-10 02:03:42 +00:00
Aoyu ee34da0e1e
Merge pull request #56 from awslabs/aoyu
feat: add controlNet inpaint parameter parser
2023-07-10 09:14:32 +08:00
guming3d e532f7c226 fix: fix can not get inference image and param issue 2023-07-10 01:00:10 +00:00
yuxiao 307228e671 add controlnet inpaint parameter analysis 2023-07-09 05:23:52 +00:00
yuxiao 9b40e9ca5e add inpaint parmater 2023-07-07 11:00:01 +00:00
Xiujuan Li 0e425485a9 merge origin/dev 2023-07-06 21:27:10 +08:00
guming3d 616bb51752 feat: adding exception handling for inference result notification 2023-07-05 01:24:26 +00:00
Yan Dai 0cf88de923 [feature] added api doc for training part 2023-07-04 14:30:13 +08:00
Aaron Yi c8ce8e6519
Merge pull request #35 from awslabs/dependabot/pip/middleware_api/lambda/inference/gradio-3.34.0
build(deps): bump gradio from 3.32.0 to 3.34.0 in /middleware_api/lambda/inference
2023-06-18 14:52:56 +00:00
AoyuQC 415ed64a5d fix: parser && docker bug 2023-06-16 02:37:18 +00:00
yuxiao e2dc499d48 update parameter parser for img2img with controlnet 2023-06-16 01:07:51 +00:00
yuxiao 2971acc16e update parameter parser for img2img 2023-06-15 10:06:07 +00:00
yuxiao 2c611fce9b Merge branch 'dev' of github.com:awslabs/stable-diffusion-aws-extension into dev 2023-06-15 08:27:10 +00:00
yuxiao b745d74f90 update parameter parser for mask alpha 2023-06-15 08:27:06 +00:00
AoyuQC 9833676094 feat: update param files 2023-06-15 08:25:03 +00:00
AoyuQC 1f358cc946 docs: update doc for img2img 2023-06-15 06:10:15 +00:00
yuxiao 58525ee0c8 update parameter parser for inpaint and inpaint sketch 2023-06-14 13:04:02 +00:00
AoyuQC 5c30d425aa feat: update api debug json 2023-06-14 08:10:49 +00:00
AoyuQC 8d26b695b9 fix: img2img parser 2023-06-14 07:26:04 +00:00
yuxiao ec7367af8b update parameter parser for img2img 2023-06-14 06:54:42 +00:00
yuxiao cadc24138e modify parameter parser for inpaint 2023-06-14 05:49:20 +00:00
yuxiao 768445ace7 modify parameter parser for inpaint sketch 2023-06-14 03:32:48 +00:00
yuxiao c24c44497b update parameter parser 2023-06-13 13:03:09 +00:00
dependabot[bot] b0e5d64ffc
build(deps): bump gradio in /middleware_api/lambda/inference
Bumps [gradio](https://github.com/gradio-app/gradio) from 3.32.0 to 3.34.0.
- [Release notes](https://github.com/gradio-app/gradio/releases)
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradio-app/gradio/compare/v3.32.0...v3.34.0)

---
updated-dependencies:
- dependency-name: gradio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 06:54:10 +00:00
guming3d 7033111a5a fix:update the lambda 2023-06-13 05:27:16 +00:00
AoyuQC 5330155a94 fix: solve parse bug 2023-06-13 03:44:14 +00:00
AoyuQC cdcc41f193 fix: add gradio in app dockerfile 2023-06-13 02:35:25 +00:00
AoyuQC 420e3dd5ae fix: fix param parser bug 2023-06-13 02:14:56 +00:00
yuxiao 54a4f5b0f7 Merge branch 'dev' of github.com:awslabs/stable-diffusion-aws-extension into dev 2023-06-12 09:36:06 +00:00
guming3d 2210620809 feat: saving the caption to ddb 2023-06-12 09:01:18 +00:00
yuxiao c618eeec3a Merge branch 'dev' of github.com:awslabs/stable-diffusion-aws-extension into dev 2023-06-12 07:42:05 +00:00
yuxiao c3bb9b5ff5 update parameter parser 2023-06-12 07:42:01 +00:00
AoyuQC 82e98bd4ab feat: clip/deep sns to be completed 2023-06-12 07:39:35 +00:00
AoyuQC 59df32a2ee fix: add PIL in requirements in inference dockerfile 2023-06-12 06:32:58 +00:00
AoyuQC 89eb0601ed fix: Dockerfile for middleware lambda 2023-06-12 05:57:16 +00:00
yuxiao 65bdc6c769 update parameter parser for img2img 2023-06-12 05:15:33 +00:00
yuxiao bfd7a34485 Merge branch 'dev' of github.com:awslabs/stable-diffusion-aws-extension into dev 2023-06-12 01:34:36 +00:00
yuxiao 145d7e80c9 update img2img parameter parser 2023-06-12 01:34:30 +00:00
guming3d 1c3fbe2af8 fix: change the startTime format align with end time 2023-06-09 07:41:18 +00:00
AoyuQC 6ae617a99e Merge branch 'dev' of github.com:awslabs/stable-diffusion-aws-extension into dev 2023-06-09 07:39:19 +00:00
AoyuQC 7f5c3805eb WIP: img2img func 2023-06-09 07:39:17 +00:00
guming3d 497e54da6e feat: update the js function and lambda for img2img 2023-06-09 06:05:59 +00:00
ming gu e211399b4f
fix: Update app.py to fix typo error 2023-06-08 14:05:26 +08:00
guming3d b7a3be70a0 feat: adding taskType in the inference logic 2023-06-08 02:19:21 +00:00
George Gu 3b2302fdb0 feat: adding type field when calling remote inference api 2023-06-07 06:54:59 +00:00
yuxiao 83ff8422f3 Merge branch 'dev' of github.com:awslabs/stable-diffusion-aws-extension into dev 2023-06-02 01:46:05 +00:00
yuxiao b1758caff8 update lambda to support reference-only of controlnet 2023-06-02 01:46:00 +00:00
Yan Dai a880619956 [feature] fixed s3 dataset to sagemaker tab 2023-06-01 20:26:59 +08:00
Yan Dai ea85027893 Merge remote-tracking branch 'origin/dev' into dev 2023-06-01 16:47:21 +08:00
Yan Dai 817bb80f76 [fix] training api fix 2023-06-01 16:35:50 +08:00
yuxiao db74c3df5b add exception catch when the payload parameter can not get from js 2023-06-01 06:56:37 +00:00
Yan Dai e9bc74b359 Merge remote-tracking branch 'origin/dev' into dev 2023-05-31 19:13:14 +08:00
Yan Dai e31291065f [feature] added training instance type choosing 2023-05-31 19:10:17 +08:00
George Gu 53ff6039d3 feat: remove s3 bucket parameter 2023-05-31 03:17:37 +00:00
Yan Dai 29671d4e88 Merge branch 'dev' of github.com:awslabs/stable-diffusion-aws-extension into dev 2023-05-31 00:39:10 +08:00
Yan Dai c53050c82b [feat] added backend for upload files 2023-05-31 00:36:17 +08:00
yuxiao 07cf1f8774 modify controlnet parameter type 2023-05-30 13:00:53 +00:00
George Gu e012e53e76 fix: adding s3 region name in client to fix cors issue 2023-05-29 04:04:14 +00:00
George Gu 55dc663032 fix: update the notification lambda to fix template error 2023-05-27 06:16:41 +00:00
Yan Dai 03420682e7 [feat] added template parameter for apigw token and model instance type 2023-05-26 15:43:32 +08:00
George Gu 882274c0fa fix: remove s3v4 for s3 client 2023-05-26 03:30:41 +00:00
yuxiao 796333645b Merge branch 'dev' of https://github.com/aws-samples/stable-diffusion-aws-extension into dev 2023-05-26 02:32:51 +00:00
Yan Dai 15e123362b [fix] ecr build error and removed not used files 2023-05-25 22:22:54 +08:00
Yan Dai fba7a16646 [fix] training job status and checkpoint path error for cloud checkpoint for model creating 2023-05-25 15:28:59 +08:00
Yan Dai 8eeb2bb108 [fix] fixed s3 path problem for the backend part (training) 2023-05-25 12:49:11 +08:00
yuxiao 5bc3bf2690 Merge branch 'dev' of https://github.com/aws-samples/stable-diffusion-aws-extension into dev 2023-05-25 03:48:36 +00:00
yuxiao 2a9ee0c2fe modify input parametertype 2023-05-25 03:48:30 +00:00
Yan Dai ed7f645024 [fix] fixed s3 path problem for the backend part 2023-05-25 10:33:01 +08:00
yuxiao 238bf706db Merge branch 'dev' of https://github.com/aws-samples/stable-diffusion-aws-extension into dev 2023-05-24 07:46:18 +00:00
yuxiao 027380d9b2 modify a name of input parameter of controlnet 2023-05-24 07:46:07 +00:00
George Gu 8c9db1c944 adding delete logic 2023-05-23 09:01:24 +00:00
Yan Dai c062632963 [fix] fixed create model and training job showing orders, introduced timestamp to model, checkpoint and training table 2023-05-23 16:13:58 +08:00
George Gu e32befd78a [fix] fixed backend and frontend 2023-05-19 04:56:32 +00:00
George Gu aa7b6beef9 [fix] adding some error handling logic 2023-05-19 01:21:27 +00:00
Yan 62d0223c9c
Merge pull request #3 from aws-samples/train-job-list
added training job list
2023-05-18 20:12:49 +08:00
George Gu 3e1de10be1 [fix] fix inference queue issue 2023-05-18 10:30:07 +00:00
George Gu 21a9982aa5 [fix] fix typo error 2023-05-18 09:12:41 +00:00
Yan Dai a02371a0c5 added training job list 2023-05-18 17:09:08 +08:00
George Gu c7743c2667 [fix] need add ddb when inference failure occurred 2023-05-18 08:50:01 +00:00
Yan Dai 8cb11b1248 fixed dreambooth model name 2023-05-18 14:33:01 +08:00
AoyuQC 9f346eee44 feat: change async infer from 15min to 60min 2023-05-17 02:49:37 +00:00
George Gu a88417969c [fix]update get endpoint logic 2023-05-16 08:02:05 +00:00
Yan Dai 5551eaab46 added missing file and fixed create model bugs 2023-05-16 09:30:07 +08:00
AoyuQC 5cdc90ad3a fix: add models for container 2023-05-15 08:26:42 +00:00
AoyuQC 08177d5fa4 fix: add models for infra 2023-05-15 06:28:13 +00:00
George Gu 5ecacc399b [merge] merge the latest internal repo code to current branch 2023-05-15 09:52:45 +08:00
AoyuQC f63096cb18 Sync to stable-difussion-aws-extension with v.0.11.g 2023-05-11 01:28:24 +00:00
AoyuQC 09ee2ffb46 Sync to stable-difussion-aws-extension with v.0.10.g 2023-05-10 05:38:43 +00:00
AoyuQC 02b1fedb83 Sync to stable-difussion-aws-extension with v.0.9.g 2023-05-10 03:19:55 +00:00
AoyuQC e9efe69a3f Sync to stable-difussion-aws-extension with v.0.7.g 2023-05-09 11:33:25 +00:00
AoyuQC 347d53db15 Sync to stable-difussion-aws-extension with v.0.5.g 2023-05-09 03:51:38 +00:00
AoyuQC 2531f28c58 Sync to stable-difussion-aws-extension with v.0.2.g 2023-05-08 04:38:46 +00:00
AoyuQC e95ede9972 sync for test 20230508 10:27 2023-05-08 02:27:51 +00:00
AoyuQC 62732c0d40 sync for test 2023-05-06 15:54:24 +08:00
AoyuQC 2b80a208b6 sync with aws-ai-solution-kit 2023-05-06 14:58:39 +08:00
AoyuQC e84f8beded initial push for extension (container exclude) 2023-05-05 15:23:36 +08:00