Skip to content

Commit

Permalink
fix: send blacklist with jobpop
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jul 6, 2024
1 parent f3617b7 commit 7fef871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde_worker_regen/process_management/process_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3176,6 +3176,7 @@ async def api_job_pop(self) -> None:
name=self.bridge_data.dreamer_worker_name,
bridge_agent=f"AI Horde Worker reGen:{horde_worker_regen.__version__}:https://github.com/Haidra-Org/horde-worker-reGen",
models=list(models),
blacklist=self.bridge_data.blacklist,
nsfw=self.bridge_data.nsfw,
threads=self.max_concurrent_inference_processes,
max_pixels=self.bridge_data.max_power * 8 * 64 * 64,
Expand Down

0 comments on commit 7fef871

Please sign in to comment.