forked from alembics/disco-diffusion
-
Notifications
You must be signed in to change notification settings - Fork 0
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
PR for diffing new changes since last update to refactor #1
Open
dmarx
wants to merge
122
commits into
unrefactored_checkpoint
Choose a base branch
from
main
base: unrefactored_checkpoint
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Added PLMS sampling
Replace IPython magic commands with Python code. Add disco.py
…Tutorial by accident)
Give Set Up its own top-level section
…py. This brings them over.
…o-the-py Bring PLMS vs DDIM changes over to disco.py
…t, and makes more code appear as forms by default. Also restores some param UI fields.
…improvements Adds a human-readable id to each cell and collapses more cells by default
…who may modify the settings code (or that may hurt them - It could go either way)
…diffusion_sampling_mode (for plms vs. ddim) and sampling_mode (for 3D transform sampling mode).
…ode from do_3d_step()
* Adds Turbo+Smooth features from Disco Diffusion Turbo -- just the implementation, without its defaults. * Implemented resume of turbo animations in such a way that it's now possible to resume from different batch folders and batch numbers. * 3D rotation parameter units are now degrees (rather than radians) * Corrected name collision in sampling_mode (now diffusion_sampling_mode for plms/ddim, and sampling_mode for 3D transform sampling) * Added video_init_seed_continuity option to make init video animations more continuous (constant seed)
update pytorch3d to lite version that uses a slimmed down repo only containing what we need
VR Turbo missing frames fix
Fix to disable VR mode when not 3d
update ipynb for VR mode fixes
update init_image param to take None
change wierd lower() to a list
add fallback model URLS
update fallback urls
[ Updated ] Add option to run with CPU
align notebooks and python file also add contributing info for converter
update for compiler
Indentation changes across all of disco.py and corresponding notebook (standardizing on 4 spaces).
…de-and-indentation Only do the T4 or V100 torch downgrade if on Colab.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
not intended to be merged, this is just a convenience for diffing.