Kohya S
|
19dfa24abb
|
Merge branch 'main' into original-u-net
|
2023-06-16 20:59:34 +09:00 |
|
Kohya S
|
18156bf2a1
|
fix same replacement multiple times in dyn prompt
|
2023-06-15 22:22:12 +09:00 |
|
Kohya S
|
f0bb3ae825
|
add an option to disable controlnet in 2nd stage
|
2023-06-15 20:56:12 +09:00 |
|
Kohya S
|
f2989b36c2
|
fix typos, add comment
|
2023-06-15 20:37:01 +09:00 |
|
Kohya S
|
624fbadea2
|
fix dynamic prompt with from_file
|
2023-06-15 19:19:16 +09:00 |
|
Kohya S
|
d4ba37f543
|
supprot dynamic prompt variants
|
2023-06-15 13:22:06 +09:00 |
|
Kohya S
|
449ad7502c
|
use original unet for HF models, don't download TE
|
2023-06-14 22:26:05 +09:00 |
|
ykume
|
9e1683cf2b
|
support sdpa
|
2023-06-11 21:26:15 +09:00 |
|
ykume
|
4d0c06e397
|
support both 0.10.2 and 0.17.0 for Diffusers
|
2023-06-11 18:54:50 +09:00 |
|
ykume
|
4e25c8f78e
|
fix to work with Diffusers 0.17.0
|
2023-06-11 16:57:17 +09:00 |
|
Kohya S
|
d4b5cab7f7
|
Merge branch 'main' into original-u-net
|
2023-06-07 07:42:27 +09:00 |
|
Kohya S
|
24823b061d
|
support BREAK in generation script
|
2023-06-06 21:53:58 +09:00 |
|
Kohya S
|
c0a7df9ee1
|
fix eps value, enable xformers, etc.
|
2023-06-03 21:29:27 +09:00 |
|
Kohya S
|
5db792b10b
|
initial commit for original U-Net
|
2023-06-03 19:24:47 +09:00 |
|
Kohya S
|
02bb8e0ac3
|
use xformers in VAE in gen script
|
2023-05-21 12:59:01 +09:00 |
|
Kohya S
|
1b4bdff331
|
enable i2i with highres fix, add slicing VAE
|
2023-05-10 23:09:25 +09:00 |
|
Kohya S
|
fdbdb4748a
|
pre calc LoRA in generating
|
2023-05-07 09:57:54 +09:00 |
|
Kohya S
|
a85fcfe05f
|
fix latent upscale not working if bs>1
|
2023-04-25 08:10:21 +09:00 |
|
Kohya S
|
884e6bff5d
|
fix face_crop_aug not working on finetune method, prepare upscaler
|
2023-04-22 10:41:36 +09:00 |
|
Kohya S
|
5c020bed49
|
Add attension couple+reginal LoRA
|
2023-04-06 08:11:54 +09:00 |
|
Kohya S
|
83c7e03d05
|
Fix network_weights not working in train_network
|
2023-04-03 22:45:28 +09:00 |
|
Kohya S
|
6134619998
|
Add block dim(rank) feature
|
2023-04-03 21:19:49 +09:00 |
|
Kohya S
|
e76ea7cd7d
|
fix not working
|
2023-03-30 22:28:55 +09:00 |
|
Kohya S
|
2d6faa9860
|
support LoRA merge in advance
|
2023-03-30 21:34:36 +09:00 |
|
Jakaline-dev
|
24e3d4b464
|
disabled sampling (for now)
|
2023-03-30 02:20:04 +09:00 |
|
Jakaline-dev
|
b0c33a4294
|
Merge remote-tracking branch 'upstream/main'
|
2023-03-30 01:35:38 +09:00 |
|
Jakaline-dev
|
a35d7ef227
|
Implement XTI
|
2023-03-26 05:26:10 +09:00 |
|
Kohya S
|
e203270e31
|
support TI embeds trained by WebUI(?)
|
2023-03-24 20:46:42 +09:00 |
|
Kohya S
|
b2c5b96f2a
|
format by black
|
2023-03-24 20:19:05 +09:00 |
|
Robert Smieja
|
eb66e5ebac
|
Extract parser setup to helper function
- Allows users who `import` the scripts to examine the parser programmatically
|
2023-03-20 00:06:47 -04:00 |
|
Kohya S
|
fe4f4446f1
|
Add region control for LoRA
|
2023-03-04 18:03:11 +09:00 |
|
Kohya S
|
a28f9ae7a3
|
support tokenizer caching for offline training/gen
|
2023-02-25 18:46:59 +09:00 |
|
Kohya S
|
9993792656
|
latents upscaling in highres fix, vae batch size
|
2023-02-25 18:17:18 +09:00 |
|
Kohya S
|
a3aa3b1712
|
fix typos
|
2023-02-23 21:14:44 +09:00 |
|
Kohya S
|
014fd3d037
|
support original controlnet
|
2023-02-20 12:54:44 +09:00 |
|
Kohya S
|
d94c0d70fe
|
support network mul from prompt
|
2023-02-19 18:43:35 +09:00 |
|
Kohya S
|
58a809eaff
|
Add comment
|
2023-02-03 21:04:03 +09:00 |
|
Kohya S
|
6dffc88b44
|
Support Textual Inversion
|
2023-01-26 21:36:43 +09:00 |
|
Kohya S
|
8746188ed7
|
Add traning_comment metadata.
|
2023-01-22 18:33:19 +09:00 |
|
Kohya S
|
b4636d4185
|
Add scaling alpha for LoRA
|
2023-01-21 20:37:34 +09:00 |
|
Yuta Hayashibe
|
8544e219b0
|
Fix typos
|
2023-01-15 17:29:42 +09:00 |
|
Kohya S
|
48110bcb23
|
Fix negative prompt not working when token>75
|
2023-01-15 10:39:51 +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 |
|
Kohya S
|
eba142ccb2
|
do not save metadata in .pt/.ckpt
|
2023-01-12 21:52:55 +09:00 |
|
Kohya S
|
9622082eb8
|
Print metadata for additional network
|
2023-01-11 23:12:35 +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 |
|
Kohya S
|
6d10233a53
|
Support multiple additional networks
|
2023-01-04 08:32:22 +09:00 |
|
Yuta Hayashibe
|
0f20453997
|
Fix typos
|
2022-12-31 14:39:36 +09:00 |
|