Currently there are only a few extensions out there, so there's not much convenient extension handling, but it's easy enough to deal with manually with only a touch of technical knowledge.
In the future when more extensions exist, we'll build out more support for easily managing them.
- Extensions are distributed as git repos
- Extensions go in
(Swarm)/src/Extensions
- So, to install:
- Close Swarm if it's running
- find a repo you want, say eg
https://github.com/Quaggles/SwarmUI-FaceTools
- open a terminal in
(Swarm)/src/Extensions
- run command
git clone (URL)
, eggit clone https://github.com/Quaggles/SwarmUI-FaceTools
- Run Swarm's
update-windows.bat
(or equivalent script for your OS) (this is to trigger a rebuild so it actually applies the extension) - Start Swarm
Launch Swarm and go to Server
-> Extensions
(Temporary): for now, click the link in the extensions page to view the github repo and install it manually. In the near future an easy installer UI will be provided.
See also the Extensions channel in The SwarmUI Discord.