Extensions for Forge Neo #1128
Replies: 20 comments 31 replies
|
Very good list! Actually you could put on that list all NEO releases from abzaloff and eduardoabreu81 like: composer_forge_neo: https://github.com/abzaloff/composer_forge_neo Greetings |
|
I forked this extension yesterday and now it works on Forge Neo. |
|
ScribeNEO: https://github.com/SiliconeShojo/ScribeNEO |
|
Thanks man, you're a life saver. I was wondering why my extensions weren't working on neo. |
Here are my contributions and findings for you all. They all work in Forge Neo:Img2img Hires Fix: https://github.com/Amadeus-AI/img2img-hires-fix
ReActor NSFW Freedom: https://github.com/kainatquaderee/sd-webui-reactor-Nsfw_freedom
Face Editor: https://github.com/ototadana/sd-face-editor
Forge Attention Couple: https://github.com/Haoming02/sd-forge-couple
Forge IC-Light: https://github.com/Haoming02/sd-forge-ic-light
Detail Daemon: https://github.com/muerrilla/sd-webui-detail-daemon
Vectorscope CC: https://github.com/Haoming02/sd-webui-vectorscope-cc
Yapping: https://github.com/Haoming02/sd-webui-yapping
Test my prompt!: https://github.com/Extraltodeus/test_my_prompt
PNGINFO Beautify: https://github.com/bluelovers/sd-webui-pnginfo-beautify
Webui Prompt Format: https://github.com/Haoming02/sd-webui-prompt-format
|
|
Is it approprite to put in a request here? https://github.com/thygate/stable-diffusion-webui-depthmap-script I'd quite like this one to work. |
|
Just adding a note for anyone testing SuperMerger / Plus LoRA with Forge Neo. I was trying to merge an AI Toolkit-trained SDXL LoKR into an Illustrious-based checkpoint. In First issue I hit was:
That came from the extension expecting an A1111-style option that Forge Neo did not expose. I locally patched it by replacing the direct option access with a fallback value. After that, the merge got farther, but then failed during checkpoint validation with:
That tensor is on the SDXL text encoder / conditioner side, not the UNet. My guess is that the Forge Neo fork is catching non-finite values created during the text-encoder-side merge of this LoKR. I also saw this warning in both Forge Neo and old Forge:
Those unmatched upsampler conv keys did not appear to be fatal. What worked: I launched my older non-Neo Forge install with the original SuperMerger extension and ran the same Plus LoRA merge there. It processed all 1051 modules, saved the merged checkpoint, and then crashed only after saving while trying to reload/revert the model:
Despite that post-save reload error, the checkpoint file was created successfully. I copied the merged checkpoint into Forge Neo, loaded it normally as a checkpoint, and it generated correctly. So the practical workaround for me was:
This seems specifically relevant to SDXL LoKR / LyCORIS-style adapters trained with text encoder enabled. The Forge Neo SuperMerger fork may need better compatibility around TLDR: The Supermerger Neo Extension DOESN'T WORK! @hirorohi03 |
|
does anyone have port this extension? https://github.com/[ClownsharkBatwing/RES4LYF](https://github.com/ClownsharkBatwing/RES4LYF/tree/main)/tree/main |
|
"Official" fork of |
|
Hires for Neo in t2i is urgent needed. |
|
Models Info: https://github.com/SiliconeShojo/models-info.git This is not a Civitai extension fork, this was built entirely from scratch with a strict focus on performance, objectivity, and zero bloat. What it does
What it doesn't doTo keep the extension lightning-fast and hyper-focused, features like checking for updates, scanning for duplicates, or downloading actual model files are not and will not be implemented. If you strictly want speed, clean organization, and a lightweight footprint, give it a try! If you need a heavy-duty library manager with update checking, you're better off using one of the existing forks. Feedback and contributions are always welcome! |
|
Prompt save: sd-forge-prompt-save What it does: Simply save your prompt, just like you would when using a lora. |
|
Forge Neo does not have any high-order ODE samplers. https://github.com/seti9585/sd-webui-tde-sampler |
|
Re-layout WebUI Forge NEO for Ultra-Wide Monitors. https://github.com/BulbulLeung/forge-split-extra-networks https://github.com/BulbulLeung/sd-generation-layout |
|
I forked the original clonecleaner (from a1111) and updated this a couple of years ago, kept it updated for Forge Neo and still use it quite a bit myself. |
|
Thanks a lot for mentioning my forks here. I really appreciate it. I’m just trying to contribute in a small way by keeping some extensions working and updated for Forge Neo, especially when the original ones are no longer actively maintained. Whenever possible, I also try to adapt them to the latest Forge Neo features and changes, so they can be useful for other users too. Also, just as a note, sd-civitai-browser-neo is another fork I’m maintaining with the same goal (since Civitai is always changing their rules), but now I'm focusing in local models organization. |
Broken ExtensionHi, Extension link: https://github.com/gutris1/sd-hub Steps to reproduce:
Bug 1:
Bug 2:
Tested on:
I tried reinstalling the plugin and it didn't fix the bug. I rolled back to a previous version of Forge from two days ago (with the History option in GitHub desktop) because I use the extension fairly often and it works perfectly on the previous version. |
|
https://github.com/Metachs/sdwebui-nai-api I got it working idk if it's the correct way but I changed in extensions/sdwebui-nai-api/nai_api_gen/nai_stealth_text_info.py |
|
Quick fix for "LoRA Block Weight Neo" broken by recent Forge NEO updates |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There have been many reports that certain well-known, long-standing extension does not work on Forge Neo or support new models such as Anima.
There are forks or alternative extensions developed to work on Forge Neo, but they are not necessarily widely known.
I think it would be helpful to have all the information about extensions that work on Forge Neo in one place.
The table below summarizes the tools I know.
If you could reply about other extensions for Forge Neo I will add or update this table.
Note:
All reactions