Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jan 2, 2024
1 parent 488e405 commit 07f2922
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 @@ -1901,7 +1901,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:3.0.2:https://github.com/Haidra-Org/horde-worker-reGen",
bridge_agent="AI Horde Worker reGen:3.0.3:https://github.com/Haidra-Org/horde-worker-reGen",
models=self.bridge_data.image_models_to_load,
nsfw=self.bridge_data.nsfw,
threads=self.max_concurrent_inference_processes,
Expand Down

0 comments on commit 07f2922

Please sign in to comment.