comfyanonymous
0ed72befe1
Change log levels.
...
Logging level now defaults to info. --verbose sets it to debug.
8 months ago
comfyanonymous
65397ce601
Replace prints with logging and add --verbose argument.
8 months ago
comfyanonymous
1abf8374ec
utils.set_attr can now be used to set any attribute.
...
The old set_attr has been renamed to set_attr_param.
9 months ago
comfyanonymous
b416be7d78
Make the text projection saved in the checkpoint the right format.
9 months ago
comfyanonymous
1cb3f6a83b
Move text projection into the CLIP model code.
...
Fix issue with not loading the SSD1B clip correctly.
9 months ago
comfyanonymous
667c92814e
Stable Cascade Stage B.
9 months ago
comfyanonymous
236bda2683
Make minimum tile size the size of the overlap.
10 months ago
comfyanonymous
9ac0b487ac
Make --gpu-only put intermediate values in GPU memory instead of cpu.
12 months ago
comfyanonymous
61a123a1e0
A different way of handling multiple images passed to SVD.
...
Previously when a list of 3 images [0, 1, 2] was used for a 6 frame video
they were concated like this:
[0, 1, 2, 0, 1, 2]
now they are concated like this:
[0, 0, 1, 1, 2, 2]
12 months ago
comfyanonymous
c3ae99a749
Allow controlling downscale and upscale methods in PatchModelAddDownscale.
1 year ago
comfyanonymous
9f00a18095
Fix potential issues.
1 year ago
comfyanonymous
c962884a5c
Make bislerp work on GPU.
1 year ago
comfyanonymous
4a8a839b40
Add option to use in place weight updating in ModelPatcher.
1 year ago
comfyanonymous
6ec3f12c6e
Support SSD1B model and make it easier to support asymmetric unets.
1 year ago
comfyanonymous
d44a2de49f
Make VAE code closer to sgm.
1 year ago
comfyanonymous
20d3852aa1
Pull some small changes from the other repo.
1 year ago
comfyanonymous
7c9a92f552
Don't depend on torchvision.
1 year ago
MoonRide303
2b6b178173
Added support for lanczos scaling
1 year ago
comfyanonymous
a74c5dbf37
Move some functions to utils.py
1 year ago
comfyanonymous
77a176f9e0
Use common function to reshape batch to.
1 year ago
comfyanonymous
c77f02e1c6
Move controlnet code to comfy/controlnet.py
1 year ago
comfyanonymous
51dde87e97
Try to free enough vram for control lora inference.
1 year ago
comfyanonymous
58b2364f58
Properly support SDXL diffusers unet with UNETLoader node.
1 year ago
comfyanonymous
490771b7f4
Speed up lora loading a bit.
1 year ago
comfyanonymous
603f02d613
Fix loras not working when loading checkpoint with config.
1 year ago
comfyanonymous
af7a49916b
Support loading unet files in diffusers format.
1 year ago
comfyanonymous
acf95191ff
Properly support SDXL diffusers loras for unet.
1 year ago
comfyanonymous
9b93b920be
Add CheckpointSave node to save checkpoints.
...
The created checkpoints contain workflow metadata that can be loaded by
dragging them on top of the UI or loading them with the "Load" button.
Checkpoints will be saved in fp16 or fp32 depending on the format ComfyUI
is using for inference on your hardware. To force fp32 use: --force-fp32
Anything that patches the model weights like merging or loras will be
saved.
The output directory is currently set to: output/checkpoints but that might
change in the future.
1 year ago
comfyanonymous
f87ec10a97
Support base SDXL and SDXL refiner models.
...
Large refactor of the model detection and loading code.
1 year ago
comfyanonymous
735ac4cf81
Remove pytorch_lightning dependency.
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
d5a28fadaa
Add latent2rgb preview
1 year ago
space-nuko
b4f434ee66
Preview sampled images with TAESD
1 year ago
comfyanonymous
b9818eb910
Add route to get safetensors metadata:
...
/view_metadata/loras?filename=lora.safetensors
1 year 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
comfyanonymous
34887b8885
Add experimental bislerp algorithm for latent upscaling.
...
It's like bilinear but with slerp.
2 years ago
comfyanonymous
fcf513e0b6
Refactor.
2 years ago
comfyanonymous
908dc1d5a8
Add a total_steps value to sampler callback.
2 years ago
pythongosssss
27df74101e
reduce duplication
2 years ago
comfyanonymous
93c64afaa9
Use sampler callback instead of tqdm hook for progress bar.
2 years ago
pythongosssss
c8c9926eeb
Add progress to vae decode tiled
2 years ago
comfyanonymous
5282f56434
Implement Linear hypernetworks.
...
Add a HypernetworkLoader node to use hypernetworks.
2 years ago
comfyanonymous
809bcc8ceb
Add support for unCLIP SD2.x models.
...
See _for_testing/unclip in the UI for the new nodes.
unCLIPCheckpointLoader is used to load them.
unCLIPConditioning is used to add the image cond and takes as input a
CLIPVisionEncode output which has been moved to the conditioning section.
2 years ago
comfyanonymous
2b1fce2943
Make tiled_scale work for downscaling.
2 years ago
comfyanonymous
9db2e97b47
Tiled upscaling with the upscale models.
2 years ago