comfyanonymous
c655ec59dc
Remove warnings that confuse people.
2024-05-09 05:29:42 -04:00
comfyanonymous
bcc865f6ac
Typo fix.
2024-05-08 18:36:56 -04:00
comfyanonymous
d90e593478
Make the load checkpoint with config function call the regular one.
...
I was going to completely remove this function because it is unmaintainable
but I think this is the best compromise.
The clip skip and v_prediction parts of the configs should still work but
not the fp16 vs fp32.
2024-05-06 20:04:39 -04:00
Simon Lui
87e7b35146
Change torch.xpu to ipex.optimize, xpu device initialization and remove workaround for text node issue from older IPEX. ( #3388 )
2024-05-02 03:26:50 -04:00
comfyanonymous
b04267ce30
Fix some edge cases with samplers and arrays with a single sigma.
2024-05-01 17:05:30 -04:00
comfyanonymous
95e80c5df1
Workaround xformers bug.
2024-04-30 21:23:40 -04:00
Garrett Sutula
533ddd78a0
Add TLS Support ( #3312 )
...
* Add TLS Support
* Add to readme
* Add guidance for windows users on generating certificates
* Add guidance for windows users on generating certificates
* Fix typo
2024-04-30 20:17:02 -04:00
Jedrzej Kosinski
7a37c3088d
Fix error when more cond masks passed in than batch size ( #3353 )
2024-04-26 12:51:12 -04:00
comfyanonymous
e7cd70ed48
Don't init a VAE model when there are no VAE weights.
2024-04-24 09:20:31 -04:00
comfyanonymous
918d7520c3
Support VAE without quant_conv.
2024-04-18 21:05:33 -04:00
comfyanonymous
0c38c2d09c
Add basic PAG node.
2024-04-14 23:49:50 -04:00
comfyanonymous
982b8e2276
Fix some memory related issues.
2024-04-14 12:08:58 -04:00
comfyanonymous
4c7f73bb85
Support SDXS 512 model.
2024-04-12 22:12:35 -04:00
comfyanonymous
6334ac514b
Fix issue with sampling_settings persisting across models.
2024-04-09 23:20:43 -04:00
comfyanonymous
ef332e5355
Support properly saving CosXL checkpoints.
2024-04-08 00:36:22 -04:00
comfyanonymous
d93e3f1991
Fix issue with controlnet models getting loaded multiple times.
2024-04-06 18:38:39 -04:00
kk-89
a9c852912f
Fix typo in lowvram patcher ( #3209 )
2024-04-05 12:02:13 -04:00
comfyanonymous
bc8bef3daa
Support for CosXL models.
2024-04-05 10:53:41 -04:00
comfyanonymous
897d5b6569
Fix object_patches_backup not being the same object across clones.
2024-04-05 00:22:44 -04:00
comfyanonymous
c618084a1c
Fix missing arguments in cfg_function.
2024-04-04 23:38:57 -04:00
comfyanonymous
50463b3e5a
Fix issue with get_model_object on patched model.
2024-04-04 23:01:02 -04:00
comfyanonymous
22462103f3
Fix model needing to be loaded on GPU to generate the sigmas.
2024-04-04 22:08:49 -04:00
comfyanonymous
58a02039bc
Make zero denoise a NOP.
2024-04-04 11:41:27 -04:00
comfyanonymous
1f511af362
Small cleanup.
2024-04-04 11:16:49 -04:00
comfyanonymous
bcb4f07071
Refactor sampler code for more advanced sampler nodes part 2.
2024-04-04 01:26:41 -04:00
comfyanonymous
f9e7f0e695
Refactor sampling code for more advanced sampler nodes.
2024-04-03 22:09:51 -04:00
comfyanonymous
41f74d8e93
Fix saving text encoder in fp8.
2024-04-02 11:46:34 -04:00
comfyanonymous
1ba93001e4
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.
2024-04-01 18:07:47 -04:00
comfyanonymous
284361ba73
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.
2024-03-31 03:10:28 -04:00
comfyanonymous
56b08f7b30
Cleanup to support different types of inpaint models.
2024-03-29 14:44:13 -04:00
comfyanonymous
cd0be2a31e
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.
2024-03-28 18:04:42 -04:00
comfyanonymous
494bd7579e
Support SDXS 0.9
2024-03-27 23:58:58 -04:00
comfyanonymous
ec14272c0a
dora_scale support for lora file.
2024-03-25 18:09:23 -04:00
comfyanonymous
af7900cd79
Optimize memory unload strategy for more optimized performance.
2024-03-24 02:36:30 -04:00
comfyanonymous
6b490edbab
Add inverse noise scaling function.
2024-03-21 14:49:11 -04:00
comfyanonymous
4e8d2577a9
Fix regression with lcm not working with batches.
2024-03-20 20:48:54 -04:00
comfyanonymous
2db9fdbacc
Fix regression with model merging.
2024-03-20 13:56:12 -04:00
comfyanonymous
1681937288
Don't unload model weights for non weight patches.
2024-03-20 02:27:58 -04:00
comfyanonymous
90ef1527e8
Make LCM sampler use the model noise scaling function.
2024-03-20 01:35:59 -04:00
comfyanonymous
b5fc494ded
SV3D support.
2024-03-18 16:54:13 -04:00
comfyanonymous
3ed779e575
Make saved SD1 checkpoints match more closely the official one.
2024-03-18 00:26:23 -04:00
comfyanonymous
1e2c812a67
Move cascade scale factor from stage_a to latent_formats.py
2024-03-16 14:49:35 -04:00
comfyanonymous
3905e795dc
SamplerDPMAdaptative node to test the different options.
2024-03-15 22:36:10 -04:00
comfyanonymous
6bcdcf1dc9
Fix control loras breaking.
2024-03-14 09:30:21 -04:00
comfyanonymous
7e04cdafc0
Lower memory usage for loras in lowvram mode at the cost of perf.
2024-03-13 20:07:27 -04:00
comfyanonymous
9956e2b6e7
Switch some more prints to logging.
2024-03-11 16:34:58 -04:00
comfyanonymous
46e5a518c3
Change log levels.
...
Logging level now defaults to info. --verbose sets it to debug.
2024-03-11 13:54:56 -04:00
comfyanonymous
35d0fd9a5d
Replace prints with logging and add --verbose argument.
2024-03-10 12:14:23 -04:00
comfyanonymous
e1edf0fa13
Support loading the sr cascade controlnet.
2024-03-07 01:22:48 -05:00
comfyanonymous
661234a928
Set upscale algorithm to bilinear for stable cascade controlnet.
2024-03-06 02:59:40 -05:00