-
Notifications
You must be signed in to change notification settings - Fork 739
Refactor MAISI tutorial, migrate GenerativeAI import #1779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
f544302
change mor_op position, rm generative import in vae
Can-Zhao 9da99fb
rm xformer import in vae
Can-Zhao dcad093
add load ckpt functions, inference notebook can run
Can-Zhao 148484b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a551102
fix logging format, add inference script, add details in readme
Can-Zhao 966583f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4c9c780
fix typo
Can-Zhao 0b3e3dc
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao 1272254
update readme
Can-Zhao a45c9f9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4af5f5a
reformat
Can-Zhao 4aa9401
update readme
Can-Zhao b392528
clear directory in code
Can-Zhao a8ca930
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b0dda95
clear directory in code
Can-Zhao 1bc2a7d
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao 094e938
change epoch to 1 to save notebook run time
Can-Zhao 6b064d1
rm controllable size in inference input
Can-Zhao fb080de
mv some description to Readme, use subset of data to train in noteboo…
Can-Zhao 5b942f1
rm dir info
Can-Zhao 837cfb7
rm xformer
Can-Zhao 04a78bf
rm generative in sample.py, clean print in utils.py
Can-Zhao e97a51d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d5dbabe
clean legacy code in utils.py
Can-Zhao 1b287fe
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao 11be5ba
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c223fad
rm repeated comment, rm xformer description, rm generative repo descr…
Can-Zhao daf5c2b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 402f4c0
rm xformer description
Can-Zhao 3c178c8
Merge branch 'main' into refactor_maisi
Can-Zhao 288e73d
change docstring
Can-Zhao 2659218
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao 4e774bc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0835773
Merge branch 'main' into refactor_maisi
Can-Zhao c56b0f2
refactor for new controlnet
Can-Zhao b91b83c
Merge branch 'refactor_maisi' of https://github.com/Can-Zhao/tutorial…
Can-Zhao 59907c4
refactor inference
Can-Zhao 7b3c389
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
"val_interval": 10, | ||
"cache": 0.5, | ||
"amp": true, | ||
"n_epochs": 2 | ||
"n_epochs": 1 | ||
} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.