Skip to content

Commit

Permalink
doc: news for flux and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Oct 1, 2024
1 parent 7310ea7 commit d249263
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later

# Changelog

# 4.43.6

* Fix returning `done` when a job was restarted.

# 4.43.5

* Fix: Added check to ensure the redis servers are still available.
Expand Down
2 changes: 1 addition & 1 deletion horde/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

HORDE_VERSION = "4.43.5"
HORDE_VERSION = "4.43.6"

WHITELISTED_SERVICE_IPS = {
"212.227.227.178", # Turing Bot
Expand Down
16 changes: 16 additions & 0 deletions horde/data/news.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[
{
"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!",
"tags": [
"nlnet",
"tazlin",
"db0",
"text2img",
"flux"
],
"importance": "Information",
"more_info_urls": [
"https://blackforestlabs.ai/"
],
"title": "Flux.1-Schnell now available on the AI Horde."
},
{
"date_published": "2024-08-07",
"newspiece": "ArtBot is now an official component of Haidra! You can check the official version at [https://artbot.site](https://artbot.site which is running the latest version of it with a ton of improvements. All kudos to [Rockbandit](https://mastodon.world/@davely)",
Expand Down

0 comments on commit d249263

Please sign in to comment.