Skip to content

Commit

Permalink
Fix check_sync_status (#261)
Browse files Browse the repository at this point in the history
* query sort

* fix

* [feat]add model select component

* fix

* types

* types

* [feat]add model select dialog

* [feat]show model select

* [feat]add test

* fix

* fix

* fix

* [feat]fetch data with api

* [feat]add parameter to model select component

* fix

* fix

* [feat] optimize my code

* like

* base model types

* [feat]add vditor editor

* download

* download

* workflow

* fix

* [feat]custom full screen

* [feat]custom vditor full screen

* fix

* disable vditor cache

* [feat] fix single page used bugs

* [feat]fix

* fix

* [feat]fix vditor can't fullscreen

* fix

* [feat]optimize model select component & +remove model & optimize filter

* fix

* fix

* [feat]optimize alert dialog used

* [feat]+ apply node model widge

* [feat]optimize

* [feat]add model detail

* fix

* [feat]optimize class

* [feat]add debounce for node widget dbclick

* [feat]optimize model detail

* fix

* lijing test

* [feat]optimize node apply

* reformat

* [feat] fix editor preview image z-index

* [feat]optimize

* fix

* fix

* fix

* [feat]optimize scrollbar style & detail apply modelversion & remove model

* [feat] new version

* fix

* interrupt

* fix

* [feat]optimize

* [feat] add edit

* interrupt

* [feat]optimize expandedModels & model select scrollbar

* [feat]optimize filter

* fix

* [feat]update toast for big brother

* [feat]add easy-markdown

* interrupt

* fix

* [feat]add mini markdown editor

* [feat]remove unused test code

* fix

* [feat]optimize scroll model version

* fix

* [feat]add scroll area for model detail

* fix

* [feat]codereview for myself

* [feat]remove debug console.log

* fix

* status

* fix

* [fix]filter class & model detail scrollbar

* fix

* hash

* [feat]optimize style

* [feat]optimize tab

* hash

* [feat]fix filterbar bugs

* [feat]replace frontend modelTypes Array

* fix

* [feat]delete unuse files

* [feat]optimize preview md

* [feat]release

* [feat]optimize scroll

* [feat]optimize model detail

* fix

* fix

* [feat]code review

* [feat]optimize APIClient requests to aiohttp

* [feat]fix cancel update version fetch model list data error

* [feat]optimize scroll style & add sekleton for table model

* [feat]optimize model version scroll

* [feat]remove unused code

* fix

* [fix]auto merge

* [fix]code review

* fix

* fix

* fix

* remove useless code

* [feat]optimize model list fetch nodata

* Dev bbs patch 2 (#229)

* Refine cn lora loader node

* refine

* add exec_info

---------

Co-authored-by: Yao Chi <[email protected]>

* [feat]fix seach keywords no data bug

* fix

* add upload_id when upload error

* fix

* [feat]fix model list bug for page

* [feat]release core js

* fix

* fix do_get

* [feat] add loadding for model list

* [feat]update core js

* [feat]remove unused code

* remove wrong env var

* fix

* [fix]tab style

* [fix]resolve  default css

* [feat]relase new core js

* [feat]relase

* [feat]remove unusedcode

* [feat]relase

* fix

* fix

* Add biz_lib_frontend as a submodule(bizyair_frontend repo) (#237)

* Add biz_lib_frontend as a submodule(bizyair_frontend repo)

* checkou to dev_bbs branch

* Dev bbs rename submodule (#238)

* rename submoudle to bizyair_frontend

* update gitmodules

* reformat

* add frontend submodule (#239)

* use https url

* [feat]fix filter bug

* fix threading and session problems (#240)

* fix

* fix model_version_id_missing (#242)

* refine

* refine

* update tow api in upload progress

* add poc of js hash calculation

* Update prompt_processor.py

model_version_ids 修改为int数组

* fix

* m1

* m1

* m1

* m1

* remove useless codes

* timeout time to 2 seconds

* reformat

* [feat]optimize

* Remove package.json and package-lock.json files as part of project cleanup

* Remove unused biz_lib_frontend.js file and refactor bizyair_frontend.js for improved code organization and readability.

* fix

* fix

* Update subproject reference and refactor bizyair_frontend.js to improve code structure and reduce size.

* [feat]relase

* Fix tags are selected by default (#256)

Co-authored-by: Yao Chi <[email protected]>

* Refactor LoRA and ControlNet widget callbacks for improved error handling and functionality

- Introduced a new `createSetWidgetCallback` function to streamline widget event handling for LoRA and ControlNet loaders.
- Enhanced error handling during node creation and mouse event processing.
- Removed redundant code related to mouse event handling, improving readability and maintainability.
- Updated widget properties to ensure proper interaction and prevent default behaviors.

This refactor aims to enhance the user experience by ensuring that model selection is more robust and error-free.

* fix

* fix

* [feat]修复低版本无法弹出

* [feat]relase frontend

* [feat]release opt z-index

* fix

* [feat]fix bug & relase frontend

* [feat]fix bug & release frontend

* fix

* fix

* add news

* “fix”

* fix

* fix check_sync_status

* update ci yml

* format code

---------

Co-authored-by: dantegarden <[email protected]>
Co-authored-by: linjm8780860 <[email protected]>
Co-authored-by: of-HaiQin <[email protected]>
Co-authored-by: Your Name <[email protected]>
Co-authored-by: YaoChi <[email protected]>
Co-authored-by: FengWen <[email protected]>
Co-authored-by: FengWen <[email protected]>
Co-authored-by: 王久扬 <[email protected]>
  • Loading branch information
9 people authored Dec 9, 2024
1 parent c6f9351 commit 20cce75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
repository: comfyanonymous/ComfyUI
path: ComfyUI
ref: v0.2.7
ref: v0.3.7

- name: Checkout plugin repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/bizy_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ def send_sync_error(self, err: ErrorNo, sid=None):
)

def check_sync_status(self, bizy_model_id: str, version_ids: list, sid=None):
removed = []
while True:
removed = []
# 从version_ids中移除removed中的version_id
version_ids = [
version_id for version_id in version_ids if version_id not in removed
Expand Down

0 comments on commit 20cce75

Please sign in to comment.