Closed RichyRich515 closed 8 months ago
I am also having the same issue after installing and updating the Forge WebUI.
do you have download link to a lora that is influenced
No sample at the moment but just an observation.
Tried the full LyCORIS trained along the lines of this example configuration on SD1.5:
[LyCORIS]
network_module = "lycoris.kohya"
network_args = [ "preset=attn-mlp", "algo=full", "train_norm=True", ]
Resulting LoRA was not changing the output significantly in sd-webui-forge, while looking already overtrained in a1111 webui.
May it be related to LyCORIS?
If the sample will be required I'll get near my desktop PC on saturday and will be able to train a quick example LyCORIS.
I would recommend checking the setting in the image. Could be that the seed settings for both programs are not set to match.
do you have download link to a lora that is influenced
https://civitai.com/models/139062/ring-world-background-halo-lora
Drastic changes can also be seen on this LoRA: https://civitai.com/models/9430?modelVersionId=271567
Automatic1111's webui:
webui-forge:
I also checked every setting on my auto1111 and forge, to make sure, there is no key difference.
The XL Version seems to be working fine: https://civitai.com/models/294722/tsunomaki-watame-sdxl-or-hololive webui-forge:
Automatic1111's webui:
This is my guess, but it seems that the process of applying the patch for LoRA's TextEncoder is not being carried out. Within the scope of my testing, the results matched when I disabled LoRA's TextEncoder in the Web-UI and when I used LoRA with forge. Since many of the XL LoRAs do not learn the TextEncoder, the problem tends to be overlooked.
update and try again?
That seems like it fixed it for me!
Thanks
Works now, thank you!
webui-forge @ g54edd297
masterpiece, best quality, no humans, scenery, vista, <lora:haloring-halo-richy-v1:1> bghaloring
Negative prompt: (worst quality, low quality, lowres), blurry, bokeh, depth of field, error, censored, bar censor, text, speech bubble, artist name, signature, border, sketch
Steps: 24, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 1, Size: 512x768, Model hash: 5dd07a46d7, Model: richyrichMix-v2.fp16, VAE hash: 735e4c3a44, VAE: vae-ft-mse-840000-ema-pruned.ckpt, Clip skip: 2, RNG: CPU, Script: X/Y/Z plot, X Type: Seed, X Values: "1,2,3", Fixed X Values: "1, 2, 3", Y Type: Prompt S/R, Y Values: "<lora:haloring-halo-richy-v1:1>,\"\"", Version: f0.0.10-latest-94-g54edd297
Interesting. I just generated it with the same prompt, same settings in Auto1111 and Forge with lora model, and it gave me a completely different person than if I don't load the lora from the custom path (and the preview image doesn't update when I load it). As if the Forge had not loaded the Lora.
In Forge:
In Auto1111 (this good):
Update1: I solved with --xformers switch to webui-user.bat. And with xformers working now.
I just updated my Automatic to Forge and now none of my trained IA3s are remotely resembling their training subjects (worked before, and showed resemblance in kohya inference during training)... Is this an IA3 issue specifically? I almost exclusively use IA3 because of their lightweight efficiency (i.e. 1.2 MB for a full SDXL IA3 vs 200 MB for a LoRA)
I just installed forge so I am on latest release
Checklist
What happened?
Images generated on Automatic1111's webui and imported into webui-forge will be drastically different if a LoRA is used, non-LoRA images are fine.
Automatic1111's webui:
webui-forge:
Steps to reproduce the problem
In PNG Info tab load an image generated with a LoRA from A1111's webui. Send to txt2img and try to generate the same image in webui-forge.
What should have happened?
The images should be the same. (or very close)
What browsers do you use to access the UI ?
Mozilla Firefox, Other
Sysinfo
A1111_sysinfo.txt FORGE_sysinfo.txt
Console logs
Additional information
This issue has been observed by multiple users (more than 5) so it is not bespoke to my SW/HW setup.