Skip to content

Commit

Permalink
fix: agent to identify worker
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Dec 10, 2023
1 parent d23b80c commit 41c149b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde_worker_regen/process_management/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ async def api_job_pop(self) -> None:
job_pop_request = ImageGenerateJobPopRequest(
apikey=self.bridge_data.api_key,
name=self.bridge_data.dreamer_worker_name,
bridge_agent="AI Horde Worker reGen:2:https://github.com/Haidra-Org/horde-worker-reGen/#20231009_3",
bridge_agent="AI Horde Worker reGen:2:https://github.com/Haidra-Org/horde-worker-reGen/#20231210_0",
bridge_version=2,
models=self.bridge_data.image_models_to_load,
nsfw=self.bridge_data.nsfw,
Expand Down

0 comments on commit 41c149b

Please sign in to comment.