2243 Commits (1ddf512fdc69bf8dfb51eb858d3e5ba069570791)
 

Author SHA1 Message Date
comfyanonymous 575acb69e4 IP2P model loading support.
This is the code to load the model and inference it with only a text
prompt. This commit does not contain the nodes to properly use it with an
image input.

This supports both the original SD1 instructpix2pix model and the
diffusers SDXL one.
11 months ago
comfyanonymous 96b4c757cf Add log to debug custom nodes that hang when imported. 11 months ago
comfyanonymous 94a5a67c32 Cleanup to support different types of inpaint models. 11 months ago
comfyanonymous 9bf6061dfc Switch prints to logging in folder_paths and add some extra debug. 11 months ago
comfyanonymous 5d8898c056 Fix some performance issues with weight loading and unloading.
Lower peak memory usage when changing model.

Fix case where model weights would be unloaded and reloaded.
11 months ago
comfyanonymous 327ca1313d Support SDXS 0.9 11 months ago
comfyanonymous 8ae1e4d125 Make step on sharpen node smaller. 11 months ago
comfyanonymous 2f93b91646 Add Tesla GPUs to cuda malloc blacklist. 11 months ago
comfyanonymous c9673926fb Fix test. 11 months ago
comfyanonymous 11838e60f4 Increase the max resolution. 11 months ago
comfyanonymous ae77590b4e dora_scale support for lora file. 11 months ago
comfyanonymous c6de09b02e Optimize memory unload strategy for more optimized performance. 11 months ago
comfyanonymous 6a32c06f06 Move cleanup_models to improve performance. 11 months ago
comfyanonymous a28a9dc836 Add an example to use the SaveImageWebsocket node and enable it. 11 months ago
comfyanonymous 0624838237 Add inverse noise scaling function. 11 months ago
comfyanonymous 5d875d77fe Fix regression with lcm not working with batches. 11 months ago
comfyanonymous 4b9005e949 Fix regression with model merging. 11 months ago
comfyanonymous c18a203a8a Don't unload model weights for non weight patches. 11 months ago
comfyanonymous 150a3e946f Make LCM sampler use the model noise scaling function. 11 months ago
comfyanonymous d14bdb1896 Revert, NOTE: this will be removed again soon please fix your nodes. 11 months ago
comfyanonymous 0c55f16c9e Remove code that should be useless now. 11 months ago
comfyanonymous 40e124c6be SV3D support. 11 months ago
comfyanonymous 0b78213bda Fix neg scale step. 11 months ago
comfyanonymous b1a16d4500 Fix stable cascade img2img not working with all resolutions. 11 months ago
comfyanonymous cacb022c4a Make saved SD1 checkpoints match more closely the official one. 11 months ago
comfyanonymous d3406d8d58 Increase image batch nodes maximum values. 11 months ago
comfyanonymous d7897fff2c Move cascade scale factor from stage_a to latent_formats.py 11 months ago
comfyanonymous f2fe635c9f SamplerDPMAdaptative node to test the different options. 11 months ago
comfyanonymous 448d9263a2 Fix control loras breaking. 12 months ago
comfyanonymous db8b59ecff Lower memory usage for loras in lowvram mode at the cost of perf. 12 months ago
comfyanonymous eda8704386 Add SamplerDPMPP_3M_SDE node. 12 months ago
comfyanonymous e7b8e240f7 Add SamplerLMS node. 12 months ago
comfyanonymous 2a813c3b09 Switch some more prints to logging. 12 months ago
comfyanonymous 0ed72befe1 Change log levels.
Logging level now defaults to info. --verbose sets it to debug.
12 months ago
comfyanonymous dc6d4151a2 Not needed anymore. 12 months ago
comfyanonymous 03f4cfb7cd Replace more prints with logging. 12 months ago
comfyanonymous 65397ce601 Replace prints with logging and add --verbose argument. 12 months ago
MoonRide303 4656273e72 Added additional nodes for CLIP merging 12 months ago
comfyanonymous a9ee9589b7 Add SamplerEulerAncestral node. 12 months ago
comfyanonymous 0a4675266e Make message about missing dependencies more clear. 12 months ago
comfyanonymous 314d28c251 Pass extra_pnginfo as None when not in input data. 12 months ago
comfyanonymous 55f37baae8 Move some stable cascade nodes outside of _for_testing. 12 months ago
comfyanonymous 3f75419e2e Add a node to use the super resolution controlnet. 12 months ago
comfyanonymous 5f60ee246e Support loading the sr cascade controlnet. 12 months ago
comfyanonymous 03e6e81629 Set upscale algorithm to bilinear for stable cascade controlnet. 12 months ago
comfyanonymous 03e83bb5d0 Support stable cascade canny controlnet. 12 months ago
comfyanonymous 10860bcd28 Add compression_ratio to controlnet code. 12 months ago
comfyanonymous a38b9b3ac1 Add debugging info for when comfy_extra nodes fail to import. 12 months ago
comfyanonymous b7b5593166 Fix nightly workflow and update other workflows. 12 months ago
Dmytro Mishkin 6d8834f08f
Add Morphology nodes from kornia (#2781)
* import kornia

* Added morphology nodexs

* Add kornia to requirements

* fix choices

* options, also move to postprocessors

* fix placing and step
12 months ago