Jacob Segal
dd3bafb40b
Display an error for dependency cycles
...
Previously, dependency cycles that were created during node expansion
would cause the application to quit (due to an uncaught exception). Now,
we'll throw a proper error to the UI. We also make an attempt to 'blame'
the most relevant node in the UI.
7 months ago
Jacob Segal
5dc13651b0
Use custom exception types.
7 months ago
Jacob Segal
a0bf532558
Use fstrings instead of '%' formatting syntax
7 months ago
Jacob Segal
03394ace8c
Fix example in unit test
...
This wouldn't have caused any issues in the unit test, but it would have
bugged the UI if someone copy+pasted it into their own node pack.
8 months ago
Jacob Segal
6b6a93cc5d
Merge branch 'master' into execution_model_inversion
8 months ago
comfyanonymous
6a32c06f06
Move cleanup_models to improve performance.
8 months ago
comfyanonymous
a28a9dc836
Add an example to use the SaveImageWebsocket node and enable it.
8 months ago
comfyanonymous
0624838237
Add inverse noise scaling function.
8 months ago
comfyanonymous
5d875d77fe
Fix regression with lcm not working with batches.
8 months ago
comfyanonymous
4b9005e949
Fix regression with model merging.
8 months ago
comfyanonymous
c18a203a8a
Don't unload model weights for non weight patches.
8 months ago
comfyanonymous
150a3e946f
Make LCM sampler use the model noise scaling function.
8 months ago
comfyanonymous
d14bdb1896
Revert, NOTE: this will be removed again soon please fix your nodes.
8 months ago
comfyanonymous
0c55f16c9e
Remove code that should be useless now.
8 months ago
comfyanonymous
40e124c6be
SV3D support.
8 months ago
comfyanonymous
0b78213bda
Fix neg scale step.
8 months ago
comfyanonymous
b1a16d4500
Fix stable cascade img2img not working with all resolutions.
8 months ago
comfyanonymous
cacb022c4a
Make saved SD1 checkpoints match more closely the official one.
8 months ago
comfyanonymous
d3406d8d58
Increase image batch nodes maximum values.
8 months ago
comfyanonymous
d7897fff2c
Move cascade scale factor from stage_a to latent_formats.py
8 months ago
comfyanonymous
f2fe635c9f
SamplerDPMAdaptative node to test the different options.
8 months ago
comfyanonymous
448d9263a2
Fix control loras breaking.
8 months ago
comfyanonymous
db8b59ecff
Lower memory usage for loras in lowvram mode at the cost of perf.
8 months ago
comfyanonymous
eda8704386
Add SamplerDPMPP_3M_SDE node.
8 months ago
comfyanonymous
e7b8e240f7
Add SamplerLMS node.
8 months ago
comfyanonymous
2a813c3b09
Switch some more prints to logging.
8 months ago
comfyanonymous
0ed72befe1
Change log levels.
...
Logging level now defaults to info. --verbose sets it to debug.
8 months ago
comfyanonymous
dc6d4151a2
Not needed anymore.
8 months ago
comfyanonymous
03f4cfb7cd
Replace more prints with logging.
8 months ago
comfyanonymous
65397ce601
Replace prints with logging and add --verbose argument.
8 months ago
MoonRide303
4656273e72
Added additional nodes for CLIP merging
8 months ago
comfyanonymous
a9ee9589b7
Add SamplerEulerAncestral node.
8 months ago
comfyanonymous
0a4675266e
Make message about missing dependencies more clear.
8 months ago
comfyanonymous
314d28c251
Pass extra_pnginfo as None when not in input data.
9 months ago
comfyanonymous
55f37baae8
Move some stable cascade nodes outside of _for_testing.
9 months ago
comfyanonymous
3f75419e2e
Add a node to use the super resolution controlnet.
9 months ago
comfyanonymous
5f60ee246e
Support loading the sr cascade controlnet.
9 months ago
comfyanonymous
03e6e81629
Set upscale algorithm to bilinear for stable cascade controlnet.
9 months ago
comfyanonymous
03e83bb5d0
Support stable cascade canny controlnet.
9 months ago
comfyanonymous
10860bcd28
Add compression_ratio to controlnet code.
9 months ago
comfyanonymous
a38b9b3ac1
Add debugging info for when comfy_extra nodes fail to import.
9 months ago
comfyanonymous
b7b5593166
Fix nightly workflow and update other workflows.
9 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
9 months ago
comfyanonymous
caddef8d88
Auto disable cuda malloc on unsupported GPUs on Linux.
9 months ago
comfyanonymous
478f71a249
Remove useless check.
9 months ago
comfyanonymous
0490ce8244
Fix differential diffusion node for batches.
9 months ago
comfyanonymous
b2e1744a16
Add a ThresholdMask node.
9 months ago
comfyanonymous
0db3111b5f
Disable site dir in updater when doing pip install.
9 months ago
comfyanonymous
12c1080ebc
Simplify differential diffusion code.
9 months ago
Shiimizu
727021bdea
Implement Differential Diffusion ( #2876 )
...
* Implement Differential Diffusion
* Cleanup.
* Fix.
* Masks should be applied at full strength.
* Fix colors.
* Register the node.
* Cleaner code.
* Fix issue with getting unipc sampler.
* Adjust thresholds.
* Switch to linear thresholds.
* Only calculate nearest_idx on valid thresholds.
9 months ago