-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Deprecation** - Added deprecation warnings for several LoRA-related functions. - Marked existing LoRA tests as skipped due to deprecation. - **Testing** - Introduced a new test for evaluating numerical stability of model parameters during adapter loading and deletion. - **Warning Management** - Enhanced warning system to ensure deprecated functionality is clearly communicated to users. - **Workflow Enhancements** - Improved visibility into ComfyUI service status during tests. - Updated volume mappings in the Docker Compose configuration for the testing service. - **Dependency Updates** - Upgraded the `diffusers` package version in both `requirements.txt` and `setup.py`. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Shenghang Tsai <[email protected]>
- Loading branch information
1 parent
1be9b27
commit 61b7cca
Showing
9 changed files
with
46 additions
and
9 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
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,6 +1,6 @@ | ||
# pip install -r requirements.txt | ||
transformers==4.27.1 | ||
diffusers[torch]==0.19.3 | ||
diffusers[torch]==0.27.0 | ||
onediff | ||
chardet | ||
opencv-python==4.8.0.74 |
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
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
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