.coveragerc
.flake8
.git-blame-ignore-revs
.gitignore
CHANGELOG.md
LICENSE
README.md
build_helper.py
pyproject.toml
pytest.ini
requirements.dev.txt
requirements.txt
tox.ini
.github/workflows/pypi.yml
.github/workflows/tests.yaml
hordelib/__init__.py
hordelib/comfy_horde.py
hordelib/config_path.py
hordelib/consts.py
hordelib/horde.py
hordelib/initialisation.py
hordelib/install_comfy.py
hordelib/run_comfyui.patch
hordelib/run_comfyui.py
hordelib/safety_checker.py
hordelib/settings.py
hordelib/shared_model_manager.py
hordelib.egg-info/PKG-INFO
hordelib.egg-info/SOURCES.txt
hordelib.egg-info/dependency_links.txt
hordelib.egg-info/requires.txt
hordelib.egg-info/top_level.txt
hordelib/cache/__init__.py
hordelib/cache/cache.py
hordelib/clip/__init__.py
hordelib/clip/bulk.py
hordelib/clip/coca.py
hordelib/clip/image.py
hordelib/clip/interrogate.py
hordelib/clip/text.py
hordelib/model_manager/__init__.py
hordelib/model_manager/aitemplate.py
hordelib/model_manager/base.py
hordelib/model_manager/blip.py
hordelib/model_manager/clip.py
hordelib/model_manager/codeformer.py
hordelib/model_manager/compvis.py
hordelib/model_manager/controlnet.py
hordelib/model_manager/diffusers.py
hordelib/model_manager/esrgan.py
hordelib/model_manager/gfpgan.py
hordelib/model_manager/hyper.py
hordelib/model_manager/new.py
hordelib/model_manager/safety_checker.py
hordelib/model_manager/sdu.py
hordelib/model_manager/torch_hijack.py
hordelib/nodes/__init__.py
hordelib/nodes/node_clip_similarities.py
hordelib/nodes/node_image_loader.py
hordelib/nodes/node_image_output.py
hordelib/nodes/node_model_loader.py
hordelib/nodes/node_upscale_model_loader.py
hordelib/pipeline_designs/pipeline_image_upscale.json
hordelib/pipeline_designs/pipeline_stable_diffusion.json
hordelib/pipeline_designs/pipeline_stable_diffusion_hires_fix.json
hordelib/pipeline_designs/pipeline_stable_diffusion_paint.json
hordelib/pipelines/pipeline_image_upscale.json
hordelib/pipelines/pipeline_stable_diffusion.json
hordelib/pipelines/pipeline_stable_diffusion_hires_fix.json
hordelib/pipelines/pipeline_stable_diffusion_paint.json
hordelib/utils/__init__.py
hordelib/utils/cast.py
hordelib/utils/switch.py
images/test_db0.jpg
images/test_inpaint.png
images/test_outpaint.png
tests/__init__.py
tests/run_img2img.py
tests/run_img2img_hires.py
tests/run_img2img_inpaint.py
tests/run_img2img_outpaint.py
tests/run_txt2img.py
tests/run_txt2img_hires.py
tests/run_upscale.py
tests/test_clip.py
tests/test_comfy.py
tests/test_comfy_install.py
tests/test_horde_inference.py
tests/test_horde_pp.py
tests/test_inference.py
tests/test_initialisation.py
tests/test_model_manager.py
tests/test_safety_checker.py