horde-engine 2.9.2__tar.gz → 2.9.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.github/workflows/release.yml +1 -1
- {horde_engine-2.9.2 → horde_engine-2.9.3}/CHANGELOG.md +6 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/PKG-INFO +1 -1
- {horde_engine-2.9.2 → horde_engine-2.9.3}/horde_engine.egg-info/PKG-INFO +1 -1
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_version.py +2 -2
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.changelog +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.git-blame-ignore-revs +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.github/dependabot.yml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.github/workflows/maintests.yml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.github/workflows/prtests.yml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.gitignore +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/.pre-commit-config.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/LICENSE +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/MANIFEST.in +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/README.md +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/build_helper.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/download_all_sd_models.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/kudos.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/lora_downloader.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/make_index.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/make_index_all_models.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_all_models.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_all_stress_tests.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_controlnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_controlnet_annotator.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_facefix.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_img2img.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_img2img_hires.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_img2img_inpaint.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_img2img_inpaint_mask.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_img2img_mask.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_img2img_outpaint.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_inpainting.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_kudos_test.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_long_prompt_check.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_lora.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_memory_test.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_sdk_inference_example.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_cnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_cnet_preproc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_dynamic.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_img2img.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_job_collection.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_mixed.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_pp.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_txt2img.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_stress_test_txt2img_hiresfix.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_txt2img.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_txt2img_hires.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_txt2img_local_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/examples/run_upscale.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/horde_engine.egg-info/SOURCES.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/horde_engine.egg-info/dependency_links.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/horde_engine.egg-info/entry_points.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/horde_engine.egg-info/requires.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/horde_engine.egg-info/top_level.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/__pyinstaller.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/.gitignore +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/CODEOWNERS +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/LICENSE +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/README.md +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/app/app_settings.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/app/user_manager.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/checkpoint_pickle.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/cldm/cldm.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/cli_args.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/clip_config_bigg.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/clip_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/clip_vision.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/clip_vision_config_g.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/clip_vision_config_h.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/clip_vision_config_vitl.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/conds.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/controlnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/diffusers_convert.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/diffusers_load.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/extra_samplers/uni_pc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/gligen.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/k_diffusion/sampling.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/k_diffusion/utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/latent_formats.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/cascade/common.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/cascade/controlnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/cascade/stage_a.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/cascade/stage_b.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/cascade/stage_c.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/cascade/stage_c_coder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/models/autoencoder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/attention.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/diffusionmodules/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/diffusionmodules/model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/diffusionmodules/openaimodel.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/diffusionmodules/upscaling.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/diffusionmodules/util.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/distributions/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/distributions/distributions.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/ema.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/encoders/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/encoders/noise_aug_modules.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/sub_quadratic_attention.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/temporal_ae.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/util.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/lora.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/model_base.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/model_detection.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/model_management.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/model_patcher.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/model_sampling.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ops.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/options.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sample.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sampler_helpers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/samplers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd1_clip.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd1_clip_config.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd1_tokenizer/merges.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd1_tokenizer/special_tokens_map.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd1_tokenizer/tokenizer_config.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd1_tokenizer/vocab.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd2_clip.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sd2_clip_config.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/sdxl_clip.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/supported_models.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/supported_models_base.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/t2i_adapter/adapter.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/taesd/taesd.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/DAT.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/HAT.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-DAT +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-ESRGAN +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-HAT +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-RealESRGAN +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-SCUNet +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-SPSR +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-SwiftSRGAN +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-Swin2SR +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-SwinIR +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LICENSE-lama +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/LaMa.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/ChannelAttention.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/LICENSE +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/OSA.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/OSAG.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/OmniSR.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/esa.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/layernorm.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/OmniSR/pixelshuffle.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/RRDB.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/SCUNet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/SPSR.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/SRVGG.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/SwiftSRGAN.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/Swin2SR.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/SwinIR.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/block.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/LICENSE-GFPGAN +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/LICENSE-RestoreFormer +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/LICENSE-codeformer +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/arcface_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/codeformer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/fused_act.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/gfpgan_bilinear_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/gfpganv1_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/gfpganv1_clean_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/restoreformer_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/stylegan2_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/stylegan2_bilinear_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/stylegan2_clean_arch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/face/upfirdn2d.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/timm/LICENSE +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/timm/drop.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/timm/helpers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/architecture/timm/weight_init.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/model_loading.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/types.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_align_your_steps.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_canny.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_clip_sdxl.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_compositing.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_cond.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_custom_sampler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_differential_diffusion.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_freelunch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_hypernetwork.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_hypertile.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_images.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_ip2p.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_latent.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_mask.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_model_advanced.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_model_downscale.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_model_merging.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_model_merging_model_specific.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_morphology.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_pag.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_perpneg.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_photomaker.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_post_processing.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_rebatch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_sag.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_sdupscale.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_stable3d.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_stable_cascade.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_tomesd.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_upscale_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_video_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfyui_screenshot.png +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/cuda_malloc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/custom_nodes/example_node.py.example +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/custom_nodes/websocket_image_save.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/execution.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/extra_model_paths.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/extra_model_paths.yaml.example +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/folder_paths.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/input/example.png +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/latent_preview.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/main.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/checkpoints/put_checkpoints_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/clip/put_clip_or_text_encoder_models_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/clip_vision/put_clip_vision_models_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/anything_v3.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v1-inference.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v1-inference_clip_skip_2.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v1-inference_clip_skip_2_fp16.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v1-inference_fp16.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v1-inpainting-inference.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v2-inference-v.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v2-inference-v_fp32.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v2-inference.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v2-inference_fp32.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/configs/v2-inpainting-inference.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/controlnet/put_controlnets_and_t2i_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/diffusers/put_diffusers_models_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/embeddings/put_embeddings_or_textual_inversion_concepts_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/gligen/put_gligen_models_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/hypernetworks/put_hypernetworks_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/loras/put_loras_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/photomaker/put_photomaker_models_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/style_models/put_t2i_style_model_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/unet/put_unet_files_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/upscale_models/put_esrgan_and_other_upscale_models_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/vae/put_vae_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/models/vae_approx/put_taesd_encoder_pth_and_taesd_decoder_pth_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/new_updater.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/node_helpers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/nodes.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/notebooks/comfyui_colab.ipynb +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/output/_output_images_will_be_put_here +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/pytest.ini +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/requirements.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/script_examples/basic_api_example.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/script_examples/websockets_api_example.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/script_examples/websockets_api_example_ws_images.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/server.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/README.md +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/compare/conftest.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/compare/test_quality.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/conftest.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/inference/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/inference/graphs/default_graph_sdxl1_0.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests/inference/test_inference.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/.gitignore +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/afterSetup.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/babel.config.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/globalSetup.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/jest.config.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/package-lock.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/package.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/setup.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/tests/extensions.test.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/tests/groupNode.test.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/tests/users.test.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/tests/widgetInputs.test.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/utils/ezgraph.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/utils/index.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/utils/litegraph.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/utils/nopProxy.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/tests-ui/utils/setup.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/clipspace.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/colorPalette.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/contextMenuFilter.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/dynamicPrompts.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/editAttention.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/groupNode.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/groupNodeManage.css +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/groupNodeManage.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/groupOptions.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/invertMenuScrolling.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/keybinds.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/linkRenderMode.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/maskeditor.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/nodeTemplates.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/noteNode.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/rerouteNode.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/saveImageExtraOutput.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/simpleTouchSupport.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/slotDefaults.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/snapToGrid.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/undoRedo.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/uploadImage.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/core/widgetInputs.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/extensions/logging.js.example +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/index.html +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/jsconfig.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/lib/litegraph.core.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/lib/litegraph.css +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/lib/litegraph.extensions.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/api.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/app.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/defaultGraph.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/domWidget.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/logging.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/pnginfo.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/dialog.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/draggableList.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/imagePreview.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/settings.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/spinner.css +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/spinner.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/toggleSwitch.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/userSelection.css +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui/userSelection.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/ui.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/utils.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/scripts/widgets.js +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/style.css +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/types/comfy.d.ts +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/types/litegraph.d.ts +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/web/user.css +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/benchmark.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/comfy_horde.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/config_path.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/consts.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/exceptions.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/horde.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/initialisation.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/install_comfy.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_database/db_dep.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_database/db_embeds.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_database/diffusers.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_database/med_config.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/base.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/codeformer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/compvis.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/controlnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/diffusers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/esrgan.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/gfpgan.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/hyper.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/lora.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/safety_checker.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/model_manager/ti.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/.gitignore +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/LICENSE +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/README.md +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/binary/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/canny/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/color/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/hed/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/leres/LICENSE +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/leres/Resnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/leres/Resnext_torch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/leres/depthmap.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/leres/multi_depth_model_woauxi.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/leres/net_tools.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/leres/network_auxi.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/LICENSE +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/models/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/models/base_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/models/base_model_hg.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/models/networks.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/models/pix2pix4depth_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/options/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/options/base_options.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/options/test_options.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/util/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/util/get_data.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/util/guidedfilter.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/util/html.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/util/image_pool.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/util/util.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/leres/pix2pix/util/visualizer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/api.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/base_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/blocks.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/dpt_depth.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/midas_net.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/midas_net_custom.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/transforms.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/midas/vit.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/midas/utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/mlsd/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/mlsd/models/mbv2_mlsd_large.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/mlsd/models/mbv2_mlsd_tiny.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/mlsd/utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/mp_face_mesh/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/mp_pose_hand/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/openpose/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/openpose/body.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/openpose/hand.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/openpose/model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/openpose/util.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/pidinet/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/pidinet/model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/requirements.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/ade20k.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/chase_db1.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/cityscapes.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/cityscapes_769x769.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/drive.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/hrf.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/pascal_context.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/pascal_context_59.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/pascal_voc12.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/pascal_voc12_aug.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/datasets/stare.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/default_runtime.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/ann_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/apcnet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/ccnet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/cgnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/danet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/deeplabv3_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/deeplabv3_unet_s5-d16.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/deeplabv3plus_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/dmnet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/dnl_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/emanet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/encnet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/fast_scnn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/fcn_hr18.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/fcn_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/fcn_unet_s5-d16.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/fpn_r50.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/fpn_uniformer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/gcnet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/lraspp_m-v3-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/nonlocal_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/ocrnet_hr18.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/ocrnet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/pointrend_r50.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/psanet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/pspnet_r50-d8.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/pspnet_unet_s5-d16.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/upernet_r50.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/models/upernet_uniformer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/schedules/schedule_160k.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/schedules/schedule_20k.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/schedules/schedule_40k.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/configs/_base_/schedules/schedule_80k.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/exp/upernet_global_small/config.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/exp/upernet_global_small/run.sh +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/exp/upernet_global_small/test.sh +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/exp/upernet_global_small/test_config_g.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/exp/upernet_global_small/test_config_h32.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/exp/upernet_global_small/test_config_w32.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/arraymisc/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/arraymisc/quantization.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/alexnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/activation.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/context_block.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/conv.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/conv2d_adaptive_padding.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/conv_module.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/conv_ws.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/depthwise_separable_conv_module.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/drop.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/generalized_attention.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/hsigmoid.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/hswish.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/non_local.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/norm.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/padding.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/plugin.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/registry.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/scale.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/swish.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/transformer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/upsample.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/bricks/wrappers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/builder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/resnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/utils/flops_counter.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/utils/fuse_conv_bn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/utils/sync_bn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/utils/weight_init.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/cnn/vgg.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/engine/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/engine/test.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/file_client.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/handlers/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/handlers/base.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/handlers/json_handler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/handlers/pickle_handler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/handlers/yaml_handler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/io.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/fileio/parse.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/image/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/image/colorspace.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/image/geometric.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/image/io.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/image/misc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/image/photometric.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/model_zoo/deprecated.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/model_zoo/mmcls.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/model_zoo/open_mmlab.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/assign_score_withk.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/ball_query.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/bbox.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/border_align.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/box_iou_rotated.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/carafe.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/cc_attention.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/contour_expand.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/corner_pool.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/correlation.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/deform_conv.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/deform_roi_pool.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/deprecated_wrappers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/focal_loss.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/furthest_point_sample.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/fused_bias_leakyrelu.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/gather_points.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/group_points.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/info.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/iou3d.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/knn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/masked_conv.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/merge_cells.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/modulated_deform_conv.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/multi_scale_deform_attn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/nms.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/pixel_group.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/point_sample.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/points_in_boxes.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/points_sampler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/psa_mask.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/roi_align.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/roi_align_rotated.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/roi_pool.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/roiaware_pool3d.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/roipoint_pool3d.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/saconv.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/scatter_points.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/sync_bn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/three_interpolate.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/three_nn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/tin_shift.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/upfirdn2d.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/ops/voxelize.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/_functions.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/collate.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/data_container.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/data_parallel.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/distributed.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/distributed_deprecated.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/registry.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/scatter_gather.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/parallel/utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/base_module.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/base_runner.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/builder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/checkpoint.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/default_constructor.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/dist_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/epoch_based_runner.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/fp16_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/checkpoint.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/closure.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/ema.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/evaluation.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/hook.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/iter_timer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/base.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/dvclive.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/mlflow.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/neptune.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/pavi.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/tensorboard.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/text.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/logger/wandb.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/lr_updater.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/memory.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/momentum_updater.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/optimizer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/profiler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/sampler_seed.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/hooks/sync_buffer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/iter_based_runner.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/log_buffer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/optimizer/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/optimizer/builder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/optimizer/default_constructor.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/priority.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/runner/utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/config.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/env.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/ext_loader.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/logging.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/misc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/parrots_jit.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/parrots_wrapper.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/path.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/progressbar.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/registry.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/testing.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/timer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/trace.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/utils/version_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/version.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/video/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/video/io.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/video/optflow.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/video/processing.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/visualization/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/visualization/color.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/visualization/image.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv/visualization/optflow.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv_custom/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmcv_custom/checkpoint.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/apis/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/apis/inference.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/apis/test.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/apis/train.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/evaluation/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/evaluation/class_names.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/evaluation/eval_hooks.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/evaluation/metrics.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/seg/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/seg/builder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/seg/sampler/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/seg/sampler/base_pixel_sampler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/seg/sampler/ohem_pixel_sampler.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/core/utils/misc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/ade.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/builder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/chase_db1.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/cityscapes.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/custom.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/dataset_wrappers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/drive.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/hrf.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/pascal_context.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/pipelines/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/pipelines/compose.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/pipelines/formating.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/pipelines/loading.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/pipelines/test_time_aug.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/pipelines/transforms.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/stare.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/datasets/voc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/cgnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/fast_scnn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/hrnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/mobilenet_v2.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/mobilenet_v3.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/resnest.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/resnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/resnext.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/unet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/uniformer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/backbones/vit.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/builder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/ann_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/apc_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/aspp_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/cascade_decode_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/cc_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/da_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/decode_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/dm_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/dnl_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/ema_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/enc_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/fcn_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/fpn_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/gc_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/lraspp_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/nl_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/ocr_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/point_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/psa_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/psp_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/sep_aspp_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/sep_fcn_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/decode_heads/uper_head.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/losses/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/losses/accuracy.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/losses/cross_entropy_loss.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/losses/dice_loss.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/losses/lovasz_loss.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/losses/utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/necks/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/necks/fpn.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/necks/multilevel_neck.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/segmentors/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/segmentors/base.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/segmentors/cascade_encoder_decoder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/segmentors/encoder_decoder.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/drop.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/inverted_residual.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/make_divisible.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/res_layer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/se_layer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/self_attention_block.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/up_conv_block.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/models/utils/weight_init.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/ops/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/ops/encoding.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/ops/wrappers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/utils/collect_env.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/uniformer/mmseg/utils/logger.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/comfy_controlnet_preprocessors/util.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/align_trans.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/matlab_cp2tform.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/retinaface/retinaface.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/retinaface/retinaface_net.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/retinaface/retinaface_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/face_detector.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/models/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/models/common.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/models/experimental.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/models/yolo.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/models/yolov5l.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/models/yolov5n.yaml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/utils/autoanchor.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/utils/datasets.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/utils/extract_ckpt.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/utils/general.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/detection/yolov5face/utils/torch_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/parsing/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/parsing/bisenet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/parsing/parsenet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/parsing/resnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/utils/face_restoration_helper.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/utils/face_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/facerestore/facelib/utils/misc.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/node_controlnet_model_loader.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/node_image_loader.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/node_image_output.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/node_lora_loader.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/node_model_loader.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/nodes/node_upscale_model_loader.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_controlnet.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_image_facefix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_image_upscale.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_stable_cascade.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_stable_diffusion.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipeline_designs/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_controlnet.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_image_facefix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_image_upscale.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_stable_cascade.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_stable_diffusion.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pipelines/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/preload.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/py.typed +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pyinstaller_hooks/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/pyinstaller_hooks/hook-hordelib.horde.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/safety.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/safety_checker.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/settings.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/shared_model_manager.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/train.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/distance.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/dynamicprompt.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/gpuinfo.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/image_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/ioredirect.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/logger.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/sanitizer.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/utils/switch.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/mypy.ini +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/pyinstaller.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/pyinstaller_test_entrypoint.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/pyproject.toml +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/requirements.dev.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/requirements.txt +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/setup.cfg +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/conftest.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/meta/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/meta/test_packaging_errors.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/model_managers/__init__.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/model_managers/test_mm_compvis.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/model_managers/test_mm_lora.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/model_managers/test_mm_safety_checker.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/model_managers/test_mm_ti.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/model_managers/test_shared_model_manager.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_comfy.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_cuda.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_dynamic_prompt.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_controlnet_annotator.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_inference.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_inference_cascade.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_inference_controlnet.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_inference_custom_model.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_inference_img2img.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_inference_painting.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_lcm.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_lora.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_pp.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_samplers.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_horde_ti.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_image_metadata.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_inference.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_initialisation.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_internal_comfyui_failures.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_payload_mapping.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_safety_checker.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/test_utils.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tests/testing_shared_functions.py +0 -0
- {horde_engine-2.9.2 → horde_engine-2.9.3}/tox.ini +0 -0
|
@@ -111,4 +111,4 @@ jobs:
|
|
|
111
111
|
uses: tsickert/discord-webhook@v5.3.0
|
|
112
112
|
with:
|
|
113
113
|
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
|
114
|
-
content: "New version of horde-engine has been published to pypi: ${{ steps.release.outputs.version }}. Changelog: https://
|
|
114
|
+
content: "New version of horde-engine has been published to pypi: ${{ steps.release.outputs.version }}. Changelog: https://github.com/Haidra-Org/hordelib/blob/releases/CHANGELOG.md"
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## hordelib Changelog
|
|
2
2
|
|
|
3
|
+
## [v2.9.3](https://github.com/Haidra-Org/hordelib/compare/v2.9.2...v2.9.3)
|
|
4
|
+
|
|
5
|
+
5 May 2024
|
|
6
|
+
|
|
7
|
+
- ci/chore: direct link to changelog on webhook [`8ae6a26`](https://github.com/Haidra-Org/hordelib/commit/8ae6a26037d00c47d327472c4d4d36481f0fefc1) (tazlin)
|
|
8
|
+
|
|
3
9
|
## [v2.9.2](https://github.com/Haidra-Org/hordelib/compare/v2.9.1...v2.9.2)
|
|
4
10
|
|
|
5
11
|
5 May 2024
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: horde-engine
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.3
|
|
4
4
|
Summary: A wrapper around ComfyUI to allow use by AI Horde.
|
|
5
5
|
Author-email: tazlin <tazlin.on.github@gmail.com>, db0 <mail@dbzer0.com>, Jug <jugdev@proton.me>
|
|
6
6
|
License: GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: horde-engine
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.3
|
|
4
4
|
Summary: A wrapper around ComfyUI to allow use by AI Horde.
|
|
5
5
|
Author-email: tazlin <tazlin.on.github@gmail.com>, db0 <mail@dbzer0.com>, Jug <jugdev@proton.me>
|
|
6
6
|
License: GNU AFFERO GENERAL PUBLIC LICENSE
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/clip_vision_config_vitl.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/cascade/stage_c_coder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/encoders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy/ldm/modules/temporal_ae.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/chainner_models/types.py
RENAMED
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_align_your_steps.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_compositing.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_custom_sampler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_hypernetwork.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_model_advanced.py
RENAMED
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_model_downscale.py
RENAMED
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_model_merging.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_morphology.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_photomaker.py
RENAMED
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_post_processing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-2.9.2 → horde_engine-2.9.3}/hordelib/_comfyui/comfy_extras/nodes_stable_cascade.py
RENAMED
|
File without changes
|