horde-engine 3.2.5__tar.gz → 3.2.7__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-3.2.5 → horde_engine-3.2.7}/PKG-INFO +1 -1
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/_version.py +2 -2
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/api.py +6 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/initialisation.py +8 -0
- horde_engine-3.2.7/hordelib/pipeline/constants.py +98 -0
- horde_engine-3.2.5/hordelib/pipeline/constants.py +0 -58
- {horde_engine-3.2.5 → horde_engine-3.2.7}/.gitignore +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/LICENSE +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/README.md +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/__pyinstaller.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/benchmark.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/beta_models.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/comfy_horde.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/config_path.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/consts.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/exceptions.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/comfy_patches.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/graph_utils.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/in_process.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/interface.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/phase_timing.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/progress_hook.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/execution/sampling_lease.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/feature_impact.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/feature_requirements.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/horde.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/installation/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/installation/__main__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/installation/installer.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/installation/manifest.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/installation/manifest.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/integrations/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/integrations/logfire_comfy_internals.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/integrations/logfire_setup.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/metrics.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_database/db_dep.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_database/db_embeds.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_database/diffusers.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_database/med_config.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/base.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/civitai_adhoc.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/civitai_provider.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/civitai_records.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/codeformer.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/compvis.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/controlnet.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/diffusers.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/esrgan.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/gfpgan.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/hyper.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/lora.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/miscellaneous.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/safety_checker.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/model_manager/ti.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/LICENSE +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/README.md +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_example.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_fg_all.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_joint_bg.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_joint_fg.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_bg.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_bg_stop_at.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_fg.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_fg_example.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_fg_example_rgba.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_joint.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/layered_diffusion.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/attention_sharing.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/enums.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/models.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/utils.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/pyproject.toml +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/requirements.txt +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/LICENSE +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/README.md +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/VERSION +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/arcface_arch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/arch_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/codeformer_arch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/rrdbnet_arch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/vgg_arch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/vqgan_arch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/data_sampler.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/data_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/prefetch_dataloader.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/transforms.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/losses/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/losses/loss_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/losses/losses.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/metrics/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/metrics/metric_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/metrics/psnr_ssim.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/models/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/deform_conv.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_cuda.cpp +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_cuda_kernel.cu +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_ext.cpp +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/fused_act.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/src/fused_bias_act.cpp +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/src/fused_bias_act_kernel.cu +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/src/upfirdn2d.cpp +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/src/upfirdn2d_kernel.cu +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/upfirdn2d.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/setup.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/train.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/dist_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/download_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/file_client.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/img_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/lmdb_util.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/logger.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/matlab_functions.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/misc.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/options.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/realesrgan_utils.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/registry.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/version.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/align_trans.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/matlab_cp2tform.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface_net.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface_utils.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/face_detector.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/common.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/experimental.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolo.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolov5l.yaml +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolov5n.yaml +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/autoanchor.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/datasets.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/extract_ckpt.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/general.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/torch_utils.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/parsing/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/parsing/bisenet.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/parsing/parsenet.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/parsing/resnet.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/utils/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/utils/face_restoration_helper.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/utils/face_utils.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/facelib/utils/misc.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/r_chainner/README.md +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/r_chainner/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/r_chainner/gfpganv1_clean_arch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/r_chainner/model_loading.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/r_chainner/stylegan2_clean_arch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/r_chainner/types.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/node_controlnet_model_loader.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/node_image_loader.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/node_image_output.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/node_lora_loader.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/node_model_loader.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/node_upscale_model_loader.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/context.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/families/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/families/image.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/families/post_processing.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/graph.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/horde_compat.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/patches.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/payload.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/payload_pp.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/registry.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/resolution.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline/template.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_controlnet.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_flux.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_image_facefix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_image_upscale.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_qr_code.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_qwen.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_stable_cascade.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_stable_cascade_2pass.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_stable_diffusion.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipeline_designs/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_controlnet.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_flux.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_image_facefix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_image_upscale.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_qr_code.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_qwen.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_stable_cascade.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_stable_cascade_2pass.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_stable_diffusion.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pipelines/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/preload.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/py.typed +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pyinstaller_hooks/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/pyinstaller_hooks/hook-hordelib.horde.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/safety.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/safety_checker.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/settings.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/shared_model_manager.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/train.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/__init__.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/distance.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/dynamicprompt.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/gpuinfo.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/image_utils.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/ioredirect.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/logger.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/optional_deps.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/sanitizer.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/switch.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/torch_build.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/utils/torch_memory.py +0 -0
- {horde_engine-3.2.5 → horde_engine-3.2.7}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: horde-engine
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.7
|
|
4
4
|
Summary: A wrapper around ComfyUI to allow use by AI Horde.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Haidra-Org/hordelib
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/Haidra-Org/hordelib/issues
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '3.2.
|
|
22
|
-
__version_tuple__ = version_tuple = (3, 2,
|
|
21
|
+
__version__ = version = '3.2.7'
|
|
22
|
+
__version_tuple__ = version_tuple = (3, 2, 7)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -53,6 +53,10 @@ from hordelib.metrics import (
|
|
|
53
53
|
SamplingStats,
|
|
54
54
|
get_metrics_collector,
|
|
55
55
|
)
|
|
56
|
+
from hordelib.pipeline.constants import (
|
|
57
|
+
CONTROLNET_ANNOTATOR_DOWNLOAD_BYTES,
|
|
58
|
+
controlnet_annotator_download_bytes,
|
|
59
|
+
)
|
|
56
60
|
from hordelib.pipeline.payload import ImageGenPayload
|
|
57
61
|
from hordelib.pipeline.payload_pp import (
|
|
58
62
|
FacefixPayload,
|
|
@@ -77,6 +81,7 @@ from hordelib.utils.torch_memory import (
|
|
|
77
81
|
)
|
|
78
82
|
|
|
79
83
|
__all__ = [
|
|
84
|
+
"CONTROLNET_ANNOTATOR_DOWNLOAD_BYTES",
|
|
80
85
|
"FEATURE_KIND",
|
|
81
86
|
"AcceleratorInfo",
|
|
82
87
|
"AcceleratorKind",
|
|
@@ -114,6 +119,7 @@ __all__ = [
|
|
|
114
119
|
"available_features",
|
|
115
120
|
"classify_post_processor",
|
|
116
121
|
"clear_accelerator_cache",
|
|
122
|
+
"controlnet_annotator_download_bytes",
|
|
117
123
|
"enumerate_accelerators",
|
|
118
124
|
"estimate_job_burden",
|
|
119
125
|
"feature_available",
|
|
@@ -49,6 +49,14 @@ def initialise(
|
|
|
49
49
|
"""
|
|
50
50
|
global _is_initialised
|
|
51
51
|
|
|
52
|
+
# Opt the CUDA/ROCm caching allocator into expandable segments before ComfyUI imports torch.
|
|
53
|
+
# Fragmentation (a large "reserved but unallocated" pool) is a common cause of an out-of-memory
|
|
54
|
+
# error even when the device still reports free memory; torch's own OOM message recommends this
|
|
55
|
+
# setting. setdefault leaves any operator-provided value untouched. Harmless on non-CUDA backends
|
|
56
|
+
# (the variable is ignored). On ROCm/HIP builds the equivalent variable is set too.
|
|
57
|
+
os.environ.setdefault("PYTORCH_CUDA_ALLOC_CONF", "expandable_segments:True")
|
|
58
|
+
os.environ.setdefault("PYTORCH_HIP_ALLOC_CONF", "expandable_segments:True")
|
|
59
|
+
|
|
52
60
|
# Wipe existing logs if requested
|
|
53
61
|
if clear_logs and os.path.exists("./logs"):
|
|
54
62
|
shutil.rmtree("./logs")
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"""Vocabularies shared by the payload models and pipeline templates.
|
|
2
|
+
|
|
3
|
+
These are the canonical copies; ``HordeLib``'s class attributes alias them for backwards
|
|
4
|
+
compatibility until the legacy payload path is removed.
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
from collections.abc import Iterable
|
|
8
|
+
|
|
9
|
+
SAMPLERS_MAP = {
|
|
10
|
+
"k_euler": "euler",
|
|
11
|
+
"k_euler_a": "euler_ancestral",
|
|
12
|
+
"k_heun": "heun",
|
|
13
|
+
"k_dpm_2": "dpm_2",
|
|
14
|
+
"k_dpm_2_a": "dpm_2_ancestral",
|
|
15
|
+
"k_lms": "lms",
|
|
16
|
+
"k_dpm_fast": "dpm_fast",
|
|
17
|
+
"k_dpm_adaptive": "dpm_adaptive",
|
|
18
|
+
"k_dpmpp_2s_a": "dpmpp_2s_ancestral",
|
|
19
|
+
"k_dpmpp_sde": "dpmpp_sde",
|
|
20
|
+
"k_dpmpp_2m": "dpmpp_2m",
|
|
21
|
+
"ddim": "ddim",
|
|
22
|
+
"uni_pc": "uni_pc",
|
|
23
|
+
"uni_pc_bh2": "uni_pc_bh2",
|
|
24
|
+
"plms": "euler",
|
|
25
|
+
"lcm": "lcm",
|
|
26
|
+
}
|
|
27
|
+
"""Horde sampler names to ComfyUI sampler names."""
|
|
28
|
+
|
|
29
|
+
# Horde control_type on the left, comfyui_controlnet_aux preprocessor on the right
|
|
30
|
+
CONTROLNET_IMAGE_PREPROCESSOR_MAP = {
|
|
31
|
+
"canny": "CannyEdgePreprocessor",
|
|
32
|
+
"hed": "HEDPreprocessor",
|
|
33
|
+
"depth": "LeReS-DepthMapPreprocessor",
|
|
34
|
+
"normal": "MiDaS-NormalMapPreprocessor",
|
|
35
|
+
"openpose": "OpenposePreprocessor",
|
|
36
|
+
"seg": "SemSegPreprocessor",
|
|
37
|
+
"scribble": "ScribblePreprocessor",
|
|
38
|
+
"fakescribbles": "FakeScribblePreprocessor",
|
|
39
|
+
"hough": "M-LSDPreprocessor", # horde backward compatibility
|
|
40
|
+
"mlsd": "M-LSDPreprocessor",
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
CONTROLNET_MODEL_MAP = {
|
|
44
|
+
"canny": "diff_control_sd15_canny_fp16.safetensors",
|
|
45
|
+
"hed": "diff_control_sd15_hed_fp16.safetensors",
|
|
46
|
+
"depth": "diff_control_sd15_depth_fp16.safetensors",
|
|
47
|
+
"normal": "control_normal_fp16.safetensors",
|
|
48
|
+
"openpose": "control_openpose_fp16.safetensors",
|
|
49
|
+
"seg": "control_seg_fp16.safetensors",
|
|
50
|
+
"scribble": "control_scribble_fp16.safetensors",
|
|
51
|
+
"fakescribble": "control_scribble_fp16.safetensors",
|
|
52
|
+
"fakescribbles": "control_scribble_fp16.safetensors",
|
|
53
|
+
"mlsd": "control_mlsd_fp16.safetensors",
|
|
54
|
+
"hough": "control_mlsd_fp16.safetensors",
|
|
55
|
+
}
|
|
56
|
+
"""Horde control_type to controlnet model filename."""
|
|
57
|
+
|
|
58
|
+
# Rough order-of-magnitude of the checkpoint(s) each control_type's comfyui_controlnet_aux detector
|
|
59
|
+
# downloads from the HuggingFace hub on first use, into AUX_ANNOTATOR_CKPTS_PATH (see hordelib.preload).
|
|
60
|
+
# These are *annotator* (preprocessor) weights, distinct from the controlnet model weights in
|
|
61
|
+
# CONTROLNET_MODEL_MAP. Used only for download/disk previews (e.g. the worker's benchmark planner), so a
|
|
62
|
+
# ROM estimate is sufficient; the real fetch verifies actual sizes. canny/scribble/mlsd are pure-cv2 and
|
|
63
|
+
# download nothing (0). Keep keys aligned with CONTROLNET_IMAGE_PREPROCESSOR_MAP.
|
|
64
|
+
CONTROLNET_ANNOTATOR_DOWNLOAD_BYTES = {
|
|
65
|
+
"canny": 0,
|
|
66
|
+
"hed": 56 * 1024**2, # ControlNetHED.pth
|
|
67
|
+
"depth": 800 * 1024**2, # LeReS: res101.pth (~470MB) + latest_net_G.pth (~320MB)
|
|
68
|
+
"normal": 470 * 1024**2, # Intel/dpt-hybrid-midas pytorch_model.bin
|
|
69
|
+
"openpose": 200 * 1024**2, # body/hand/face pose models (needs the controlnet/onnxruntime extra)
|
|
70
|
+
"seg": 170 * 1024**2, # UniFormer segmentation
|
|
71
|
+
"scribble": 0,
|
|
72
|
+
"fakescribbles": 56 * 1024**2, # FakeScribble runs the HED detector underneath
|
|
73
|
+
"hough": 6 * 1024**2, # M-LSD
|
|
74
|
+
"mlsd": 6 * 1024**2,
|
|
75
|
+
}
|
|
76
|
+
"""Horde control_type to an estimated annotator-checkpoint download size in bytes (ROM)."""
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
def controlnet_annotator_download_bytes(control_types: Iterable[str | None]) -> int:
|
|
80
|
+
"""Return the summed ROM annotator-download size for *control_types*.
|
|
81
|
+
|
|
82
|
+
Unknown or ``None`` control types contribute 0 (they may be pure-cv2 or not annotator-backed), so a
|
|
83
|
+
consumer can pass a level's raw control types without filtering. Duplicates are de-duplicated first:
|
|
84
|
+
an annotator is fetched once and shared on disk, so sweeping the same type twice costs it once.
|
|
85
|
+
|
|
86
|
+
Args:
|
|
87
|
+
control_types: Horde ``control_type`` values (``None`` entries allowed and ignored).
|
|
88
|
+
|
|
89
|
+
Returns:
|
|
90
|
+
The total estimated annotator download size in bytes (0 when none are annotator-backed).
|
|
91
|
+
"""
|
|
92
|
+
distinct = {control_type for control_type in control_types if control_type}
|
|
93
|
+
return sum(CONTROLNET_ANNOTATOR_DOWNLOAD_BYTES.get(control_type, 0) for control_type in distinct)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
SOURCE_IMAGE_PROCESSING_OPTIONS = ["img2img", "inpainting", "outpainting", "remix"]
|
|
97
|
+
|
|
98
|
+
SCHEDULERS = ["normal", "karras", "simple", "ddim_uniform", "sgm_uniform", "exponential"]
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"""Vocabularies shared by the payload models and pipeline templates.
|
|
2
|
-
|
|
3
|
-
These are the canonical copies; ``HordeLib``'s class attributes alias them for backwards
|
|
4
|
-
compatibility until the legacy payload path is removed.
|
|
5
|
-
"""
|
|
6
|
-
|
|
7
|
-
SAMPLERS_MAP = {
|
|
8
|
-
"k_euler": "euler",
|
|
9
|
-
"k_euler_a": "euler_ancestral",
|
|
10
|
-
"k_heun": "heun",
|
|
11
|
-
"k_dpm_2": "dpm_2",
|
|
12
|
-
"k_dpm_2_a": "dpm_2_ancestral",
|
|
13
|
-
"k_lms": "lms",
|
|
14
|
-
"k_dpm_fast": "dpm_fast",
|
|
15
|
-
"k_dpm_adaptive": "dpm_adaptive",
|
|
16
|
-
"k_dpmpp_2s_a": "dpmpp_2s_ancestral",
|
|
17
|
-
"k_dpmpp_sde": "dpmpp_sde",
|
|
18
|
-
"k_dpmpp_2m": "dpmpp_2m",
|
|
19
|
-
"ddim": "ddim",
|
|
20
|
-
"uni_pc": "uni_pc",
|
|
21
|
-
"uni_pc_bh2": "uni_pc_bh2",
|
|
22
|
-
"plms": "euler",
|
|
23
|
-
"lcm": "lcm",
|
|
24
|
-
}
|
|
25
|
-
"""Horde sampler names to ComfyUI sampler names."""
|
|
26
|
-
|
|
27
|
-
# Horde control_type on the left, comfyui_controlnet_aux preprocessor on the right
|
|
28
|
-
CONTROLNET_IMAGE_PREPROCESSOR_MAP = {
|
|
29
|
-
"canny": "CannyEdgePreprocessor",
|
|
30
|
-
"hed": "HEDPreprocessor",
|
|
31
|
-
"depth": "LeReS-DepthMapPreprocessor",
|
|
32
|
-
"normal": "MiDaS-NormalMapPreprocessor",
|
|
33
|
-
"openpose": "OpenposePreprocessor",
|
|
34
|
-
"seg": "SemSegPreprocessor",
|
|
35
|
-
"scribble": "ScribblePreprocessor",
|
|
36
|
-
"fakescribbles": "FakeScribblePreprocessor",
|
|
37
|
-
"hough": "M-LSDPreprocessor", # horde backward compatibility
|
|
38
|
-
"mlsd": "M-LSDPreprocessor",
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
CONTROLNET_MODEL_MAP = {
|
|
42
|
-
"canny": "diff_control_sd15_canny_fp16.safetensors",
|
|
43
|
-
"hed": "diff_control_sd15_hed_fp16.safetensors",
|
|
44
|
-
"depth": "diff_control_sd15_depth_fp16.safetensors",
|
|
45
|
-
"normal": "control_normal_fp16.safetensors",
|
|
46
|
-
"openpose": "control_openpose_fp16.safetensors",
|
|
47
|
-
"seg": "control_seg_fp16.safetensors",
|
|
48
|
-
"scribble": "control_scribble_fp16.safetensors",
|
|
49
|
-
"fakescribble": "control_scribble_fp16.safetensors",
|
|
50
|
-
"fakescribbles": "control_scribble_fp16.safetensors",
|
|
51
|
-
"mlsd": "control_mlsd_fp16.safetensors",
|
|
52
|
-
"hough": "control_mlsd_fp16.safetensors",
|
|
53
|
-
}
|
|
54
|
-
"""Horde control_type to controlnet model filename."""
|
|
55
|
-
|
|
56
|
-
SOURCE_IMAGE_PROCESSING_OPTIONS = ["img2img", "inpainting", "outpainting", "remix"]
|
|
57
|
-
|
|
58
|
-
SCHEDULERS = ["normal", "karras", "simple", "ddim_uniform", "sgm_uniform", "exponential"]
|
|
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-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/layered_diffusion.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/pyproject.toml
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/comfyui_layerdiffuse/requirements.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/arch_util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/vgg_arch.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/archs/vqgan_arch.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/data_sampler.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/data_util.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/data/transforms.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/losses/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/losses/loss_util.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/losses/losses.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/metrics/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/metrics/psnr_ssim.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/models/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/__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
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/dist_util.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/file_client.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/img_util.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/lmdb_util.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/logger.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/misc.py
RENAMED
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/options.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.2.5 → horde_engine-3.2.7}/hordelib/nodes/facerestore_cf/basicsr/utils/registry.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
|