-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update: test * update: test * test * update: test * update: test * test * update: test * update: test * update: test * update: test * update: test * test * test * test * test * test * test * test * test * test * fix * test * test * frontend * update: test * init * update: list-files * init * fix * update: list-files * update: list-files * fix * update: list-files * fix * Dev modelhost yaochi (#109) * remove florence2 caption node (#98) * fix bug of category name (#100) * Add ultimate-sd-upscale (#102) * Add ultimate-sd-upscale * refine * refine * ultimate_sd_upscale * refine * remove model that cannot be used in commercial * Update README.md * Update README.md --------- Co-authored-by: Yao Chi <[email protected]> * add sr deprecated message (#103) * formatting code (#106) * formatting code * refine * Refactor Bizyair and Code Formatting Improvements (#104) * Refactor Bizyair and Code Formatting Improvements * refine * Delete redundant code * Delete redundant code * fix UNIQUE_ID * refine * refine * refine * skip Super Resolution test * Add lora test server (#105) * refine * Delete src/bizyair/commands/servers/server_base.py --------- Co-authored-by: Yao Chi <[email protected]> * reformat * news to new url --------- Co-authored-by: FengWen <[email protected]> * add Single file upload * fix: add get_api_key * fix: dependencies check and invalid api_key errno * fix: dependencies check and invalid api_key errno * fix: print message * refine the text content * reformat * fix * refine content * update: reduce allow types * update: reduce allow types * update: reduce allow types * update: merge requirements_adv.txt to requirements.txt * fix * fix * fix * fix * reformat * update: change all server_address to bizyair-api.siliconflow.cn * update ci ComfyUI version * reformat and updage * fix * fix * update: upload limit * update: upload limit * update: upload limit * update: upload limit * fix * update: upload limit * change to wait for bizyair logo * fix * update: adjust structure * fix * refine the queue btn CI * use comfy queue btn class * use js to wait queue finished * refine * write ini file and reformat * fix: oss progressbar * fix * update: clear upload cache * fix * fix * fix * Fix Model Find (#112) Co-authored-by: Yao Chi <[email protected]> * remformat * fix * fix: model repeat delete * Dev modelhost async upload file (#113) * refine * refine get loop * chagne to async upload * fix: path_manager.py * fix: remove useless dependency * fix: service_address * fix * flux dev fp8 (#107) * flux dev fp8 * refine --------- Co-authored-by: Yao Chi <[email protected]> * fix: service_address * add docs for lora model host (#115) * refine * fix the url route * update readme * update: replace to websocket * update: upload by ws * update: upload by ws * temp * fix * fix * fix: upload by ws * fix: upload by ws * fix: upload by ws * fix: upload by ws * fix * update: send pong when receive ping * update: send pong when receive ping * update: send pong when receive ping * fix: execution.py * fix * update: add valid_user_info * update: add valid_user_info * update: send synced status * update: add valid_user_info * fix * fix * fix * fix * fix * fix: modelhost.py * update: modelhost.py * fix * fix: modelhost.py * fix * fix * adjust the timeout setting and refine the try catch block * fix * add docs --------- Co-authored-by: dantegarden <[email protected]> Co-authored-by: root <root@vscode-1631487780716577-vscode-master-0.vscode-1631487780716577-vscode.org-1599978210328609.svc.cluster.local> Co-authored-by: Yao Chi <[email protected]> Co-authored-by: FengWen <[email protected]> Co-authored-by: Li Jing <[email protected]> Co-authored-by: Your Name <[email protected]>
- Loading branch information
1 parent
ff37db1
commit 0014802
Showing
36 changed files
with
1,578 additions
and
643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"09/06 发布 v0.2.0,支持试用自定义 LoRA,欢迎升级使用": "https://siliconflow.github.io/BizyAir/model-host/introduce.html" | ||
"09/19 更新模型上传功能,显示上传进度条,上传模型大小不受 ComfyUI 限制": "https://siliconflow.github.io/BizyAir/model-host/introduce.html", | ||
"09/06 发布 v0.2.0,支持使用自定义 LoRA,欢迎升级使用": "https://siliconflow.github.io/BizyAir/model-host/introduce.html" | ||
} |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"BizyAir NEWS": { | ||
"09/06 发布 v0.2.0,支持试用自定义 LoRA,欢迎升级使用": "https://siliconflow.github.io/BizyAir/model-host/introduce.html" | ||
"09/19 更新模型上传功能,显示上传进度条,上传模型大小不受 ComfyUI 限制": "https://siliconflow.github.io/BizyAir/model-host/introduce.html", | ||
"09/06 发布 v0.2.0,支持使用自定义 LoRA,欢迎升级使用": "https://siliconflow.github.io/BizyAir/model-host/introduce.html" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.