Skip to content

Commit

Permalink
fix: use sdk which allows arbitrary samplers from API
Browse files Browse the repository at this point in the history
see Haidra-Org/horde-sdk#110 for more info
  • Loading branch information
tazlin committed Jan 8, 2024
1 parent f628894 commit 7a88d57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 @@ -1906,7 +1906,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.8:https://github.com/Haidra-Org/horde-worker-reGen",
bridge_agent="AI Horde Worker reGen:4.0.0: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
2 changes: 1 addition & 1 deletion requirements.118.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch>=2.1.0

horde_sdk>=0.7.15
horde_sdk>=0.7.29
git+https://github.com/Haidra-Org/horde-safety@nsfw-checking-and-anime-handling
# hordelib>=2.0.2
horde_model_reference
Expand Down
2 changes: 1 addition & 1 deletion requirements.hordelib.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a temporary hack for cloud workers
horde_sdk>=0.7.10
horde_sdk>=0.7.29
horde_model_reference>=0.5.2
pydantic
# torch>=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--extra-index-url https://download.pytorch.org/whl/cu121
torch>=2.1.2

horde_sdk>=0.7.28
horde_sdk>=0.7.29
horde_safety>=0.2.3
hordelib~=2.3.6
horde_model_reference
Expand Down

0 comments on commit 7a88d57

Please sign in to comment.