mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 02:31:17 +00:00
Added a converter back to ldm from diffusers for sdxl. Can finally get to training it properly
This commit is contained in:
3944
toolkit/keymaps/stable_diffusion_sdxl.json
Normal file
3944
toolkit/keymaps/stable_diffusion_sdxl.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
toolkit/keymaps/stable_diffusion_sdxl_ldm_base.safetensors
Normal file
BIN
toolkit/keymaps/stable_diffusion_sdxl_ldm_base.safetensors
Normal file
Binary file not shown.
43
toolkit/keymaps/stable_diffusion_sdxl_unmatched.json
Normal file
43
toolkit/keymaps/stable_diffusion_sdxl_unmatched.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"ldm": {
|
||||
"conditioner.embedders.0.transformer.text_model.embeddings.position_ids": {
|
||||
"shape": [
|
||||
1,
|
||||
77
|
||||
],
|
||||
"min": 0.0,
|
||||
"max": 76.0,
|
||||
"mean": 38.0,
|
||||
"std": 22.375
|
||||
},
|
||||
"conditioner.embedders.1.model.logit_scale": {
|
||||
"shape": [],
|
||||
"min": 4.60546875,
|
||||
"max": 4.60546875,
|
||||
"mean": 4.60546875,
|
||||
"std": NaN
|
||||
},
|
||||
"conditioner.embedders.1.model.text_projection": {
|
||||
"shape": [
|
||||
1280,
|
||||
1280
|
||||
],
|
||||
"min": -0.15966796875,
|
||||
"max": 0.230712890625,
|
||||
"mean": 0.0,
|
||||
"std": 0.0181732177734375
|
||||
}
|
||||
},
|
||||
"diffusers": {
|
||||
"te1_text_projection.weight": {
|
||||
"shape": [
|
||||
1280,
|
||||
1280
|
||||
],
|
||||
"min": -0.15966796875,
|
||||
"max": 0.230712890625,
|
||||
"mean": 2.128152846125886e-05,
|
||||
"std": 0.018169498071074486
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user