-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: upstream #116 * refactor: replace clip with open-clip * feat: add custom models support and symmetry * style: reformat with blacl * style: reformat with blacl * fix: broken compression on race condition #9 * fix: use uuid instead of seed as da name * docs: update readme * docs: update readme * docs: update readme * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * fix: update guided diffusion upstream * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker * feat: add spell checker
- Loading branch information
Showing
13 changed files
with
1,567 additions
and
129 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,40 @@ | ||
# Add 'label1' to any changes within 'example' folder or any subfolders | ||
area/docs: | ||
- docs/**/* | ||
- ./*.md | ||
|
||
area/testing: | ||
- tests/**/* | ||
|
||
area/setup: | ||
- setup.py | ||
- extra-requirements.txt | ||
- requirements.txt | ||
- MANIFEST.in | ||
|
||
area/entrypoint: | ||
- discoart/__init__.py | ||
|
||
area/housekeeping: | ||
- .github/**/* | ||
- ./.gitignore | ||
- ./*.yaml | ||
- ./*.yml | ||
|
||
area/cicd: | ||
- .github/workflows/**/* | ||
|
||
area/docker: | ||
- Dockerfiles/**/* | ||
- ./.dockerignore | ||
- ./Dockerfile | ||
|
||
area/script: | ||
- scripts/**/* | ||
|
||
component/nn: | ||
- discoart/nn/**/* | ||
|
||
component/resources: | ||
- discoart/resources/**/* | ||
|
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
Oops, something went wrong.