Commit Graph

65 Commits

Author SHA1 Message Date
Ze-Yi LIN
4c2ac524ed
feat: beast mode (#160) 2024-09-22 22:17:57 +08:00
Ze-Yi LIN
02e812c11d
refactor: birefnet gpu (#130)
* fix app

* docs: gpu
2024-09-16 02:34:36 +08:00
Ze-Yi LIN
d05b660eff
feat: language KO and JA (#122)
* ru ko

* lang ja

* Update title.md
2024-09-14 19:17:15 +08:00
Ze-Yi LIN
24a22f72d8
feat: image dpi (#120) 2024-09-14 18:07:29 +08:00
Ze-Yi LIN
a956814afc
feat: gradio png download and api docs jp ko (#96)
* add light gray

* init

* add gr image png

* Update title.md
2024-09-11 03:06:02 +08:00
Ze-Yi LIN
f38c47f2a3
feat(new model): retinaface (#90)
* init

* update retinaface code

* preload

* docs
2024-09-10 08:02:04 +08:00
Ze-Yi LIN
c7d063122a
refactor: gradio code (#89)
* refactor structure

* Update ui.py

* refactor locals

* refactor lang

* color csv and readme

* del light blue
2024-09-10 02:45:21 +08:00
Ze-Yi LIN
78f676bbf5
feat: watermark enhance (#86) 2024-09-09 18:33:56 +08:00
qujunjie
310afe0950
feat: watermark (#83)
* feat:watermark

* ignore

* update ui and fix layout watermark

1. Add watermark as the third tab.
2. Fixed the issue where the layout still had a watermark after choosing not to add a watermark the second time, following the first addition of the watermark.

---------

Co-authored-by: Ze-Yi LIN <58305964+Zeyi-Lin@users.noreply.github.com>
2024-09-09 11:55:30 +08:00
Ze-Yi LIN
042487a028
feat: birefnet model (#82)
* add new model

* update load_onnx_model func

* birefnet lite

* set cpu

* update overall

* del mnn

* model preload

* update README image
2024-09-09 01:10:35 +08:00
Ze-Yi LIN
ce51e16f23
feat: gradio advanced parameters (#81)
* ui enhance

* add option

* Update app.py
2024-09-08 23:06:48 +08:00
ZeYi Lin
7e066a6d72 feat: more color 2024-09-08 15:52:16 +08:00
ZeYi Lin
1b8d8329a3 refactor: choose handler 2024-09-08 04:06:22 +08:00
ZeYi Lin
35f625b92a style: gradio title 2024-09-08 03:53:42 +08:00
ZeYi Lin
a01ce5a601 feat: add rmbg-1.4 2024-09-08 03:50:36 +08:00
ZeYi Lin
ad6962203b docs: mnn model 2024-09-07 18:16:04 +08:00
Ze-Yi LIN
2354d9e215
feat:face++ api (#72)
* face plus api

* demo add face++

* docs: face++ api
2024-09-07 15:26:07 +08:00
ZeYi Lin
a8e84d6d3d style: docker support gradio print 2024-09-07 02:31:49 +08:00
Sam Wong
c95bcce48b
feat: add root_path parameter and fix .gitignore __pycache__ configuration (#58)
1. Added a base_path parameter to allow users to configure the URL path.
2. Fixed the .gitignore configuration for __pycache__.

Co-authored-by: Ze-Yi LIN <58305964+Zeyi-Lin@users.noreply.github.com>
2024-09-07 02:06:12 +08:00
ZeYi Lin
96a36e65e5 feat: app add root_path 2024-09-07 02:03:22 +08:00
ZeYi Lin
e48d366b89 feat: update app 2024-09-07 01:38:57 +08:00
ZeYi Lin
3187c5e3d2 feat: matting model en 2024-09-07 01:26:48 +08:00
ZeYi Lin
78fa0cc48f feat: update default model 2024-09-06 18:07:33 +08:00
ZeYi Lin
532218a514 feat: gradio image download format 2024-09-06 17:55:24 +08:00
ZeYi Lin
e66842646c fix: gradio 2024-09-06 17:47:02 +08:00
Ze-Yi LIN
aceeb454a4
feat: matting-model-selection (#62)
* feat: app support more matting model

* update README
2024-09-06 17:02:00 +08:00
ZeYi Lin
4649a50452 feat: support gradio>=4.43.0 2024-09-06 15:13:34 +08:00
ZeYi Lin
811153096b feat: refactor 2024-09-06 02:28:35 +08:00
KAAANG
67126c1fab refactor:script 2024-09-05 18:19:20 +08:00
ZeYi Lin
a18ce6957a feat: default size add h w 2024-09-05 13:19:50 +08:00
Nexisato
3dfc1363bc feat: restful deploy_api 2024-09-04 18:48:11 +08:00
ZeYi Lin
f1d3b8b25f feat: demo EN 2024-09-03 01:02:28 +08:00
Ze-Yi LIN
fa91cad10a
Merge pull request #25 from swpfY/feat-packager
feat: convert gradio app into .exe executable file
2024-09-02 20:25:06 +08:00
Ink
fdd56de331 fix: adapt to mac(intel)
适配mac平台
2024-09-02 20:17:00 +08:00
Ink
961bf2e35f feat: convert gradio app into .exe executable file 2024-09-02 19:12:56 +08:00
ZeYi Lin
5d11f3a535 feat: update Dockerfile 2024-09-02 19:01:45 +08:00
houseme
9a466d6626 improve comment
AutoCorrect is a linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).
AutoCorrect 是一个基于 Rust 编写的工具,用于「自动纠正」或「检查并建议」文案,给 CJK(中文、日语、韩语)与英文混写的场景,补充正确的空格,纠正单词,同时尝试以安全的方式自动纠正标点符号等等。

建议使用,GitHub:https://github.com/huacnlee/autocorrect

GitHub-Action: https://github.com/huacnlee/autocorrect?tab=readme-ov-file#github-action
2024-09-02 16:39:40 +08:00
ZeYi Lin
d05e6146c9 feat: add more size (CN) 2024-09-02 15:57:21 +08:00
ZeYi Lin
3f42d43197 finish logit 2024-09-02 14:05:33 +08:00
ZeYi Lin
19956e5eb6 format adjust 2024-09-02 13:11:24 +08:00
ZeYi Lin
494c1ba558 bugfix: enable_queue 2024-09-01 12:40:11 +08:00
ZeYi Lin
22a96f7346 优化目录结构 2023-12-01 20:09:26 +08:00
ZeYi Lin
1cf3e85b96 更新API请求代码 2023-12-01 16:50:46 +08:00
ZeYi Lin
c137b69ae8 增加基于fastapi的api部署 2023-12-01 15:57:56 +08:00
ZeYiLin
06e991b736 Update: Updated Gradio: Forecast Size Selection 2023-06-20 16:14:13 +08:00
ZeYiLin
ee1d5866e4 Update README.md 2023-06-19 04:26:22 +08:00
ZeYiLin
fb965d5955 Update: 排版照->六存排版照;增加两张example图片 2023-06-19 02:41:55 +08:00
ZeYiLin
2990ca6f1d Update: Layout photo 2023-06-19 02:38:26 +08:00
ZeYiLin
9f76b86f8a Update Center Gradient Color 2023-06-13 17:35:08 +08:00
ZeYiLin
5c0e0c6f8d Edit app.py 2023-06-12 17:28:28 +00:00