mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 05:52:33 +08:00
This commit introduces Stable Horde as a new node in ComfyUI, allowing users to generate images using the distributed Stable Horde network. The new `StableHordeNode` provides the following features: - Asynchronous image generation requests to the Stable Horde API. - A user-friendly interface for entering prompts, negative prompts, and generation parameters. - A dynamic model dropdown that fetches the latest models from the Stable Horde API. - Error handling for failed generations, returning a blank image. This integration is accomplished by adding the `horde-sdk` to the project's dependencies and creating a new custom node in `custom_nodes/stable_horde.py`.
31 lines
419 B
Plaintext
31 lines
419 B
Plaintext
comfyui-frontend-package==1.28.8
|
|
comfyui-workflow-templates==0.2.4
|
|
comfyui-embedded-docs==0.3.0
|
|
torch
|
|
torchsde
|
|
torchvision
|
|
torchaudio
|
|
numpy>=1.25.0
|
|
einops
|
|
transformers>=4.37.2
|
|
tokenizers>=0.13.3
|
|
sentencepiece
|
|
safetensors>=0.4.2
|
|
aiohttp>=3.11.8
|
|
yarl>=1.18.0
|
|
pyyaml
|
|
Pillow
|
|
scipy
|
|
tqdm
|
|
psutil
|
|
alembic
|
|
SQLAlchemy
|
|
av>=14.2.0
|
|
|
|
#non essential dependencies:
|
|
kornia>=0.7.1
|
|
spandrel
|
|
pydantic~=2.0
|
|
pydantic-settings~=2.0
|
|
horde-sdk
|