comfyanonymous
|
c9e4a8c9e5
|
Not needed anymore.
|
1 year ago |
comfyanonymous
|
fb4bf7f591
|
This is not needed anymore and causes issues with alphas_cumprod.
|
1 year ago |
comfyanonymous
|
45be2e92c1
|
Fix DDIM v-prediction.
|
1 year ago |
comfyanonymous
|
e6e50ab2dd
|
Fix an issue when alphas_comprod are half floats.
|
1 year ago |
comfyanonymous
|
ae43f09ef7
|
All the unet weights should now be initialized with the right dtype.
|
1 year ago |
comfyanonymous
|
f7edcfd927
|
Add a --gpu-only argument to keep and run everything on the GPU.
Make the CLIP model work on the GPU.
|
1 year ago |
comfyanonymous
|
7bf89ba923
|
Initialize more unet weights as the right dtype.
|
1 year ago |
comfyanonymous
|
e21d9ad445
|
Initialize transformer unet block weights in right dtype at the start.
|
1 year ago |
comfyanonymous
|
bb1f45d6e8
|
Properly disable weight initialization in clip models.
|
1 year ago |
comfyanonymous
|
21f04fe632
|
Disable default weight values in unet conv2d for faster loading.
|
1 year ago |
comfyanonymous
|
9d54066ebc
|
This isn't needed for inference.
|
1 year ago |
comfyanonymous
|
fa2cca056c
|
Don't initialize CLIPVision weights to default values.
|
1 year ago |
comfyanonymous
|
6b774589a5
|
Set model to fp16 before loading the state dict to lower ram bump.
|
1 year ago |
comfyanonymous
|
0c7cad404c
|
Don't initialize clip weights to default values.
|
1 year ago |
comfyanonymous
|
6971646b8b
|
Speed up model loading a bit.
Default pytorch Linear initializes the weights which is useless and slow.
|
1 year ago |
comfyanonymous
|
388567f20b
|
sampler_cfg_function now uses a dict for the argument.
This means arguments can be added without issues.
|
1 year ago |
comfyanonymous
|
ff9b22d79e
|
Turn on safe load for a few models.
|
1 year ago |
comfyanonymous
|
735ac4cf81
|
Remove pytorch_lightning dependency.
|
1 year ago |
comfyanonymous
|
2b14041d4b
|
Remove useless code.
|
1 year ago |
comfyanonymous
|
274dff3257
|
Remove more useless files.
|
1 year ago |
comfyanonymous
|
f0a2b81cd0
|
Cleanup: Remove a bunch of useless files.
|
1 year ago |
comfyanonymous
|
f8c5931053
|
Split the batch in VAEEncode if there's not enough memory.
|
1 year ago |
comfyanonymous
|
c069fc0730
|
Auto switch to tiled VAE encode if regular one runs out of memory.
|
1 year ago |
comfyanonymous
|
c64ca8c0b2
|
Refactor unCLIP noise augment out of samplers.py
|
1 year ago |
comfyanonymous
|
de142eaad5
|
Simpler base model code.
|
1 year ago |
comfyanonymous
|
23cf8ca7c5
|
Fix bug when embedding gets ignored because of mismatched size.
|
1 year ago |
comfyanonymous
|
0e425603fb
|
Small refactor.
|
1 year ago |
comfyanonymous
|
a3a713b6c5
|
Refactor previews into one command line argument.
Clean up a few things.
|
1 year ago |
space-nuko
|
3e17971acb
|
preview method autodetection
|
1 year ago |
space-nuko
|
d5a28fadaa
|
Add latent2rgb preview
|
1 year ago |
space-nuko
|
48f7ec750c
|
Make previews into cli option
|
1 year ago |
space-nuko
|
b4f434ee66
|
Preview sampled images with TAESD
|
1 year ago |
comfyanonymous
|
fed0a4dd29
|
Some comments to say what the vram state options mean.
|
1 year ago |
comfyanonymous
|
0a5fefd621
|
Cleanups and fixes for model_management.py
Hopefully fix regression on MPS and CPU.
|
1 year ago |
comfyanonymous
|
700491d81a
|
Implement global average pooling for controlnet.
|
1 year ago |
comfyanonymous
|
67892b5ac5
|
Refactor and improve model_management code related to free memory.
|
1 year ago |
space-nuko
|
499641ebf1
|
More accurate total
|
1 year ago |
space-nuko
|
b5dd15c67a
|
System stats endpoint
|
1 year ago |
comfyanonymous
|
5c38958e49
|
Tweak lowvram model memory so it's closer to what it was before.
|
1 year ago |
comfyanonymous
|
94680732d3
|
Empty cache on mps.
|
1 year ago |
comfyanonymous
|
03da8a3426
|
This is useless for inference.
|
1 year ago |
comfyanonymous
|
eb448dd8e1
|
Auto load model in lowvram if not enough memory.
|
1 year ago |
comfyanonymous
|
b9818eb910
|
Add route to get safetensors metadata:
/view_metadata/loras?filename=lora.safetensors
|
1 year ago |
comfyanonymous
|
a532888846
|
Support VAEs in diffusers format.
|
2 years ago |
comfyanonymous
|
0fc483dcfd
|
Refactor diffusers model convert code to be able to reuse it.
|
2 years ago |
comfyanonymous
|
eb4bd7711a
|
Remove einops.
|
2 years ago |
comfyanonymous
|
87ab25fac7
|
Do operations in same order as the one it replaces.
|
2 years ago |
comfyanonymous
|
e1278fa925
|
Support old pytorch versions that don't have weights_only.
|
2 years ago |
BlenderNeko
|
8b4b0c3188
|
vecorized bislerp
|
2 years ago |
comfyanonymous
|
b8ccbec6d8
|
Various improvements to bislerp.
|
2 years ago |