ehristoforu's picture
Upload folder using huggingface_hub
0163a2c verified
|
raw
history blame
6.76 kB
# Changelog
### 2023.10.15
Adjust機能が改良されました。CD TunerのようにBrightness, Cyan-Red, Magenta-Gree, Yellow-Blueのような色指定に変わります。
その他バグfix
自動でClip Idのリセットを行うオプションを追加
Adjust feature was improved, changed to "Brightness, Cyan-Red, Magenta-Gree, Yellow-Blue" like CD Tuner
other bug fixes were added.
Added option to reset CLIP Ids.
### update 2023.10.03
[Merge function of metadata for LoRAs is changed.](#Metadata)
### update 2023.09.02.1900(JST)
モデルキャッシュに関する仕様が変わりました。
モデルキャッシュを設定している場合、これまではweb-ui側のモデルキャッシュを使用していましたが、web-ui側の仕様変更により使えなくなりました。
そこで、web-ui側のモデルキャッシュを無効にしてSuperMerger側でモデルをキャッシュするように変更しました。よって、モデルキャッシュを使用する設定にしている場合、SuperMerger使用後にモデルのキャッシュが残ることになります。SuperMeger使用後はClear cacheボタンでメモリの解放を行って下さい。
The specifications regarding model caching have changed. If you have set up model caching, we used to utilize the model cache on the web-ui side. However, due to changes in the web-ui specifications, this is no longer possible. Therefore, I have disabled the model cache on the web-ui side and have made changes to cache the model on the SuperMerger side instead. As a result, if you have set it to use model caching, the model cache will remain after using SuperMerger. Please clear the cache using the "Clear cache" button to free up memory after using SuperMerger.
bug fix/以下のバグを修正しました
- XYZ plot でseedを選択すると発生するバグ
- not work when selecting Seed in XYZ plot
- LoRAマージができないバグ
- Merging LoRA to checkpoint is not work
- Hires fix を使用していないときでもDenoising Strength がPNGinfoに設定される
- Denoising Strength is set to PNG info when Hires fix is not enabled
- LOWVRAM/MEDVRAM使用時に正常に動作しない
- bug when LOWVRAM/MEDVRAM
### update 2023.08.31
- ほぼすべてのtxt2imgタブの設定を使えるようになりました
- Almost all txt2img tab settings are now available in generation
Thanks! [Filexor](https://github.com/Filexor)
- support XL
- XLモデル対応
XL capabilities at the moment:XLでいまできること
Merge/Block merge/マージ/階層マージ
Merging LoRA into the model (supported within a few days)/モデルへのLoRAのマージ
Cannot be done:できないこと
Creating LoRA from model differences (TBD)/モデル差分からLoRA作成(未定)
### update 2023.07.07.2000(JST)
- add new feature:[Random merge](#random-merge)
- add new feature:[Adjust detail/colors](https://github.com/hako-mikan/sd-webui-supermerger/blob/main/elemental_en.md#adjust)
### update 2023.06.28.2000(JST)
- add Image Generation Parameters(prompt,seed,etc.)
for Vlad fork users, use this panel
### update 2023.06.27.2030
- Add new calcmode "trainDifference"[detail here](https://github.com/hako-mikan/sd-webui-supermerger/blob/main/calcmode_en.md#trainDifference) (Thanks [SwiftIllusion](https://github.com/SwiftIllusion))
- Add Z axis for XY plot
- Add Analysis tab for caclrating the difference of models (thanks [Mohamed-Desouki](https://github.com/Mohamed-Desouki))
### update 2023.06.24.0300(JST)
- VAE bake feature added
- support inpainting/pix2pix
Thanks [wkpark](https://github.com/wkpark)
### update 2023.05.02.1900(JST)
- bug fix : Resolved conflict with wildcard in dynamic prompt
- new feature : restore face and tile option added
### update 2023.04.19.2030(JST)
- New feature, optimization using cosine similarity method updated [detail here](https://github.com/hako-mikan/sd-webui-supermerger/blob/main/calcmode_en.md#cosine)
- New feature, tensor merge added [detail here](https://github.com/hako-mikan/sd-webui-supermerger/blob/main/calcmode_en.md#tensor)
- New XY plot type : calcmode,prompt
### bug fix 2023.02.19.2330(JST)
いくつかのバグが修正されました
- LOWRAMオプション有効時にエラーになる問題
- Linuxでエラーになる問題
- XY plotが正常に終了しない問題
- 未ロードのモデルを設定時にエラーになる問題
### update to version 3 2023.02.17.2020(JST)
- LoRA関係の機能を追加しました
- Logを保存し、設定を呼び出せるようになりました
- safetensors,fp16形式での保存に対応しました
- weightのプリセットに対応しました
- XYプロットの予約が可能になりました
### bug fix 2023.02.19.2330(JST)
Several bugs have been fixed
- Error when LOWRAM option is enabled
- Error on Linux
- XY plot did not finish properly
- Error when setting unused models
### update to version 3 2023.02.17.2020(JST)
- Added LoRA related functions
- Logs can now be saved and settings can be recalled.
- Save in safetensors and fp16 format is now supported.
- Weight presets are now supported.
- Reservation of XY plots is now possible.
### bug fix 2023.01.29.0000(JST)
pinpoint blocksがX方向で使用できない問題を修正しました。
pinpoint blocks選択時Triple,Twiceを使用できない問題を解決しました
XY plot 使用時に一部軸タイプでMBWを使用できない問題を解決しました
Fixed a problem where pinpoint blocks could not be used in the X axis.
Fixed a problem in which Triple,Twice could not be used when selecting pinpoint blocks.
Problem solved where MBW could not be used with some axis types when using XY plot.
### bug fixed 2023.01.28.0100(JST)
MBWモードでSave current modelボタンが正常に動作しない問題を解決しました
ファイル名が長すぎて保存時にエラーが出る問題を解決しました
Problem solved where the "Save current model" button would not work properly in MBW mode
Problem solved where an error would occur when saving a file with too long a file name
### bug fixed 2023.01.26.2100(JST)
XY plotにおいてタイプMBWが使用できない不具合を修正しました
Fixed a bug that type of MBW could work in XY plot
### updated 2023.01.25.0000(JST)
added several features
- added new merge mode "Triple sum","sum Twice"
- added XY plot
- 新しいマージモードを追加しました "Triple sum","sum Twice"
- XY plot機能を追加しました
### bug fixed 2023.01.20.2350(JST)
png infoがうまく保存できない問題を解決しました。
Problem solved where png info could not be saved properly.