-
How merge fine tuned model with base model to save it in model.safetensors format without converting to gguf and I can imort saved model to train it again on new dataset?
-
Hey,
Thanks for your great implementation, very useful for the community. I have a question about the ModelStock N-model merging. I see a comment in the implementation here: https://github.com/arcee…
-
i tried to merge 6 loras to a model but gives me this error (latesst a1111) (i also did try with only one)
```
Loading sd\cassycartoon_v30.safetensors [ff3cb00411]
Reusing loaded model sd\CassyAn…
-
I have 3 feature requests:
1. RVC model merging
2. RVC model conversion between all available formats (.pth | .onnx | .safetensors | ...(?))
3. Usage support for all RVC model formats
Relevant:…
-
Hi,
For LORA fine-tuning, are there ways to save only the adapter models and not the full model files? More importantly, what are the easiest ways to perform model merging, given a base model and a…
-
いつもお世話になっております。
最新ビルドのSuperMergerをForgeで運用中ですが、最新のリビジョンで、SDXLモデルのマージができなくなっているようです。(SD1モデルでは動作しました)
マージ時に以下のエラーが出ております。
```
Traceback (most recent call last):
File "C:\stable-diffusion-webui-…
-
### Feature request
Integrate merge-kit functionalities within the PEFT library to enable users to leverage the techniques provided in the library.
This could include additional merging techniques…
-
Assuming we have a list of matched metabolites, merge 2 models via a common compartment
-
After merging my lora model with the base model, I begin the inference. I copied the missing files from the original model to the merged model directory, and then used the official inference code of t…
-
I don't know why this hasn't been taken care of already but it's essential.
![image](https://github.com/user-attachments/assets/46344de5-53ca-4fa2-8684-e52236b0d05b)
although even when merging as 40…