# Copy to extensions.yaml in this repo and put real repo URLs. # Empty/missing file → no extra extensions, stock SwarmUI. # swarmui = C# repos cloned to src/Extensions # comfy = Python custom nodes cloned to ComfyUI DLNodes # assistent = persona packs cloned to Assistent/extensions (requires ollama) # requires: none (default) | ollama | any-llm # — clone only when LLM_RUNTIME matches (ollama / either LLM) swarmui: - url: https://gitea.hsrv.site/mrleo1nid/swarm-assistent.git ref: main dir: swarm-assistent requires: ollama # - url: https://github.com/org/SwarmUI-MyExt.git # ref: main # dir: MyExt # Persona packs (git): optional. Or clone packs into assistent-extensions/ locally # (SFTP on up / seed-personas / push — no URL needed in this file). assistent: [] # - url: https://example.com/org/some-persona-pack.git # ref: main # dir: some-persona-pack # requires: ollama comfy: [] # - url: https://github.com/example/ComfyUI-CustomNodes.git # ref: v1.0.0