fix fail cases for tests#2
Closed
scxue wants to merge 0 commit intolawrence-cj:feat/sa-solverfrom
scxue:feat/sa-solver
Closed
fix fail cases for tests#2scxue wants to merge 0 commit intolawrence-cj:feat/sa-solverfrom scxue:feat/sa-solver
scxue wants to merge 0 commit intolawrence-cj:feat/sa-solverfrom
scxue:feat/sa-solver
Conversation
lawrence-cj
added a commit
that referenced
this pull request
Dec 23, 2024
lawrence-cj
added a commit
that referenced
this pull request
Dec 23, 2024
lawrence-cj
added a commit
that referenced
this pull request
Dec 23, 2024
* init vila caption * 111 (#2) * Feat/enze (#3) * 111 * 222 * test test * update vila caption * add vila code * update caption code * update vila stuff * update * gemma related * update * add time vae * update train * unrelated commit * code update * 1. add RMSNorm code; 2. add qk norm for cross attention; 3. add RMSNorm for y_embedder; 4. code update; 5. config update for y_norm; * tmp update for train.py * fix t5 loading * del unrelated files * tmp code for norm y & model * update * update * revert model structure(some unrelated nn.Identity Norm) * fix epoch_eta bug; (cherry picked from commit 48a2c16) * update * add gemma config * update * add ldm ae * update * add junyu vae * update * get_vae code * remove debug in train * add config.vae_latent_dim in train.py * commit * tqdm optimize in [infer] * update [infer] * update vae store code * update * update * update * update * update * update * add readme * update * re-add ldm_ae * [important] fix the `glumbonv` serious bug. Change `glumbonv` to `glumbconv`; * make the model structure code more robust. * update * update * update * update * update * update * update * 1 * set TOKENIZERS_PARALLELISM false * update * update * optimize cache log * add parallel linear attn * add parallel attn ref comments * update * update * update parallel attn * update * update * update text encoder system prompt * update * add sys prompt hashid * update * update * add test edit speed code * add torch.sync code * add inference for qat * add 2k config and fix dataset bug * update * update * push 4k config * add 4k timeshift=5 config * add feature: dilate conv * add flux sbatch test scripts; * update * update * tmp code * [CI-Lint] Fix code style issues with pre-commit 9fc4580380895194e461754b35cb9c904559e4e5 * clean code; mv slurm script into a folder; * [CI-Lint] Fix code style issues with pre-commit 9f1aeef955f2b1c23363fc7a00a9cef82bb6091f * bug fixed caused by merging enze's code; * mv unused model-block to other scripts; * [CI-Lint] Fix code style issues with pre-commit de3e66f6f8df2c056571387b2ad864e528bfc926 * mv unused model-block to other scripts; * code update; * code update; * [CI-Lint] Fix code style issues with pre-commit 5b2bac2e501cc6952f5c35fe4ce8fe1b98e6add8 --------- Co-authored-by: xieenze <Johnny_ez@163.com> Co-authored-by: GitHub Action <action@github.com>
lawrence-cj
pushed a commit
that referenced
this pull request
Mar 2, 2026
* flux2-klein * Apply suggestions from code review Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * Klein tests (#2) * tests * up * tests * up * support step-distilled * Apply suggestions from code review Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com> * doc string etc * style * more * copies * klein lora training scripts (#3) * initial commit * initial commit * remove remote text encoder * initial commit * initial commit * initial commit * revert * img2img fix * text encoder + tokenizer * text encoder + tokenizer * update readme * guidance * guidance * guidance * test * test * revert changes not needed for the non klein model * Update examples/dreambooth/train_dreambooth_lora_flux2_klein.py Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * fix guidance * fix validation * fix validation * fix validation * fix path * space --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * style * Update src/diffusers/pipelines/flux2/pipeline_flux2_klein.py * Apply style fixes * auto pipeline --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com> Co-authored-by: Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
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.
fix fail cases for tests