comfyanonymous
0542088ef8
Refactor sampler code for more advanced sampler nodes part 2.
8 months ago
comfyanonymous
57753c964a
Refactor sampling code for more advanced sampler nodes.
8 months ago
comfyanonymous
6c6a39251f
Fix saving text encoder in fp8.
8 months ago
comfyanonymous
e6482fbbfc
Refactor calc_cond_uncond_batch into calc_cond_batch.
...
calc_cond_batch can take an arbitrary amount of cond inputs.
Added a calc_cond_uncond_batch wrapper with a warning so custom nodes
won't break.
8 months ago
comfyanonymous
1306464538
--force-fp16 is no longer necessary on Mac.
8 months ago
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.
8 months ago
comfyanonymous
96b4c757cf
Add log to debug custom nodes that hang when imported.
8 months ago
comfyanonymous
94a5a67c32
Cleanup to support different types of inpaint models.
8 months ago
comfyanonymous
9bf6061dfc
Switch prints to logging in folder_paths and add some extra debug.
8 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.
8 months ago
comfyanonymous
327ca1313d
Support SDXS 0.9
8 months ago
comfyanonymous
8ae1e4d125
Make step on sharpen node smaller.
8 months ago
comfyanonymous
2f93b91646
Add Tesla GPUs to cuda malloc blacklist.
8 months ago
comfyanonymous
c9673926fb
Fix test.
8 months ago
comfyanonymous
11838e60f4
Increase the max resolution.
8 months ago
comfyanonymous
ae77590b4e
dora_scale support for lora file.
8 months ago
comfyanonymous
c6de09b02e
Optimize memory unload strategy for more optimized performance.
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.
8 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