horde-engine 3.4.2__tar.gz → 3.5.0__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.4.2 → horde_engine-3.5.0}/PKG-INFO +1 -1
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/_version.py +2 -2
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/comfy_patches.py +3 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/base.py +23 -10
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/families/image.py +22 -7
- horde_engine-3.5.0/hordelib/pipelines/pipeline_z_image.json +128 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/pyproject.toml +1 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/.gitignore +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/LICENSE +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/README.md +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/__pyinstaller.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/api.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/benchmark.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/beta_models.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/comfy_horde.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/config_path.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/consts.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/exceptions.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/graph_utils.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/in_process.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/interface.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/phase_timing.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/progress_hook.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/execution/sampling_lease.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/feature_impact.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/feature_requirements.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/horde.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/initialisation.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/installation/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/installation/__main__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/installation/installer.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/installation/manifest.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/installation/manifest.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/integrations/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/integrations/logfire_comfy_internals.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/integrations/logfire_setup.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/metrics.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_database/db_dep.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_database/db_embeds.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_database/diffusers.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_database/med_config.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/civitai_adhoc.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/civitai_provider.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/civitai_records.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/codeformer.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/compvis.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/controlnet.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/diffusers.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/esrgan.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/gfpgan.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/hyper.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/lora.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/miscellaneous.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/safety_checker.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/model_manager/ti.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/LICENSE +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/README.md +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_example.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_fg_all.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_joint_bg.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_cond_joint_fg.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_bg.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_bg_stop_at.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_diff_fg.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_fg_example.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_fg_example_rgba.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/examples/layer_diffusion_joint.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/layered_diffusion.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/attention_sharing.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/enums.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/models.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/lib_layerdiffusion/utils.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/pyproject.toml +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/requirements.txt +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/LICENSE +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/README.md +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/VERSION +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/arcface_arch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/arch_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/codeformer_arch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/rrdbnet_arch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/vgg_arch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/vqgan_arch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/data_sampler.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/data_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/prefetch_dataloader.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/transforms.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/losses/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/losses/loss_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/losses/losses.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/metrics/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/metrics/metric_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/metrics/psnr_ssim.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/models/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/deform_conv.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_cuda.cpp +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_cuda_kernel.cu +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/dcn/src/deform_conv_ext.cpp +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/fused_act.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/src/fused_bias_act.cpp +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/fused_act/src/fused_bias_act_kernel.cu +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/src/upfirdn2d.cpp +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/src/upfirdn2d_kernel.cu +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/upfirdn2d/upfirdn2d.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/setup.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/train.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/dist_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/download_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/file_client.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/img_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/lmdb_util.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/logger.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/matlab_functions.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/misc.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/options.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/realesrgan_utils.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/registry.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/version.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/align_trans.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/matlab_cp2tform.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface_net.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/retinaface/retinaface_utils.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/face_detector.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/common.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/experimental.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolo.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolov5l.yaml +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/models/yolov5n.yaml +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/autoanchor.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/datasets.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/extract_ckpt.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/general.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/detection/yolov5face/utils/torch_utils.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/parsing/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/parsing/bisenet.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/parsing/parsenet.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/parsing/resnet.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/utils/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/utils/face_restoration_helper.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/utils/face_utils.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/facelib/utils/misc.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/r_chainner/README.md +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/r_chainner/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/r_chainner/gfpganv1_clean_arch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/r_chainner/model_loading.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/r_chainner/stylegan2_clean_arch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/r_chainner/types.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/node_controlnet_model_loader.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/node_image_loader.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/node_image_output.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/node_lora_loader.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/node_model_loader.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/node_upscale_model_loader.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/constants.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/context.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/families/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/families/post_processing.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/graph.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/horde_compat.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/patches.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/payload.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/payload_pp.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/registry.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/resolution.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline/template.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_controlnet.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_flux.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_image_facefix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_image_upscale.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_qr_code.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_qwen.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_stable_cascade.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_stable_cascade_2pass.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_stable_diffusion.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipeline_designs/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_controlnet.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_controlnet_annotator.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_controlnet_hires_fix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_flux.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_image_facefix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_image_upscale.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_qr_code.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_qwen.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_stable_cascade.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_stable_cascade_2pass.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_stable_cascade_remix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_stable_diffusion.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_stable_diffusion_hires_fix.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_stable_diffusion_img2img_mask.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pipelines/pipeline_stable_diffusion_paint.json +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/preload.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/py.typed +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pyinstaller_hooks/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/pyinstaller_hooks/hook-hordelib.horde.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/safety.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/safety_checker.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/settings.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/shared_model_manager.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/train.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/__init__.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/distance.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/dynamicprompt.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/gpuinfo.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/image_utils.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/ioredirect.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/logger.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/nvml.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/optional_deps.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/sanitizer.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/switch.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/torch_build.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/utils/torch_memory.py +0 -0
- {horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/vram_planning.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: horde-engine
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.5.0
|
|
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.
|
|
22
|
-
__version_tuple__ = version_tuple = (3,
|
|
21
|
+
__version__ = version = '3.5.0'
|
|
22
|
+
__version_tuple__ = version_tuple = (3, 5, 0)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -33,6 +33,7 @@ FORCE_LOAD_SKIP_CLASS_NAMES: tuple[str, ...] = (
|
|
|
33
33
|
"SDXLRefiner",
|
|
34
34
|
"Flux",
|
|
35
35
|
"QwenImage",
|
|
36
|
+
"Lumina2",
|
|
36
37
|
)
|
|
37
38
|
"""The comfy ``model_base`` class names hordelib must keep in lockstep with ComfyUI.
|
|
38
39
|
|
|
@@ -88,6 +89,8 @@ def _baseline_class_names() -> dict:
|
|
|
88
89
|
KNOWN_IMAGE_GENERATION_BASELINE.flux_schnell: ("Flux",),
|
|
89
90
|
KNOWN_IMAGE_GENERATION_BASELINE.flux_dev: ("Flux",),
|
|
90
91
|
KNOWN_IMAGE_GENERATION_BASELINE.qwen_image: ("QwenImage",),
|
|
92
|
+
# Z-Image (incl. Z-Image-Turbo) loads as comfy's Lumina2 model_base class.
|
|
93
|
+
KNOWN_IMAGE_GENERATION_BASELINE.z_image_turbo: ("Lumina2",),
|
|
91
94
|
},
|
|
92
95
|
)
|
|
93
96
|
return BASELINE_FORCE_LOAD_CLASS_NAMES
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import os
|
|
1
2
|
import threading
|
|
2
3
|
from abc import ABC
|
|
3
4
|
from collections.abc import Callable, Iterable
|
|
@@ -14,6 +15,7 @@ from horde_model_reference import (
|
|
|
14
15
|
file_paths_for,
|
|
15
16
|
get_category_descriptor,
|
|
16
17
|
horde_model_reference_paths,
|
|
18
|
+
is_present,
|
|
17
19
|
)
|
|
18
20
|
from horde_model_reference.model_reference_manager import ModelReferenceManager
|
|
19
21
|
from horde_model_reference.model_reference_records import GenericModelRecord
|
|
@@ -539,11 +541,23 @@ class BaseModelManager[RecordT: GenericModelRecord | dict[str, Any]](ABC):
|
|
|
539
541
|
self.validate_model(model)
|
|
540
542
|
return True
|
|
541
543
|
|
|
542
|
-
def
|
|
544
|
+
def _extra_weights_roots(self) -> list[Path]:
|
|
545
|
+
"""Additional weights roots to search for already-present files, from the environment.
|
|
546
|
+
|
|
547
|
+
Mirrors the worker's ``AIWORKER_EXTRA_MODEL_DIRECTORIES`` (an ``os.pathsep``-separated list of
|
|
548
|
+
weights-root directories) so a model spread across disks is judged present here exactly as the
|
|
549
|
+
worker's download planner judges it.
|
|
543
550
|
"""
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
551
|
+
raw = os.environ.get("AIWORKER_EXTRA_MODEL_DIRECTORIES", "")
|
|
552
|
+
return [Path(entry) for entry in raw.split(os.pathsep) if entry.strip()]
|
|
553
|
+
|
|
554
|
+
def is_model_available(self, model_name: str) -> bool:
|
|
555
|
+
"""Return whether *model_name*'s declared files all exist on disk (existence-only).
|
|
556
|
+
|
|
557
|
+
Presence is delegated to horde_model_reference's canonical on-disk layout, so every consumer
|
|
558
|
+
(the worker's download plan, the TUI picker, this manager) answers "is it on disk?" the same way
|
|
559
|
+
and a model placed on disk is never reported as needing download. Integrity is a separate concern:
|
|
560
|
+
a present-but-corrupt file counts as available here and is caught by ``validate_model`` (or at load).
|
|
547
561
|
"""
|
|
548
562
|
if model_name not in self.model_reference:
|
|
549
563
|
return False
|
|
@@ -551,12 +565,11 @@ class BaseModelManager[RecordT: GenericModelRecord | dict[str, Any]](ABC):
|
|
|
551
565
|
if model_name in self.tainted_models:
|
|
552
566
|
return False
|
|
553
567
|
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
return True
|
|
568
|
+
record = self._get_generic_record(model_name)
|
|
569
|
+
if record is None:
|
|
570
|
+
return False
|
|
571
|
+
|
|
572
|
+
return is_present(record, self._weights_root, extra_roots=self._extra_weights_roots())
|
|
560
573
|
|
|
561
574
|
def is_model_url_from_civitai(self, url: str) -> bool:
|
|
562
575
|
return CIVITAI_API_PATH in url
|
|
@@ -7,10 +7,11 @@ The predicates and priorities reproduce the legacy decision tree in
|
|
|
7
7
|
2. cascade (remix / 2pass / base)
|
|
8
8
|
3. flux
|
|
9
9
|
4. qwen
|
|
10
|
-
5.
|
|
11
|
-
6.
|
|
12
|
-
7.
|
|
13
|
-
8.
|
|
10
|
+
5. z-image
|
|
11
|
+
6. controlnet (annotator / hires / base)
|
|
12
|
+
7. img2img-with-mask / inpainting / outpainting
|
|
13
|
+
8. hires fix
|
|
14
|
+
9. generic stable diffusion (also plain img2img)
|
|
14
15
|
|
|
15
16
|
The bindings are the typed port of the legacy ``PAYLOAD_TO_PIPELINE_PARAMETER_MAPPING``: the
|
|
16
17
|
full candidate set is declared once and each template keeps the bindings whose target node
|
|
@@ -62,6 +63,15 @@ FLUX_BASELINES: frozenset[KNOWN_IMAGE_GENERATION_BASELINE] = frozenset(
|
|
|
62
63
|
},
|
|
63
64
|
)
|
|
64
65
|
|
|
66
|
+
# Split-files baselines whose diffusion weights load through the bare diffusion-model loader
|
|
67
|
+
# (file_type "unet") with CLIP/VAE wired from their own loader nodes, rather than a fused checkpoint.
|
|
68
|
+
UNET_LOADER_BASELINES: frozenset[KNOWN_IMAGE_GENERATION_BASELINE] = frozenset(
|
|
69
|
+
{
|
|
70
|
+
KNOWN_IMAGE_GENERATION_BASELINE.qwen_image,
|
|
71
|
+
KNOWN_IMAGE_GENERATION_BASELINE.z_image_turbo,
|
|
72
|
+
},
|
|
73
|
+
)
|
|
74
|
+
|
|
65
75
|
|
|
66
76
|
def _has_img2img_mask(payload: ImageGenPayload) -> bool:
|
|
67
77
|
if payload.source_processing != "img2img":
|
|
@@ -167,9 +177,9 @@ def _apply_model_context_step(graph: ComfyGraph, payload: ImageGenPayload, conte
|
|
|
167
177
|
"model_loader.model_name": context.main_file,
|
|
168
178
|
"model_loader.horde_model_name": context.horde_model_name,
|
|
169
179
|
"model_loader.will_load_loras": context.will_load_loras,
|
|
170
|
-
# The HordeCheckpointLoader needs to know what file to load; "unet" routes
|
|
171
|
-
# through the diffusion-model loader, None keeps normal SD checkpoints working.
|
|
172
|
-
"model_loader.file_type": "unet" if context.baseline
|
|
180
|
+
# The HordeCheckpointLoader needs to know what file to load; "unet" routes the split-files
|
|
181
|
+
# baselines (qwen, z-image) through the diffusion-model loader, None keeps normal SD checkpoints working.
|
|
182
|
+
"model_loader.file_type": "unet" if context.baseline in UNET_LOADER_BASELINES else None,
|
|
173
183
|
"model_loader_stage_c.ckpt_name": context.extra_files.get("stable_cascade_stage_c"),
|
|
174
184
|
"model_loader_stage_c.model_name": context.extra_files.get("stable_cascade_stage_c"),
|
|
175
185
|
"model_loader_stage_c.horde_model_name": context.horde_model_name,
|
|
@@ -376,6 +386,11 @@ def build_default_registry() -> PipelineRegistry[ImageGenPayload, ModelContext]:
|
|
|
376
386
|
predicate=lambda p, c: c.baseline is KNOWN_IMAGE_GENERATION_BASELINE.qwen_image,
|
|
377
387
|
priority=86,
|
|
378
388
|
),
|
|
389
|
+
PipelineSpec(
|
|
390
|
+
template=_template("z_image"),
|
|
391
|
+
predicate=lambda p, c: c.baseline is KNOWN_IMAGE_GENERATION_BASELINE.z_image_turbo,
|
|
392
|
+
priority=85,
|
|
393
|
+
),
|
|
379
394
|
# ControlNet
|
|
380
395
|
PipelineSpec(
|
|
381
396
|
template=_template("controlnet_annotator"),
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"3": {
|
|
3
|
+
"inputs": {
|
|
4
|
+
"seed": 556312751097931,
|
|
5
|
+
"steps": 9,
|
|
6
|
+
"cfg": 1,
|
|
7
|
+
"sampler_name": "euler",
|
|
8
|
+
"scheduler": "simple",
|
|
9
|
+
"denoise": 1,
|
|
10
|
+
"model": [
|
|
11
|
+
"37",
|
|
12
|
+
0
|
|
13
|
+
],
|
|
14
|
+
"positive": [
|
|
15
|
+
"6",
|
|
16
|
+
0
|
|
17
|
+
],
|
|
18
|
+
"negative": [
|
|
19
|
+
"7",
|
|
20
|
+
0
|
|
21
|
+
],
|
|
22
|
+
"latent_image": [
|
|
23
|
+
"58",
|
|
24
|
+
0
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"class_type": "KSampler",
|
|
28
|
+
"_meta": {
|
|
29
|
+
"title": "sampler"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"6": {
|
|
33
|
+
"inputs": {
|
|
34
|
+
"text": "a photograph of a horse",
|
|
35
|
+
"clip": [
|
|
36
|
+
"38",
|
|
37
|
+
0
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"class_type": "CLIPTextEncode",
|
|
41
|
+
"_meta": {
|
|
42
|
+
"title": "prompt"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"7": {
|
|
46
|
+
"inputs": {
|
|
47
|
+
"text": "",
|
|
48
|
+
"clip": [
|
|
49
|
+
"38",
|
|
50
|
+
0
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"class_type": "CLIPTextEncode",
|
|
54
|
+
"_meta": {
|
|
55
|
+
"title": "negative_prompt"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"8": {
|
|
59
|
+
"inputs": {
|
|
60
|
+
"samples": [
|
|
61
|
+
"3",
|
|
62
|
+
0
|
|
63
|
+
],
|
|
64
|
+
"vae": [
|
|
65
|
+
"39",
|
|
66
|
+
0
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"class_type": "VAEDecode",
|
|
70
|
+
"_meta": {
|
|
71
|
+
"title": "vae_decode"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"37": {
|
|
75
|
+
"inputs": {
|
|
76
|
+
"unet_name": "z_image_turbo_bf16.safetensors",
|
|
77
|
+
"weight_dtype": "default"
|
|
78
|
+
},
|
|
79
|
+
"class_type": "UNETLoader",
|
|
80
|
+
"_meta": {
|
|
81
|
+
"title": "model_loader"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"38": {
|
|
85
|
+
"inputs": {
|
|
86
|
+
"clip_name": "qwen_3_4b.safetensors",
|
|
87
|
+
"type": "lumina2",
|
|
88
|
+
"device": "default"
|
|
89
|
+
},
|
|
90
|
+
"class_type": "CLIPLoader",
|
|
91
|
+
"_meta": {
|
|
92
|
+
"title": "clip_loader"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"39": {
|
|
96
|
+
"inputs": {
|
|
97
|
+
"vae_name": "ae.safetensors"
|
|
98
|
+
},
|
|
99
|
+
"class_type": "VAELoader",
|
|
100
|
+
"_meta": {
|
|
101
|
+
"title": "vae_loader"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"58": {
|
|
105
|
+
"inputs": {
|
|
106
|
+
"width": 1024,
|
|
107
|
+
"height": 1024,
|
|
108
|
+
"batch_size": 1
|
|
109
|
+
},
|
|
110
|
+
"class_type": "EmptySD3LatentImage",
|
|
111
|
+
"_meta": {
|
|
112
|
+
"title": "empty_latent_image"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"75": {
|
|
116
|
+
"inputs": {
|
|
117
|
+
"filename_prefix": "ComfyUI",
|
|
118
|
+
"images": [
|
|
119
|
+
"8",
|
|
120
|
+
0
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
"class_type": "SaveImage",
|
|
124
|
+
"_meta": {
|
|
125
|
+
"title": "output_image"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -298,6 +298,7 @@ markers = [
|
|
|
298
298
|
"default_sd15_model: marks tests as default_sd15_model (deselect with '-m \"not default_sd15_model\"')",
|
|
299
299
|
"default_sdxl_model: marks tests as default_sdxl_model (deselect with '-m \"not default_sdxl_model\"')",
|
|
300
300
|
"default_qwen_model: marks tests as default_qwen_model (deselect with '-m \"not default_qwen_model\"')",
|
|
301
|
+
"default_z_image_turbo_model: marks tests as default_z_image_turbo_model (deselect with '-m \"not default_z_image_turbo_model\"')",
|
|
301
302
|
"refined_sdxl_model: marks tests as refined_sdxl_model (deselect with '-m \"not refined_sdxl_model\"')",
|
|
302
303
|
"patch_harness: instrumentation-only tests for ComfyUI monkeypatch impact",
|
|
303
304
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.4.2 → horde_engine-3.5.0}/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.4.2 → horde_engine-3.5.0}/hordelib/nodes/comfyui_layerdiffuse/pyproject.toml
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/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.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/arch_util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/vgg_arch.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/archs/vqgan_arch.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/data_sampler.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/data_util.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/data/transforms.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/losses/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/losses/loss_util.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/losses/losses.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/metrics/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/metrics/psnr_ssim.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/models/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/ops/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/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.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/__init__.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/dist_util.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/file_client.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/img_util.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/lmdb_util.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/logger.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/misc.py
RENAMED
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/options.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_engine-3.4.2 → horde_engine-3.5.0}/hordelib/nodes/facerestore_cf/basicsr/utils/registry.py
RENAMED
|
File without changes
|
|
File without changes
|