horde-engine 3.3.0__tar.gz → 3.3.1__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.3.0 → horde_engine-3.3.1}/PKG-INFO +1 -1
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/_version.py +2 -2
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/api.py +2 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/feature_impact.py +56 -3
- {horde_engine-3.3.0 → horde_engine-3.3.1}/.gitignore +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/LICENSE +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/README.md +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/__pyinstaller.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/benchmark.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/beta_models.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/comfy_horde.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/config_path.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/consts.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/exceptions.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/comfy_patches.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/graph_utils.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/in_process.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/interface.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/phase_timing.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/progress_hook.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/execution/sampling_lease.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/feature_requirements.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/horde.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/initialisation.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/installation/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/installation/__main__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/installation/installer.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/installation/manifest.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/installation/manifest.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/integrations/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/integrations/logfire_comfy_internals.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/integrations/logfire_setup.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/metrics.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_database/db_dep.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_database/db_embeds.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_database/diffusers.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_database/med_config.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/base.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/civitai_adhoc.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/civitai_provider.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/civitai_records.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/codeformer.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/compvis.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/controlnet.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/diffusers.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/esrgan.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/gfpgan.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/hyper.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/lora.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/miscellaneous.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/safety_checker.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/model_manager/ti.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/LICENSE +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/README.md +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_example.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_fg_all.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_joint_bg.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_joint_fg.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_bg.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_bg_stop_at.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_fg.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_fg_example.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_fg_example_rgba.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_joint.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/layered_diffusion.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/attention_sharing.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/enums.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/models.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/utils.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/pyproject.toml +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/requirements.txt +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/LICENSE +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/README.md +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/VERSION +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/arcface_arch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/arch_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/codeformer_arch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/rrdbnet_arch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/vgg_arch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/vqgan_arch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/data_sampler.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/data_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/prefetch_dataloader.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/transforms.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/losses/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/losses/loss_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/losses/losses.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/metrics/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/metrics/metric_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/metrics/psnr_ssim.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/models/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/deform_conv.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_cuda.cpp +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_cuda_kernel.cu +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_ext.cpp +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/fused_act.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/src/fused_bias_act.cpp +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/src/fused_bias_act_kernel.cu +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/src/upfirdn2d.cpp +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/src/upfirdn2d_kernel.cu +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/upfirdn2d.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/setup.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/train.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/dist_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/download_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/file_client.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/img_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/lmdb_util.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/logger.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/matlab_functions.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/misc.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/options.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/realesrgan_utils.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/registry.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/version.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/align_trans.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/matlab_cp2tform.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface_net.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface_utils.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/face_detector.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/common.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/experimental.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolo.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolov5l.yaml +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolov5n.yaml +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/autoanchor.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/datasets.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/extract_ckpt.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/general.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/torch_utils.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/bisenet.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/parsenet.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/resnet.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/utils/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/utils/face_restoration_helper.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/utils/face_utils.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/utils/misc.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/README.md +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/gfpganv1_clean_arch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/model_loading.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/stylegan2_clean_arch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/types.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/node_controlnet_model_loader.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/node_image_loader.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/node_image_output.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/node_lora_loader.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/node_model_loader.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/node_upscale_model_loader.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/constants.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/context.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/families/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/families/image.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/families/post_processing.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/graph.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/horde_compat.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/patches.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/payload.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/payload_pp.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/registry.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/resolution.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline/template.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_controlnet.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_flux.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_image_facefix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_image_upscale.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_qr_code.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_qwen.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_cascade.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_cascade_2pass.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_diffusion.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_controlnet.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_flux.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_image_facefix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_image_upscale.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_qr_code.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_qwen.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_cascade.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_cascade_2pass.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_diffusion.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/preload.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/py.typed +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pyinstaller_hooks/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pyinstaller_hooks/hook-hordelib.horde.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/safety.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/safety_checker.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/settings.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/shared_model_manager.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/train.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/__init__.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/distance.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/dynamicprompt.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/gpuinfo.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/image_utils.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/ioredirect.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/logger.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/nvml.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/optional_deps.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/sanitizer.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/switch.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/torch_build.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/utils/torch_memory.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/vram_planning.py +0 -0
- {horde_engine-3.3.0 → horde_engine-3.3.1}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: horde-engine
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.1
|
|
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.3.
|
|
22
|
-
__version_tuple__ = version_tuple = (3, 3,
|
|
21
|
+
__version__ = version = '3.3.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (3, 3, 1)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -23,6 +23,7 @@ from hordelib.execution.sampling_lease import (
|
|
|
23
23
|
)
|
|
24
24
|
from hordelib.feature_impact import (
|
|
25
25
|
FEATURE_KIND,
|
|
26
|
+
FEATURE_PHASE,
|
|
26
27
|
BaselineBurden,
|
|
27
28
|
BurdenEstimate,
|
|
28
29
|
CalibrationSample,
|
|
@@ -98,6 +99,7 @@ if TYPE_CHECKING:
|
|
|
98
99
|
__all__ = [
|
|
99
100
|
"CONTROLNET_ANNOTATOR_DOWNLOAD_BYTES",
|
|
100
101
|
"FEATURE_KIND",
|
|
102
|
+
"FEATURE_PHASE",
|
|
101
103
|
"AcceleratorInfo",
|
|
102
104
|
"AcceleratorKind",
|
|
103
105
|
"BaselineBurden",
|
|
@@ -37,6 +37,20 @@ class FEATURE_KIND(StrEnum):
|
|
|
37
37
|
strip_background = auto()
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
class FEATURE_PHASE(StrEnum):
|
|
41
|
+
"""When in a job's lifecycle a feature's VRAM is consumed.
|
|
42
|
+
|
|
43
|
+
A consumer that schedules several jobs on one device needs this distinction: the ``sampling`` cost
|
|
44
|
+
is co-resident with the checkpoint while it denoises, whereas a ``post_processing`` cost (an upscaler
|
|
45
|
+
or face-fixer) is claimed *after* sampling completes and the checkpoint may already have been evicted.
|
|
46
|
+
Summing both into a single per-job figure hides that the post-processing peaks of distinct in-flight
|
|
47
|
+
jobs can align in time and over-commit the card, so the estimate is reported per phase.
|
|
48
|
+
"""
|
|
49
|
+
|
|
50
|
+
sampling = auto()
|
|
51
|
+
post_processing = auto()
|
|
52
|
+
|
|
53
|
+
|
|
40
54
|
class DownloadTrigger(BaseModel):
|
|
41
55
|
"""Whether using a feature/model can trigger an ad-hoc network download."""
|
|
42
56
|
|
|
@@ -54,6 +68,8 @@ class FeatureImpact(BaseModel):
|
|
|
54
68
|
"""Activation-scaling component, applied per output megapixel."""
|
|
55
69
|
ram_delta_mb: int
|
|
56
70
|
download: DownloadTrigger
|
|
71
|
+
phase: FEATURE_PHASE = FEATURE_PHASE.sampling
|
|
72
|
+
"""The job phase this feature's VRAM is consumed in; drives the per-phase split of the estimate."""
|
|
57
73
|
applies_to_baselines: list[str] | None = None
|
|
58
74
|
"""Baseline values this feature is available for (None = all)."""
|
|
59
75
|
notes: str = ""
|
|
@@ -91,6 +107,17 @@ class BurdenEstimate(BaseModel):
|
|
|
91
107
|
"""The estimated total burden of one job configuration."""
|
|
92
108
|
|
|
93
109
|
vram_mb: int
|
|
110
|
+
"""Total peak VRAM (``vram_sampling_mb + vram_post_processing_mb``); kept for back-compat callers."""
|
|
111
|
+
vram_sampling_mb: int = 0
|
|
112
|
+
"""VRAM resident during sampling: the baseline plus every sampling-phase feature delta.
|
|
113
|
+
|
|
114
|
+
Defaults to 0 so a ``BurdenEstimate`` deserialized from an older producer is still constructible; live
|
|
115
|
+
estimates from :func:`estimate_job_burden` always populate it."""
|
|
116
|
+
vram_post_processing_mb: int = 0
|
|
117
|
+
"""Marginal VRAM peak of the post-processing phase (upscalers/face-fixers), claimed after sampling.
|
|
118
|
+
|
|
119
|
+
This is the figure a scheduler reserves against concurrent dispatch, since it lands while the slot has
|
|
120
|
+
already been released for the next job. Zero when the job has no post-processing features."""
|
|
94
121
|
ram_mb: int
|
|
95
122
|
disk_bytes_needed: int
|
|
96
123
|
downloads_expected: list[DownloadTrigger]
|
|
@@ -299,6 +326,7 @@ _FEATURE_SEEDS: list[FeatureImpact] = [
|
|
|
299
326
|
vram_delta_per_megapixel_mb=300,
|
|
300
327
|
ram_delta_mb=2000,
|
|
301
328
|
download=DownloadTrigger(triggered=True, typical_size_mb=70),
|
|
329
|
+
phase=FEATURE_PHASE.post_processing,
|
|
302
330
|
notes="ESRGAN-family upscalers; model is small but activations on large outputs are not.",
|
|
303
331
|
),
|
|
304
332
|
FeatureImpact(
|
|
@@ -306,6 +334,7 @@ _FEATURE_SEEDS: list[FeatureImpact] = [
|
|
|
306
334
|
vram_delta_mb=1500,
|
|
307
335
|
ram_delta_mb=2000,
|
|
308
336
|
download=DownloadTrigger(triggered=True, typical_size_mb=350),
|
|
337
|
+
phase=FEATURE_PHASE.post_processing,
|
|
309
338
|
notes="GFPGAN/CodeFormer weights.",
|
|
310
339
|
),
|
|
311
340
|
FeatureImpact(
|
|
@@ -313,6 +342,7 @@ _FEATURE_SEEDS: list[FeatureImpact] = [
|
|
|
313
342
|
vram_delta_mb=1000,
|
|
314
343
|
ram_delta_mb=1500,
|
|
315
344
|
download=DownloadTrigger(triggered=True, typical_size_mb=170),
|
|
345
|
+
phase=FEATURE_PHASE.post_processing,
|
|
316
346
|
),
|
|
317
347
|
]
|
|
318
348
|
|
|
@@ -340,9 +370,21 @@ def estimate_job_burden(
|
|
|
340
370
|
batch: int = 1,
|
|
341
371
|
features: list[FEATURE_KIND] | None = None,
|
|
342
372
|
model_record: ImageGenerationModelRecord | None = None,
|
|
373
|
+
aux_model_weights_mb: dict[FEATURE_KIND, float] | None = None,
|
|
343
374
|
) -> BurdenEstimate:
|
|
344
375
|
"""Estimate the total resource burden of one job configuration.
|
|
345
376
|
|
|
377
|
+
The VRAM total is reported both as a single ``vram_mb`` (back-compat) and split by
|
|
378
|
+
:class:`FEATURE_PHASE`: ``vram_sampling_mb`` (baseline plus sampling-phase features) and
|
|
379
|
+
``vram_post_processing_mb`` (the marginal upscaler/face-fixer peak that lands after sampling). A
|
|
380
|
+
scheduler reserves the post-processing figure against concurrent dispatch because it is claimed once
|
|
381
|
+
the inference slot has already been released for the next job.
|
|
382
|
+
|
|
383
|
+
``aux_model_weights_mb`` lets a caller that has resolved a specific auxiliary model (e.g. a particular
|
|
384
|
+
ESRGAN upscaler or controlnet) supply its real resident weight (MB), replacing that feature's flat
|
|
385
|
+
``vram_delta_mb`` term while keeping the activation (per-megapixel) term. Unsupplied features keep the
|
|
386
|
+
conservative seed.
|
|
387
|
+
|
|
346
388
|
Never raises on unknown baselines: pre-flight callers need an answer for every
|
|
347
389
|
job, so unknown baselines use a heavy fallback seed and are flagged via
|
|
348
390
|
``baseline_known=False``.
|
|
@@ -354,7 +396,8 @@ def estimate_job_burden(
|
|
|
354
396
|
|
|
355
397
|
megapixels = (width * height) / 1_000_000
|
|
356
398
|
|
|
357
|
-
|
|
399
|
+
vram_sampling_mb = burden.vram_base_mb + round(burden.vram_per_megapixel_mb * megapixels * batch)
|
|
400
|
+
vram_post_processing_mb = 0
|
|
358
401
|
ram_mb = burden.ram_base_mb
|
|
359
402
|
downloads_expected: list[DownloadTrigger] = []
|
|
360
403
|
|
|
@@ -364,7 +407,15 @@ def estimate_job_burden(
|
|
|
364
407
|
continue
|
|
365
408
|
if impact.applies_to_baselines is not None and baseline not in impact.applies_to_baselines:
|
|
366
409
|
continue
|
|
367
|
-
|
|
410
|
+
if aux_model_weights_mb is not None and kind in aux_model_weights_mb:
|
|
411
|
+
weight_mb = round(aux_model_weights_mb[kind])
|
|
412
|
+
else:
|
|
413
|
+
weight_mb = impact.vram_delta_mb
|
|
414
|
+
vram_delta = weight_mb + round(impact.vram_delta_per_megapixel_mb * megapixels)
|
|
415
|
+
if impact.phase == FEATURE_PHASE.post_processing:
|
|
416
|
+
vram_post_processing_mb += vram_delta
|
|
417
|
+
else:
|
|
418
|
+
vram_sampling_mb += vram_delta
|
|
368
419
|
ram_mb += impact.ram_delta_mb
|
|
369
420
|
if impact.download.triggered:
|
|
370
421
|
downloads_expected.append(impact.download)
|
|
@@ -376,7 +427,9 @@ def estimate_job_burden(
|
|
|
376
427
|
disk_bytes += sum((trigger.typical_size_mb or 0) * 1024 * 1024 for trigger in downloads_expected)
|
|
377
428
|
|
|
378
429
|
return BurdenEstimate(
|
|
379
|
-
vram_mb=
|
|
430
|
+
vram_mb=vram_sampling_mb + vram_post_processing_mb,
|
|
431
|
+
vram_sampling_mb=vram_sampling_mb,
|
|
432
|
+
vram_post_processing_mb=vram_post_processing_mb,
|
|
380
433
|
ram_mb=ram_mb,
|
|
381
434
|
disk_bytes_needed=disk_bytes,
|
|
382
435
|
downloads_expected=downloads_expected,
|
|
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.3.0 → horde_engine-3.3.1}/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.3.0 → horde_engine-3.3.1}/hordelib/nodes/comfyui_layerdiffuse/pyproject.toml
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/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.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/arch_util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/vgg_arch.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/archs/vqgan_arch.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/data_sampler.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/data_util.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/data/transforms.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/losses/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/losses/loss_util.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/losses/losses.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/metrics/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/metrics/psnr_ssim.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/models/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/ops/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/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.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/dist_util.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/file_client.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/img_util.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/lmdb_util.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/logger.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/misc.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/basicsr/utils/options.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/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
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/bisenet.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/parsenet.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/parsing/resnet.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/utils/face_utils.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/facelib/utils/misc.py
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/README.md
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/nodes/facerestore_cf/r_chainner/model_loading.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
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_controlnet.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_image_facefix.json
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_image_upscale.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_cascade.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipeline_designs/pipeline_stable_diffusion.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_controlnet_annotator.json
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_controlnet_hires_fix.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_cascade_2pass.json
RENAMED
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_cascade_remix.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.3.0 → horde_engine-3.3.1}/hordelib/pipelines/pipeline_stable_diffusion_paint.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
|
|
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
|