Skip to content

Commit

Permalink
news: More news
Browse files Browse the repository at this point in the history
fix: increased batch multiplier for flux.
  • Loading branch information
db0 committed Dec 23, 2024
1 parent 418070d commit d39f863
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion horde/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# used to figure out batches by a set multiplier to reduce how many images are batched
# at a time when these models are used.
BASELINE_BATCHING_MULTIPLIERS = {
"flux_1": 3,
"flux_1": 5,
}


Expand Down
43 changes: 43 additions & 0 deletions horde/data/news.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@
[
{
"date_published": "2024-12-23",
"newspiece": "A new tool has just been released by a third party integrator: [AI Horde Monitor](https://monitor.fyrean.com/) which will show you some stats over time about your account and your requests. It doesn't store any of your info and [it can also be self-hosted](https://github.com/MangoLion/aihorde-monitor)!",
"tags": [
"3rd party",
"tool"
],
"importance": "Information",
"more_info_urls": [
"https://monitor.fyrean.com/",
"https://github.com/MangoLion/aihorde-monitor"
],
"title": "AI Horde Monitor now available."
},
{
"date_published": "2024-12-07",
"newspiece": "The AI Horde now support [custom created styles and style collections](https://haidra.net/styles-and-shared-key-combos/).",
"tags": [
"nlnet",
"styles",
"db0"
],
"importance": "Information",
"more_info_urls": [
"https://haidra.net/styles-and-shared-key-combos/"
],
"title": "Styles on the AI Horde."
},
{
"date_published": "2024-11-10",
"newspiece": "A new initiative has been launched with the help of other horde integrators and inference backends. We announce [a new .well-known URI for API providers](https://haidra.net/serviceinfo-a-new-well-known-uri-for-api-providers/).",
"tags": [
".well-known",
"api",
"db0",
"3rd party"
],
"importance": "Information",
"more_info_urls": [
"https://haidra.net/serviceinfo-a-new-well-known-uri-for-api-providers/"
],
"title": ".well-known/servicenfo is here."
},
{
"date_published": "2024-09-30",
"newspiece": "[Flux.1-Schnell](https://blackforestlabs.ai/) is now available on the AI Horde! Remember to adjust your steps and cfg when using it!",
Expand Down

0 comments on commit d39f863

Please sign in to comment.