Skip to content

Commit edebd15

Browse files
committed
Auto-generated commit
1 parent e8d236d commit edebd15

55 files changed

Lines changed: 626 additions & 472 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 30 additions & 73 deletions
Large diffs are not rendered by default.

assets/data/faq.en.json

Lines changed: 28 additions & 22 deletions
Large diffs are not rendered by default.

assets/data/image-guis.en.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,55 @@
55
"image": "assets/img/guis/lucid-creations.png",
66
"link": "https://dbzer0.itch.io/lucid-creations",
77
"downloadButtonText": "Get {name}",
8-
"categories": ["Desktop", "Web"]
8+
"categories": ["Desktop", "Web"],
9+
"domain": "image",
10+
"platform": ["desktop", "web"]
911
},
1012
{
1113
"name": "Artbot",
1214
"description": "One of the most popular web-based clients.",
1315
"image": "assets/img/guis/artbot.png",
1416
"link": "https://artbot.site",
15-
"categories": "Web"
17+
"categories": "Web",
18+
"domain": "image",
19+
"platform": ["web"]
1620
},
1721
{
1822
"name": "HordeNG",
1923
"description": "HordeNG aims to be very simple to use for beginners, while allowing the full set of options for advanced users.",
2024
"image": "assets/img/guis/horde-ng.png",
2125
"link": "https://horde-ng.org/generate",
22-
"categories": "Web"
26+
"categories": "Web",
27+
"domain": "image",
28+
"platform": ["web"]
2329
},
2430
{
2531
"name": "AI Scribbles",
2632
"description": "A simplified web image generator with handmade custom styles",
2733
"image": "assets/img/guis/ai-scribbles.png",
2834
"link": "https://www.aiscribbles.com/generate/",
29-
"categories": "Web"
35+
"categories": "Web",
36+
"domain": "image",
37+
"platform": ["web"]
3038
},
3139
{
3240
"name": "AI Painter",
3341
"description": "A Chinese language app which has both a simple mode and advanced features.",
3442
"image": "assets/img/guis/ai-painter.jpg",
3543
"link": "https://apps.apple.com/hk/app/%E6%A9%9F%E7%95%AB%E5%B8%AB-%E5%B0%88%E6%A5%AD%E7%9A%84ai%E7%B9%AA%E7%95%ABapp/id1644645946",
3644
"downloadButtonText": "Get {name}",
37-
"categories": "iOS"
45+
"categories": "iOS",
46+
"domain": "image",
47+
"platform": ["ios"]
3848
},
3949
{
4050
"name": "Aislingeach",
4151
"description": "An iOS app that allows you to generate images using AI, as well as rate images.",
4252
"image": "assets/img/guis/aislingeach.png",
4353
"link": "https://github.com/amiantos/aislingeach",
4454
"downloadButtonText": "Get {name}",
45-
"categories": "iOS"
55+
"categories": "iOS",
56+
"domain": "image",
57+
"platform": ["ios"]
4658
}
4759
]

assets/data/text-guis.en.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,46 @@
55
"image": "assets/img/guis/koboldai.png",
66
"link": "https://koboldai.org/",
77
"downloadButtonText": "Get {name}",
8-
"categories": "Desktop"
8+
"categories": "Desktop",
9+
"domain": "text",
10+
"platform": ["desktop"]
911
},
1012
{
1113
"name": "SillyTavern",
1214
"description": "A downloadable client that allows you to interact with text generation AIs, including the AI Horde.",
1315
"image": "assets/img/guis/sillytavern.png",
1416
"link": "https://sillytavernai.com/",
1517
"downloadButtonText": "Get {name}",
16-
"categories": "Desktop"
18+
"categories": "Desktop",
19+
"domain": "text",
20+
"platform": ["desktop"]
1721
},
1822
{
1923
"name": "KoboldAI Lite",
2024
"description": "A simple web-based client for AI chat and roleplay with multiple AI models, including through the AI Horde.",
2125
"image": "assets/img/guis/koboldai-lite.png",
2226
"link": "https://lite.koboldai.net",
23-
"categories": "Web"
27+
"categories": "Web",
28+
"domain": "text",
29+
"platform": ["web"]
2430
},
2531
{
2632
"name": "AgnAIstic",
2733
"description": "AI chat with characters. Open source, self-hostable, and publicly hosted, including through the AI Horde.",
2834
"image": "assets/img/guis/agnaistic.png",
2935
"link": "https://agnai.chat",
30-
"categories": "Web"
36+
"categories": "Web",
37+
"domain": "text",
38+
"platform": ["web"]
3139
},
3240
{
3341
"name": "Inneal",
3442
"description": "An iOS app for LLM chat through the AI Horde. Has support for multi-character chat, personas and more.",
3543
"image": "assets/img/guis/inneal.png",
3644
"link": "https://github.com/amiantos/inneal",
3745
"downloadButtonText": "Get {name}",
38-
"categories": "iOS"
46+
"categories": "iOS",
47+
"domain": "text",
48+
"platform": ["ios"]
3949
}
4050
]

