ComfyUI/comfy_extras/nodes
doctorpangloss 2bc95c1711 Test improvements and fixes
- move workflows to distinct json files
 - add the comfy-org workflows for testing
 - fix issues where workflows from windows users would not be compatible
   with backends running on linux or macos in light of separator
   differences. Because this codebase uses get_or_download wherever
   checkpoints, models, etc. are used, this is the only place where the
   comparison is gracefully handled for downloading. Validation code
   will correctly convert backslashes to forward slashes, assuming that
   100% of the places they are used and when comparing with a list, they
   are intended to be paths and not strict symbols
2024-08-05 15:55:46 -07:00
..
__init__.py move this back since the issue is resolved 2023-08-22 18:00:18 -07:00
nodes_advanced_samplers.py Merge upstream 2024-07-04 11:58:55 -07:00
nodes_align_your_steps.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-04-29 13:37:03 -07:00
nodes_apply_color_map.py Fix tests 2024-07-05 10:37:28 -07:00
nodes_arithmetic.py Fix validation issues 2024-06-18 20:25:57 -07:00
nodes_attention_multiply.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-04-29 13:37:03 -07:00
nodes_audio.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-08-02 10:55:02 -07:00
nodes_canny.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-05-31 07:42:11 -07:00
nodes_clip_sdxl.py Improved testing of API nodes 2024-03-22 22:04:35 -07:00
nodes_compositing.py Merge with upstream and fix tests 2024-06-10 10:01:08 -07:00
nodes_cond.py Improved testing of API nodes 2024-03-22 22:04:35 -07:00
nodes_controlnet.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-07-30 11:11:45 -07:00
nodes_custom_sampler.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-07-30 11:11:45 -07:00
nodes_differential_diffusion.py Move nodes into comfy_extras/nodes where they will be scanned and found 2024-03-08 15:17:56 -08:00
nodes_flux.py Test improvements and fixes 2024-08-05 15:55:46 -07:00
nodes_freelunch.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-07-30 11:11:45 -07:00
nodes_gits.py Fix tests 2024-07-05 10:37:28 -07:00
nodes_hunyuan.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-07-30 11:11:45 -07:00
nodes_hypernetwork.py Merge upstream 2024-03-12 09:49:47 -07:00
nodes_hypertile.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-07-30 11:11:45 -07:00
nodes_image_arithmetic.py Improved support for ControlNet workflows with depth 2024-03-26 22:32:15 -07:00
nodes_images.py Merge upstream 2024-03-21 13:15:36 -07:00
nodes_ip2p.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-04-08 10:02:37 -07:00
nodes_language.py Test improvements and fixes 2024-08-05 15:55:46 -07:00
nodes_latent.py Merge with upstream 2024-02-07 14:27:50 -08:00
nodes_mask.py Merge with upstream 2024-03-08 15:17:20 -08:00
nodes_model_advanced.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-07-15 14:22:49 -07:00
nodes_model_downscale.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-05-07 13:57:53 -07:00
nodes_model_merging_model_specific.py Fix tests 2024-07-05 10:37:28 -07:00
nodes_model_merging.py Fix tests 2024-07-05 10:37:28 -07:00
nodes_morphology.py Move nodes into comfy_extras/nodes where they will be scanned and found 2024-03-08 15:17:56 -08:00
nodes_open_api.py Fix incorrect declaration of exif nodes required versus optional fields 2024-08-02 18:45:28 -07:00
nodes_pag.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-08-02 10:55:02 -07:00
nodes_perpneg.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-06-03 11:42:55 -07:00
nodes_photomaker.py Fix tests 2024-07-05 10:37:28 -07:00
nodes_post_processing.py Fix tests 2024-07-05 10:37:28 -07:00
nodes_rebatch.py Merge upstream, fix 3.12 compatibility, fix nightlies issue, fix broken node 2024-01-03 16:00:36 -08:00
nodes_reference_only.py Add Reference Only ControlNet hack, add ControlNet++ models 2024-06-10 20:36:23 -07:00
nodes_sag.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-08-02 10:55:02 -07:00
nodes_sd3.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-07-18 16:31:21 -07:00
nodes_sdupscale.py Merge upstream, fix 3.12 compatibility, fix nightlies issue, fix broken node 2024-01-03 16:00:36 -08:00
nodes_skeletonize.py Improve tests and distributed error notifications 2024-07-04 10:16:02 -07:00
nodes_stable3d.py Merge upstream 2024-03-21 13:15:36 -07:00
nodes_stable_cascade.py Merge upstream 2024-03-21 13:15:36 -07:00
nodes_textdiffusers.py Additional chat templates to ease the use of many models. 2024-06-06 20:51:05 -07:00
nodes_tomesd.py move this back since the issue is resolved 2023-08-22 18:00:18 -07:00
nodes_upscale_model.py Improve performance and memory management of upscale models, improve messaging on models loaded and unloaded from the GPU 2024-07-30 17:05:53 -07:00
nodes_video_model.py Merge upstream 2024-03-21 13:15:36 -07:00
nodes_webcam.py Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2024-05-17 14:04:44 -07:00