-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* random crop * zero init trick * add intentionally buggy clipping * fix docstring and update diffusers version * fix attention clipping, add to sdxl, fix xformers import when not installed * big sdxl commit, no style check * fix style and pyright * print sdxl statement * add sdxl logic to generate * allow setting SDXLTextEncoder device * sdxltextencoder edits * split conditioning * remove prints * microconditioning and cleaning up comments * fix style * fix dropout dtype * rm local streaming * Update diffusion/datasets/image_caption.py Co-authored-by: Landan Seguin <[email protected]> * use RandomCrop, fix LogDiffusionImages bug * have tokenizers pass dict output * add to layers.py docs * override prediction_type in inference_noise_scheulder * Update diffusion/models/stable_diffusion.py Co-authored-by: Landan Seguin <[email protected]> * fix style * log_diffusion_images.py fix * pass tokenized prompts as batch_size x 2 x max_length shape * stack tokenizer output to match * fix negative prompt classifier free guidance * _prepare_text_embeddings fix * add negative_prompt_embeds to zero_out_negative_prompt check --------- Co-authored-by: Landan Seguin <[email protected]>
- Loading branch information
1 parent
ccf58bd
commit 35f5a57
Showing
7 changed files
with
589 additions
and
69 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
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.