Commit Graph

44 Commits (master)

Author SHA1 Message Date
bbc_mc 8a62a753e7
Merge pull request #19 from Gamekiller48/patch-1
Fixed missing zeros
2023-01-20 06:31:06 +09:00
Gamekiller48 906125e017
Fixed missing zeros
several M00 values in the various smoothstep presets couldn't be loaded by the script because of missing zeros after the period.
2023-01-19 22:17:08 +01:00
bbc_mc 7988953b2c Some fix with new hash256 system
add: log file now save sha256
fix: log file accept new model name component CheckpointInfo
fix: log file now save preset name correctly
2023-01-15 22:11:35 +09:00
bbc_mc 2d1a7ccc11
Merge pull request #14 from bbc-mc/fix_update
Update for add support, bug fix
add: support safetensors (#12)
add: support save as half
add: corrupt CLIP key fix
fix: filename restriction now allow "." and "/"
fix: correctly save output file hash to logfile
2023-01-14 16:56:36 +09:00
bbc_mc 981b7d7f03 Prepare for release
doc: add description about additional functions
fix: replaced ids must be [1, 77], not [1, 1, 77]
2023-01-14 14:55:47 +09:00
bbc_mc 373658a9ce Prepare for release
doc: add description about new things on README.md
2023-01-12 02:26:29 +09:00
bbc_mc d301fbece7 Add support for corrupt key on CLIP
add: add Radio on UI to select "Force Reset"/"Skip"/"do nothing" about 'position_ids' key
add: add support for corrupt key on CLIP on merge script
2023-01-11 01:56:05 +09:00
bbc_mc a198c354ff Add support for "save safetensors" and "save as fp16"
add: support safetensors
add: support save as fp16
refact: some fix
2023-01-09 00:09:59 +09:00
bbc_mc 6bbfdb35d0 fix: correctly save log of merged output checkpoint hash model_O_hash 2023-01-08 14:55:51 +09:00
bbc_mc e18a67a95d fix: fix output filename restriction to allow "." and "/" 2023-01-08 13:17:31 +09:00
bbc_mc 69580a348a refact: move util to mbw_util, for in case namespace trouble 2023-01-08 12:28:36 +09:00
bbc_mc b3b022cc89
Merge pull request #10 from tsukimiya/fix_slider_step
Change the numerical value specification on the slider to 0.01 increments.
2022-12-27 22:42:24 +09:00
bbc_mc f46c5704b7
Merge pull request #4 from Corshi/master
More presets
2022-12-27 22:37:29 +09:00
tsukimiya 43e0202b89 Change the numerical value specification on the slider to 0.01 increments. 2022-12-27 19:31:29 +09:00
Corshi b5167a13a9
Update README.md 2022-12-25 17:44:15 +00:00
Corshi 2990860267
Update preset.tsv 2022-12-25 17:26:04 +00:00
Corshi 0f395f11a7
Delete CUBIC_HERMITE.PNG 2022-12-25 17:24:29 +00:00
Corshi 8181bb89e5
Delete REVERSE_CUBIC_HERMITE.PNG 2022-12-25 17:24:26 +00:00
Corshi 39b46a282b
Add files via upload 2022-12-25 17:23:46 +00:00
Corshi 707350000c
Merge branch 'master' into master 2022-12-25 16:27:04 +00:00
Corshi 09d9dd2d3b
Examples of Sigmoid-like Functions
Examples of Sigmoid-like Functions
2022-12-25 16:22:41 +00:00
bbc_mc acbff625a6
Merge pull request #6 from bbc-mc/exp/feature-each-merge
Add new feature "MBW Each", allow for each layer merge with flexible ratio of model A and model B
2022-12-25 23:59:07 +09:00
bbc_mc 480debf86f prepare for Release. document update
doc: add new README/README.ja for new feature
fix: bugfix
2022-12-25 23:56:52 +09:00
bbc_mc 75a31b481a Big update with functions, keeping current function and UIs
add: add tab to divide feature. Current remain on "MBW" and new feature comes on "MBW Each"
refact: divide scripts to each feature
feature: "MBW Each" function, allow set percentage of model A and model B for each layer.
feature: add support for csv/preset_own.tsv, not included in git (so not overwrite by update)
feature: add datetime column on logfile
feature: add Multi-Merge feature (#5)
2022-12-25 20:06:26 +09:00
bbc_mc 63ba0926bb Fix preset.tsv, ALL_A and ALL_B must be reverted because ALL_A should mean "ModelA 100%". 2022-12-25 19:43:47 +09:00
Corshi 174ef9b778
Update README.md 2022-12-22 17:37:58 +00:00
Corshi 3dcc6d43d5
Update README.md 2022-12-22 17:35:27 +00:00
Corshi 5e32ce74bf
Update README.md 2022-12-22 17:35:03 +00:00
Corshi 841b123d39
Update README.md
Preset's grids
2022-12-22 17:24:54 +00:00
Corshi 8911ed63e5
Add files via upload 2022-12-22 16:55:50 +00:00
Corshi a124e63158
Delete SMOOTHATEP.PNG 2022-12-22 16:55:26 +00:00
Corshi 64805c7d16
Update preset.tsv
- Deleted copy of RING10_3
- Added more smooth variants
2022-12-22 16:37:44 +00:00
Corshi 2433b3ee8a
preset_grid 2022-12-22 16:36:41 +00:00
bbc_mc 44b0b28b2a
Merge pull request #2 from tsukimiya/add-gitignore
Remove history.tsv from the repository
Fixed a problem in which writing the header line failed if history.tsv did not exist.
2022-12-22 00:24:36 +09:00
tsukimiya 29ef467f20 Corrected that the meaning was reversed. 2022-12-22 00:21:11 +09:00
tsukimiya cc1860096f Remove history.tsv from the repository 2022-12-21 23:18:42 +09:00
tsukimiya 6b0f2d3a96 Fixed a problem in which writing the header line failed if history.tsv did not exist.
Add history.tsv to .gitignore
2022-12-21 23:17:22 +09:00
bbc_mc 48cce5aaee Fix `csv/preset.tsv` parameter delimiter must be tab 2022-12-20 20:09:35 +09:00
bbc_mc c19c05a3d1 Fix README about "base_alpha" 2022-12-20 20:02:23 +09:00
bbc_mc f8143bcb9b
Merge pull request #1 from Corshi/patch-1
Add preset "Smoothstep" and "reverse-smoothstep" to preset.tsv as "SMOOTHSTEP" and "REVERSE-SMOOTHSTEP"
2022-12-20 19:59:12 +09:00
Corshi 31376c29f1
Update preset.tsv 2022-12-19 20:19:07 +00:00
Corshi 2740ff1e7f
Smoothstep and reverse-smoothstep
Just added the sigmoid types of steps know as "Smoothstep" and "reverse-smoothstep".
2022-12-19 19:58:27 +00:00
bbc_mc 561f40ae6c Add feature: Weight-Preset, save merge log
feature: can select weights from Dropdown with 'preset name'
feature: save log of merge models, hashes, settings to history.tsv
2022-12-17 21:05:47 +09:00
bbc_mc e99bc8bd41 Init repo 2022-12-15 22:36:05 +09:00