Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/emd/sdk/clients/ecs_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ def validate_environment(cls, values: Dict) -> Dict:

def invoke(self,pyload:dict):
stream = pyload.get('stream', False)
model_specific_invocations_path = get_model_specific_path(self.model_id, self.model_tag, "invocations")
url = f"{self.base_url}{model_specific_invocations_path}"
url = f"{self.base_url}/invocations"
if stream:
response = requests.post(
url,
Expand Down
2 changes: 1 addition & 1 deletion src/pipeline/backend/comfyui/install_comfy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pip install -r custom_nodes/ComfyUI-Manager/requirements.txt
pip install -r custom_nodes/ComfyUI-VideoHelperSuite/requirements.txt
#pip install -r custom_nodes/ComfyUI-LTXVideo/requirements.txt
pip install av>=10.0.0
pip install ltx-video@git+https://github.com/Lightricks/LTX-Video
pip install ltx-video@git+https://github.com/Lightricks/LTX-Video@ltx-video-0.9.1

pip install https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip
pip install https://github.com/mlfoundations/open_clip/archive/bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b.zip
Expand Down