Skip to content

Commit

Permalink
fix: include latest data models (Dec 12 2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Dec 14, 2023
1 parent 8e3258e commit 08e5603
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"r2": true,
"shared": false,
"replacement_filter": true,
"dry_run": false
"dry_run": false,
"proxied_account": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"aaa"
],
"bridge_version": 1,
"bridge_agent": "AI Horde Worker:11:https://github.com/db0/AI-Horde-Worker",
"bridge_agent": "AI Horde Worker:24:https://github.com/db0/AI-Horde-Worker",
"threads": 1,
"require_upfront_kudos": false,
"max_pixels": 262144,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"use_default_badwordsids": true,
"stop_sequence": [
""
]
],
"min_p": 0.0
},
"softprompt": "a",
"trusted_workers": false,
Expand All @@ -36,5 +37,6 @@
"models": [
""
],
"dry_run": false
"dry_run": false,
"proxied_account": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"aaa"
],
"bridge_version": 1,
"bridge_agent": "AI Horde Worker:11:https://github.com/db0/AI-Horde-Worker",
"bridge_agent": "AI Horde Worker:24:https://github.com/db0/AI-Horde-Worker",
"threads": 1,
"require_upfront_kudos": false,
"max_length": 512,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"amount": 1,
"bridge_version": 1,
"bridge_agent": "AI Horde Worker:11:https://github.com/db0/AI-Horde-Worker",
"bridge_agent": "AI Horde Worker:24:https://github.com/db0/AI-Horde-Worker",
"threads": 1,
"max_tiles": 16
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"flagged": false,
"customizer": false,
"vpn": false,
"service": false,
"special": false,
"filtered": false,
"reset_suspicion": false,
"contact": "[email protected]"
"contact": "[email protected]",
"admin_comment": "User is sus"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
"trusted": false,
"flagged": false,
"vpn": false,
"service": false,
"special": false,
"suspicious": 0,
"pseudonymous": false,
"contact": "[email protected]",
"admin_comment": "User is sus",
"account_age": 60,
"usage": {
"megapixelsteps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"stop_sequence": [
""
],
"min_p": 0.0,
"prompt": ""
},
"id": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
"trusted": false,
"flagged": false,
"vpn": false,
"service": false,
"special": false,
"suspicious": 0,
"pseudonymous": false,
"contact": "[email protected]",
"admin_comment": "User is sus",
"account_age": 60,
"usage": {
"megapixelsteps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
"trusted": false,
"flagged": false,
"vpn": false,
"service": false,
"special": false,
"suspicious": 0,
"pseudonymous": false,
"contact": "[email protected]",
"admin_comment": "User is sus",
"account_age": 60,
"usage": {
"megapixelsteps": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"flagged": false,
"customizer": false,
"vpn": false,
"service": false,
"special": false,
"new_suspicion": 0,
"contact": "[email protected]"
"contact": "[email protected]",
"admin_comment": "User is sus"
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"id": ""
},
"contact": "[email protected]",
"bridge_agent": "AI Horde Worker:11:https://github.com/db0/AI-Horde-Worker",
"bridge_agent": "AI Horde Worker:24:https://github.com/db0/AI-Horde-Worker",
"max_pixels": 262144,
"megapixelsteps_generated": 0.0,
"img2img": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"id": ""
},
"contact": "[email protected]",
"bridge_agent": "AI Horde Worker:11:https://github.com/db0/AI-Horde-Worker",
"bridge_agent": "AI Horde Worker:24:https://github.com/db0/AI-Horde-Worker",
"max_pixels": 262144,
"megapixelsteps_generated": 0.0,
"img2img": false,
Expand Down

0 comments on commit 08e5603

Please sign in to comment.