-
Notifications
You must be signed in to change notification settings - Fork 340
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
updates for animation support #116
Draft
dmarx
wants to merge
238
commits into
main
Choose a base branch
from
anima_stable
base: main
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.
Draft
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
* add `interfaces/__init__.py` via CI * dump unnecessary file copy stuff * flushed vestigial files * cleanup overengineered opencv CI
- download and import stability-sdk anima branch - checkout specific commit so sdk can change without breaking notebook - start migrating to utility functions in SDK - color_coherence options for HSV, RGB, and LAB - tweaked default values - new anim curves for: cadence, fov, video_mix_in - move cam settings to bottom of settings, add in animation_prompts and negative prompt - skip mp4 for run all
Mask fixup is now done by default on the generator_server side
- inpainting model performs full steps - non-inpainting model start_schedule and steps depend on the mask - mask_pow in mask postprocessing - mask erosion and blur with the same kernel
- remove non_inpainting_model_for_diffusion_frames param - add mask_power param for 3D render mode mask postprocessing - add use_inpainting_model param - by default inpainting is done using non-inpainting models - mask postprocessing inside inpaint function - seed is not fixed for inpainting with non-inpainting model
- 3D render mode adjustments to new depth - Outpaint with inpainting model - New preset Translate and inpaint
Cut pow/anima inpaint fixes
* Dynamic transform routing to CPU node * cv2 -> PIL to match main SDK and ease the transition StabilityInference -> api.Context * Eliminate issue of shared utils.py bringing in dependencies only available with [anim] install. * Update README.md with animation command * Update animation tests and add new tests for each transform method * Upscale method on api.Context, upscale 2X option in Post-process tab of animation_ui * Display callstacks with exceptions in animation_ui * Remove warning about new API being in beta * Tweaks - update default animation sampler - change steps_strength_adj default to False - validation on border modes - find latest revision of project file - handle exceptions while getting user credits and updating header during animation rendering * Clean up utils.py - convert all the _from_string functions to use shared table lookup - group and alphabetize - add doc strings to the general utility functions * Graceful handling of STABILITY_KEY not being set. * Merge latest from main
…into anima_stable
…ity-sdk into anima_stable
- Fix span/outpaint which got borked by move to PIL - Fix Project import and delete and give Confirm button before deleting - Handle exceptions from create_video_from_frames - Update clip_guidance default to None to match docs - Update DATA_GENERATOR name that goes in saved settings files - Give example prompt for "3D warp rotate" preset and use pure MiDaS for better result
…e_and_postprocess_video
…ess_video Cut pow/resume and postprocess video
avoid 'prefill' border when 'inpaint_border' is disabled
* Provide user more feedback when stopping anim/post and while creating mp4 from frames. * Ensure animation dimensions are a multiple of 64 * Switch from Colab form UI to `getpass` for entering API keys.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
No description provided.