Kohya S.
|
aebfea255f
|
Merge pull request #2165 from kohya-ss/force_t5_attn_mask_for_chroma_training
Force t5 attn mask for chroma training
|
2025-08-01 21:55:23 +09:00 |
|
Kohya S
|
bd6418a940
|
fix: add assertion for apply_t5_attn_mask requirement in Chroma
|
2025-08-01 21:47:38 +09:00 |
|
Kohya S.
|
5dff02a65d
|
Merge pull request #2157 from kohya-ss/feature-chroma-support
Feature Chroma support
|
2025-07-30 22:13:37 +09:00 |
|
Kohya S
|
250f0eb9b0
|
doc: update README and training guide with breaking changes for CFG scale and model download instructions
|
2025-07-30 22:08:51 +09:00 |
|
Kohya S
|
96feb61c0a
|
feat: implement modulation vector extraction for Chroma and update related methods
|
2025-07-30 21:34:49 +09:00 |
|
Kohya S
|
450630c6bd
|
fix: create network from weights not working
|
2025-07-29 20:32:24 +09:00 |
|
kozistr
|
10de781806
|
build(deps): pytorch-optimizer to 3.7.0
|
2025-07-28 23:40:38 +09:00 |
|
Kohya S
|
6c8973c2da
|
doc: add reference link for input vector gradient requirement in Chroma class
|
2025-07-28 22:08:02 +09:00 |
|
Kohya S
|
af14eab6d7
|
doc: update section number for regex-based rank and learning rate configuration in FLUX.1 LoRA guide
|
2025-07-26 19:37:15 +09:00 |
|
Kohya S
|
c28e7a47c3
|
feat: add regex-based rank and learning rate configuration for FLUX.1 LoRA
|
2025-07-26 19:35:42 +09:00 |
|
kohya-ss
|
32f06012a7
|
doc: update flux train document and add about breaking changes in sample generation prompts
|
2025-07-21 21:48:06 +09:00 |
|
Kohya S
|
eef05504de
|
Merge branch 'sd3' into feature-chroma-support
|
2025-07-21 13:49:08 +09:00 |
|
Kohya S.
|
4987057701
|
Merge pull request #2042 from kohya-ss/update-docs
experimental: Documentation Updates with Gemini
|
2025-07-21 13:48:34 +09:00 |
|
Kohya S
|
c84a163b32
|
docs: update README for documentation
|
2025-07-21 13:40:03 +09:00 |
|
Kohya S
|
7de68c1eb1
|
Merge branch 'sd3' into update-docs
|
2025-07-21 13:32:43 +09:00 |
|
Kohya S
|
9eda938876
|
Merge branch 'sd3' into feature-chroma-support
|
2025-07-21 13:32:22 +09:00 |
|
Kohya S.
|
d98400b06e
|
Merge pull request #2138 from kohya-ss/feature-lumina-image
Feature lumina image
|
2025-07-21 13:21:26 +09:00 |
|
Kohya S
|
518545bffb
|
docs: add support information for Lumina-Image 2.0 in recent updates
|
2025-07-21 13:16:42 +09:00 |
|
Kohya S
|
d300f19045
|
docs: update Lumina training guide to include inference script and options
|
2025-07-21 13:15:09 +09:00 |
|
Kohya S
|
aec7e16094
|
feat: add an option to add system prompt for negative in lumina inference
|
2025-07-21 13:14:59 +09:00 |
|
Kohya S
|
77a160d886
|
fix: skip LoRA creation for None text encoders (CLIP-L for Chroma)
|
2025-07-20 21:25:43 +09:00 |
|
Kohya S
|
0b763ef1f1
|
feat: fix timestep for input_vec for Chroma
|
2025-07-20 20:53:06 +09:00 |
|
Kohya S
|
b4e862626a
|
feat: add LoRA training support for Chroma
|
2025-07-20 19:00:09 +09:00 |
|
Kohya S
|
c4958b5dca
|
feat: change img/txt order for attention and single blocks
|
2025-07-20 16:30:43 +09:00 |
|
Kohya S
|
8fd0b12d1f
|
feat: update DoubleStreamBlock and SingleStreamBlock to handle text sequence lengths instead of mask
|
2025-07-20 16:00:58 +09:00 |
|
Kohya S
|
404ddb060d
|
fix: inference for Chroma model
|
2025-07-20 14:08:54 +09:00 |
|
kohya-ss
|
24d2ea86c7
|
feat: support Chroma model in loading and inference processes
|
2025-07-20 12:56:42 +09:00 |
|
Kohya S.
|
d53a532a82
|
Merge pull request #2153 from rockerBOO/fix-alphas-cumprod
Fix alphas cumprod after add_noise for DDIMScheduler
|
2025-07-17 21:37:55 +09:00 |
|
Dave Lage
|
3adbbb6e33
|
Add note about why we are moving it
|
2025-07-16 16:09:20 -04:00 |
|
rockerBOO
|
a7b33f3204
|
Fix alphas cumprod after add_noise for DDIMScheduler
|
2025-07-15 22:36:46 -04:00 |
|
Kohya S
|
c0c36a4e2f
|
fix: remove duplicated latent normalization in decoding
|
2025-07-15 21:58:03 +09:00 |
|
Kohya S
|
25771a5180
|
fix: update help text for cfg_trunc_ratio argument
|
2025-07-15 21:53:13 +09:00 |
|
Kohya S
|
e0fcb5152a
|
feat: support Neta Lumina all-in-one weights
|
2025-07-15 21:34:35 +09:00 |
|
Kohya S
|
a96d684ffa
|
feat: add Chroma model implementation
|
2025-07-15 20:44:43 +09:00 |
|
Kohya S
|
13ccfc39f8
|
fix: update flow matching loss and variable names
|
2025-07-13 21:26:06 +09:00 |
|
Kohya S
|
30295c9668
|
fix: update parameter names for CFG truncate and Renorm CFG in documentation and code
|
2025-07-13 21:00:27 +09:00 |
|
Kohya S
|
999df5ec15
|
fix: update default values for timestep_sampling and model_prediction_type in training arguments
|
2025-07-13 20:52:00 +09:00 |
|
Kohya S
|
88960e6309
|
doc: update lumina LoRA training guide
|
2025-07-13 20:49:38 +09:00 |
|
Kohya S
|
88dc3213a9
|
fix: support LoRA w/o TE for create_network_from_weights
|
2025-07-13 20:46:24 +09:00 |
|
Kohya S
|
1a9bf2ab56
|
feat: add interactive mode for generating multiple images
|
2025-07-13 20:45:09 +09:00 |
|
Kohya S
|
8a72f56c9f
|
fix: clarify Flash Attention usage in lumina training guide
|
2025-07-11 22:14:16 +09:00 |
|
kohya-ss
|
d0b335d8cf
|
feat: add LoRA training guide for Lumina Image 2.0 (WIP)
|
2025-07-10 20:15:45 +09:00 |
|
kohya-ss
|
2a53524588
|
Merge branch 'sd3' into update-docs
|
2025-07-10 19:40:33 +09:00 |
|
kohya-ss
|
4e7dfc0b1b
|
Merge branch 'sd3' into feature-lumina-image
|
2025-07-10 19:40:12 +09:00 |
|
Kohya S.
|
2e0fcc50cb
|
Merge pull request #2148 from kohya-ss/update-gitignore-for-claude-and-gemini
feat: add .claude and .gemini to .gitignore
|
2025-07-10 19:37:43 +09:00 |
|
kohya-ss
|
0b90555916
|
feat: add .claude and .gemini to .gitignore
|
2025-07-10 19:34:31 +09:00 |
|
Kohya S.
|
9a50c96a68
|
Merge pull request #2147 from kohya-ss/ai-coding-agent-prompt
Add prompt guidance files for Claude and Gemini
|
2025-07-10 19:25:11 +09:00 |
|
kohya-ss
|
7bd9a6b19e
|
Add prompt guidance files for Claude and Gemini, and update README for AI coding agents
|
2025-07-10 19:16:05 +09:00 |
|
Kohya S
|
3f9eab4946
|
fix: update default values in lumina minimal inference as same as sample generation
|
2025-07-09 23:33:50 +09:00 |
|
Kohya S
|
7fb0d30feb
|
feat: add LoRA support for lumina minimal inference
|
2025-07-09 23:28:55 +09:00 |
|