-
Notifications
You must be signed in to change notification settings - Fork 112
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 - **Chores** - Updated `.gitattributes` to ignore image files (`.png`, `.jpg`, `.gif`) and Jupyter notebooks (`.ipynb`) during repository exports. - Added `onediff-src.zip` to `.gitignore` to prevent tracking of specific archive files. - Improved GitHub Actions workflow for clearer installation and testing phases for the `diffusers_examples` test suite. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
1 parent
9991d63
commit c8f513e
Showing
3 changed files
with
8 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*.png export-ignore | ||
*.jpg export-ignore | ||
*.ipynb export-ignore | ||
*.gif export-ignore |
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 |
---|---|---|
|
@@ -184,3 +184,4 @@ onediff_comfy_nodes/benchmarks/results/ | |
|
||
# setuptools_scm | ||
_version.py | ||
onediff-src.zip |