assets/data/tools.en.json

Lines changed: 144 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,120 +3,242 @@
33
"name": "horde-worker-reGen",
44
"description": "The official way to add your GPU to the horde for image generation.",
55
"link": "https://github.com/Haidra-Org/horde-worker-reGen",
6-
"category": "Official tools"
6+
"category": "Official tools",
7+
"image": "assets/img/tools/placeholder.png",
8+
"categories": ["Worker", "Image Generation"],
9+
"domain": "image",
10+
"platform": ["server"],
11+
"functionType": "worker"
12+
},
13+
{
14+
"name": "AI-Horde-Worker",
15+
"description": "The official way to add your GPU to the horde for text generation. Requires an existing installation of compatible text generation software.",
16+
"link": "https://github.com/Haidra-Org/AI-Horde-worker",
17+
"category": "Official tools",
18+
"image": "assets/img/tools/placeholder.png",
19+
"categories": ["Worker", "Text Generation"],
20+
"domain": "text",
21+
"platform": ["server"],
22+
"functionType": "worker"
23+
},
24+
{
25+
"name": "koboldcpp",
26+
"description": "KoboldCpp is an easy-to-use AI text-generation software for GGML and GGUF models, inspired by the original KoboldAI. It features built-in worker support for AI Horde.",
27+
"link": "https://github.com/LostRuins/koboldcpp",
28+
"category": "Official tools",
29+
"image": "assets/img/tools/placeholder.png",
30+
"categories": ["Worker", "Text Generation"],
31+
"domain": "text",
32+
"platform": ["server"],
33+
"functionType": "worker"
734
},
835
{
936
"name": "Godot Engine plugin",
1037
"description": "Easily integrate AI Horde image generation into your games.",
1138
"link": "https://github.com/Haidra-Org/AI-Horde-Godot-Addon",
12-
"category": "Official tools"
39+
"category": "Official tools",
40+
"image": "assets/img/tools/placeholder.png",
41+
"categories": ["Plugin", "Image Generation"],
42+
"domain": "image",
43+
"platform": ["desktop"],
44+
"functionType": "plugin"
1345
},
1446
{
1547
"name": "Discord Bot",
1648
"description": "Add to your Discord server to generate images for free, transfer kudos and lookup user information.",
1749
"link": "https://github.com/ZeldaFan0225/Stable_Horde_Discord",
18-
"category": "Official tools"
50+
"category": "Official tools",
51+
"image": "assets/img/tools/placeholder.png",
52+
"categories": ["Bot", "Image Generation"],
53+
"domain": "image",
54+
"platform": ["server"],
55+
"functionType": "bot"
1956
},
2057
{
2158
"name": "Fediverse bots",
2259
"description": "Generate images via ActivityPub just by pinging the bots.",
2360
"link": "https://github.com/Haidra-Org/fediverse-ai-horde-generate",
24-
"category": "Official tools"
61+
"category": "Official tools",
62+
"image": "assets/img/tools/placeholder.png",
63+
"categories": ["Bot", "Image Generation"],
64+
"domain": "image",
65+
"platform": ["server"],
66+
"functionType": "bot"
2567
},
2668
{
2769
"name": "Reddit bot",
2870
"description": "Generate images directly via Reddit by tagging the bot.",
2971
"link": "https://github.com/Haidra-Org/reddit-stable-horde-generate",
30-
"category": "Official tools"
72+
"category": "Official tools",
73+
"image": "assets/img/tools/placeholder.png",
74+
"categories": ["Bot", "Image Generation"],
75+
"domain": "image",
76+
"platform": ["server"],
77+
"functionType": "bot"
3178
},
3279
{
3380
"name": "Python SDK",
3481
"description": "Python bindings for AI Horde",
3582
"link": "https://github.com/Haidra-Org/horde-sdk",
36-
"category": "Official tools"
83+
"category": "Official tools",
84+
"image": "assets/img/tools/placeholder.png",
85+
"categories": ["SDK", "Development"],
86+
"domain": "both",
87+
"platform": ["programming"],
88+
"functionType": "sdk"
3789
},
3890
{
3991
"name": "AI Horde CLI",
4092
"description": "The official AI Horde CLI that supports all features of AI Horde.",
4193
"link": "https://github.com/Haidra-Org/AI-Horde-CLI",
42-
"category": "Official tools"
94+
"category": "Official tools",
95+
"image": "assets/img/tools/placeholder.png",
96+
"categories": ["CLI", "Development"],
97+
"domain": "both",
98+
"platform": ["cli"],
99+
"functionType": "cli"
43100
},
44101
{
45102
"name": "CraiyonArt Bot",
46103
"description": "A Telegram bot that generates images using AI Horde",
47104
"link": "https://t.me/CraiyonArtBot",
48-
"category": "Community Bots"
105+
"category": "Community Bots",
106+
"image": "assets/img/tools/placeholder.png",
107+
"categories": ["Bot", "Image Generation"],
108+
"domain": "image",
109+
"platform": ["server"],
110+
"functionType": "bot"
49111
},
50112
{
51113
"name": "WriterBot",
52114
"description": "A Discord bot that generates images using AI Horde",
53115
"link": "https://harrisonvanderbyl.github.io/WriterBot/",
54-
"category": "Community Bots"
116+
"category": "Community Bots",
117+
"image": "assets/img/tools/placeholder.png",
118+
"categories": ["Bot", "Image Generation", "Text Generation"],
119+
"domain": "both",
120+
"platform": ["server"],
121+
"functionType": "bot"
55122
},
56123
{
57124
"name": "Imaginarium",
58125
"description": "Telegram AI Art Generator bot Powered by AI Horde.",
59126
"link": "https://t.me/ImaginariumAIbot",
60-
"category": "Community Bots"
127+
"category": "Community Bots",
128+
"image": "assets/img/tools/placeholder.png",
129+
"categories": ["Bot", "Image Generation"],
130+
"domain": "image",
131+
"platform": ["server"],
132+
"functionType": "bot"
61133
},
62134
{
63135
"name": "GIMP plugin",
64136
"description": "A plugin for using AI Horde inside the GIMP image editor.",
65137
"link": "https://github.com/ikks/gimp-stable-diffusion/",
66-
"category": "Community plugins"
138+
"category": "Community plugins",
139+
"image": "assets/img/tools/placeholder.png",
140+
"categories": ["Plugin", "Image Generation"],
141+
"domain": "image",
142+
"platform": ["desktop"],
143+
"functionType": "plugin"
67144
},
68145
{
69146
"name": "LibreOffice extension",
70147
"description": "An extension for using AI Horde inside the LibreOffice suite.",
71148
"link": "https://extensions.libreoffice.org/en/extensions/show/99431",
72-
"category": "Community plugins"
149+
"category": "Community plugins",
150+
"image": "assets/img/tools/placeholder.png",
151+
"categories": ["Plugin", "Image Generation"],
152+
"domain": "image",
153+
"platform": ["desktop"],
154+
"functionType": "plugin"
73155
},
74156
{
75157
"name": "Krita plugin",
76158
"description": "A plugin for using AI Horde inside the Krita image editor.",
77159
"link": "https://github.com/dunkeroni/krita-stable-horde",
78-
"category": "Community plugins"
160+
"category": "Community plugins",
161+
"image": "assets/img/tools/placeholder.png",
162+
"categories": ["Plugin", "Image Generation"],
163+
"domain": "image",
164+
"platform": ["desktop"],
165+
"functionType": "plugin"
79166
},
80167
{
81-
"name": "Unreal Engine plugin",
168+
"name": "Unreal Engine plugin",
82169
"description": "Plugin that generates AI synthesized images in Unreal Editor using AI Horde.",
83170
"link": "https://github.com/Mystfit/Unreal-StableDiffusionTools",
84-
"category": "Community plugins"
171+
"category": "Community plugins",
172+
"image": "assets/img/tools/placeholder.png",
173+
"categories": ["Plugin", "Image Generation"],
174+
"domain": "image",
175+
"platform": ["desktop"],
176+
"functionType": "plugin"
85177
},
86178
{
87-
"name": "A1111 plugin",
179+
"name": "A1111 plugin",
88180
"description": "A plugin for using AI Horde inside the popular Automatic1111 frontend.",
89181
"link": "https://github.com/natanjunges/stable-diffusion-webui-stable-horde",
90-
"category": "Community plugins"
182+
"category": "Community plugins",
183+
"image": "assets/img/tools/placeholder.png",
184+
"categories": ["Plugin", "Image Generation"],
185+
"domain": "image",
186+
"platform": ["desktop"],
187+
"functionType": "plugin"
91188
},
92189
{
93190
"name": "Blender plugin",
94191
"description": "Render an AI generated image based on a text prompt and your scene in Blender.",
95192
"link": "https://github.com/benrugg/AI-Render",
96-
"category": "Community plugins"
193+
"category": "Community plugins",
194+
"image": "assets/img/tools/placeholder.png",
195+
"categories": ["Plugin", "Image Generation"],
196+
"domain": "image",
197+
"platform": ["desktop"],
198+
"functionType": "plugin"
97199
},
98200
{
99201
"name": "Photoshop plugin",
100202
"description": "Use the capabilities of AI Horde in Photoshop without switching between programs",
101203
"link": "https://github.com/grizbil/Auto-Photoshop-StableDiffusion-Plugin",
102-
"category": "Community plugins"
204+
"category": "Community plugins",
205+
"image": "assets/img/tools/placeholder.png",
206+
"categories": ["Plugin", "Image Generation"],
207+
"domain": "image",
208+
"platform": ["desktop"],
209+
"functionType": "plugin"
103210
},
104211
{
105212
"name": "Chrome accessibility",
106213
"description": "Generates descriptive alternate text of images online for those who need them!",
107214
"link": "https://chrome.google.com/webstore/detail/genalt-generated-alt-text/ekbmkapnmnhhgfmjdnchgmcfggibebnn",
108-
"category": "Community plugins"
215+
"category": "Community plugins",
216+
"image": "assets/img/tools/placeholder.png",
217+
"categories": ["Plugin", "Accessibility"],
218+
"domain": "image",
219+
"platform": ["web"],
220+
"functionType": "plugin"
109221
},
110222
{
111223
"name": "Node.js SDK",
112224
"description": "Communicate with AI Horde api from node.js projects",
113225
"link": "https://www.npmjs.com/package/@zeldafan0225/ai_horde",
114-
"category": "Community SDKs"
226+
"category": "Community SDKs",
227+
"image": "assets/img/tools/placeholder.png",
228+
"categories": ["SDK", "Development"],
229+
"domain": "both",
230+
"platform": ["programming"],
231+
"functionType": "sdk"
115232
},
116233
{
117234
"name": "Go SDK",
118235
"description": "A Go Package for the AI Horde API",
119236
"link": "https://github.com/zeozeozeo/aihorde-go",
120-
"category": "Community SDKs"
237+
"category": "Community SDKs",
238+
"image": "assets/img/tools/placeholder.png",
239+
"categories": ["SDK", "Development"],
240+
"domain": "both",
241+
"platform": ["programming"],
242+
"functionType": "sdk"
121243
}
122244
]

0 commit comments

Comments
 (0)