mgz
e5d9f483f0
Merge branch 'kohya-ss:main' into tensorboard-improvements
2023-01-18 21:30:15 +00:00
michaelgzhang
303c3410e2
expand details in tensorboard logs
...
- Update tensorboard logging to track both unet and textencoder learning rates
- Update tensorboard logging to track both current and moving average epoch loss
- Clean up tensorboard log variable names for dashboard formatting
2023-01-18 13:10:13 -06:00
Kohya S
fda66db0d8
Update README.md
...
Add about gradient checkpointing
2023-01-17 22:05:39 +09:00
Kohya S
37fbefb3cd
Merge pull request #74 from shirayu/fix_typos
...
Fix typos
2023-01-16 07:39:42 +09:00
Yuta Hayashibe
8544e219b0
Fix typos
2023-01-15 17:29:42 +09:00
Kohya S
f2f2ce0d7d
Update README.md
2023-01-15 13:46:27 +09:00
Kohya S
c9fda104b4
Merge pull request #72 from kohya-ss/dev
...
Add train epochs and max workers option to train
2023-01-15 13:10:03 +09:00
Kohya S
aa40cb9345
Add train epochs and max workers option to train
2023-01-15 13:07:47 +09:00
Kohya S
b8734405c6
Update README.md
...
Add about release
2023-01-15 12:52:31 +09:00
Kohya S
c2c1261b43
Merge pull request #71 from kohya-ss/dev
...
Fix negative prompt not working when token>75
v0.3.0
2023-01-15 10:40:47 +09:00
Kohya S
48110bcb23
Fix negative prompt not working when token>75
2023-01-15 10:39:51 +09:00
Kohya S
60e5793d5e
Update README.md
2023-01-14 21:53:09 +09:00
Kohya S
98b0cf0b3d
Update README.md
2023-01-14 21:30:11 +09:00
Kohya S
88515c2985
Update README.md
2023-01-14 21:29:49 +09:00
Kohya S
89f5b3b8e6
Merge pull request #70 from kohya-ss/dev
...
Fix loading VAE failed in some model and with .safetensors
2023-01-14 21:26:41 +09:00
Kohya S
61ec60a893
move convert_vae to inline, restore comments
2023-01-14 21:24:09 +09:00
Kohya S
199a3cbae4
Merge pull request #67 from Fannovel16/main
...
Load vae in the same way as stable-diffusion-webui
2023-01-14 21:08:59 +09:00
Kohya S
74eb43190e
Merge pull request #69 from kohya-ss/dev
...
negative guidance scale in image generation. Thanks to laksjdjf!
2023-01-14 18:49:25 +09:00
Kohya S
5851b2b773
Negative scale from prompt option
2023-01-14 18:43:54 +09:00
Kohya S
e4695e9359
Merge pull request #55 from laksjdjf/mydev
...
ネガティブプロンプトのスケーリング
2023-01-14 17:56:37 +09:00
Hacker 17082006
dfeadf9e52
.bin file don't need to be checked
2023-01-14 15:23:46 +07:00
Hacker 17082006
b3d3f0c8ac
Not necessary to edit load_checkpoint_with_text_encoder_conversion
2023-01-14 15:07:56 +07:00
Hacker 17082006
4fe1dd6a1c
Wrong indention
2023-01-14 14:59:29 +07:00
Hacker 17082006
95ee349e2a
Edit wrong file :<
2023-01-14 14:55:57 +07:00
Hacker 17082006
a75fd3964a
Load vae and text encoder in the same way as stable-diffusion-webui
2023-01-14 14:45:55 +07:00
Kohya S
bf691aef69
Update README.md
...
Add updates.
2023-01-12 23:21:21 +09:00
Kohya S
807bdf9cc9
Merge pull request #62 from kohya-ss/dev
...
Add training metadata to saved models. Thanks to space-nuko!
2023-01-12 21:55:50 +09:00
Kohya S
eba142ccb2
do not save metadata in .pt/.ckpt
2023-01-12 21:52:55 +09:00
Kohya S
9fd91d26a3
Store metadata to .ckpt as value of state dict
2023-01-12 10:54:21 +09:00
Kohya S
9622082eb8
Print metadata for additional network
2023-01-11 23:12:35 +09:00
Kohya S
e4f9b2b715
Add VAE to meatada, add no_metadata option
2023-01-11 23:12:18 +09:00
Kohya S
895a599d34
Merge pull request #54 from space-nuko/add-training-metadata
...
Add training metadata to saved models
2023-01-11 21:12:48 +09:00
laksjdjf
58d24ba254
Update gen_img_diffusers.py
2023-01-10 22:24:20 +09:00
laksjdjf
974674242e
add negative_scale
2023-01-10 22:20:07 +09:00
space-nuko
de37fd9906
Fix metadata loading
2023-01-10 02:56:35 -08:00
space-nuko
0c4423d9dc
Add epoch number to metadata
2023-01-10 02:50:04 -08:00
space-nuko
2e4ce0fdff
Add training metadata to output LoRA model
2023-01-10 02:49:52 -08:00
Kohya S
f981dfd38a
Add credits
2023-01-10 17:43:35 +09:00
Kohya S
a84ca297bd
Merge pull request #52 from kohya-ss/dev
...
Fix the issue when folder/directory name contains ``[``
2023-01-09 21:08:34 +09:00
Kohya S
673f9ced47
Fix '*' is not working for DreamBooth
2023-01-09 21:06:58 +09:00
Kohya S
c5aae65003
Merge pull request #51 from Kidel/main
...
fix file not found when `[` is in the filename
2023-01-09 21:03:07 +09:00
Gaetano Bonofiglio
d8da85b38b
fix file not found when [ is in the filename
2023-01-09 11:40:00 +01:00
Kohya S
c4bc435bc4
Update README
2023-01-09 15:00:20 +09:00
Kohya S
4a7b814700
Merge pull request #49 from kohya-ss/refactoring_training
...
Refactoring training scripts
2023-01-09 14:53:02 +09:00
Kohya S
223640e1ae
Add updates.
2023-01-09 14:49:56 +09:00
Kohya S
fbaf373c8a
fix gradient accum not used for lr schduler
2023-01-09 13:13:37 +09:00
Kohya S
6b62c44022
fix errors in fine tuning
2023-01-08 21:40:40 +09:00
Kohya S
1945fa186d
Show error if caption isn't UTF-8, add bmp support
2023-01-08 18:50:52 +09:00
Kohya S
82e585cf01
Fix full_fp16 and clip_skip==2 is not working
2023-01-08 18:49:34 +09:00
Kohya S
80af4c0c42
Set dtype if text encoder is not trained at all
2023-01-07 21:43:27 +09:00