comfyanonymous
c19dcd362f
Controlnet code refactor.
7 months ago
comfyanonymous
3b71f84b50
ONNX tracing fixes.
7 months ago
comfyanonymous
1589b58d3e
Basic Flux Schnell and Flux Dev model implementation.
7 months ago
comfyanonymous
a5f4292f9f
Basic hunyuan dit implementation. ( #4102 )
...
* Let tokenizers return weights to be stored in the saved checkpoint.
* Basic hunyuan dit implementation.
* Fix some resolutions not working.
* Support hydit checkpoint save.
* Init with right dtype.
* Switch to optimized attention in pooler.
* Fix black images on hunyuan dit.
7 months ago
comfyanonymous
334ba48cea
More generic unet prefix detection code.
7 months ago
comfyanonymous
a3dffc447a
Support AuraFlow Lora and loading model weights in diffusers format.
...
You can load model weights in diffusers format using the UNETLoader node.
8 months ago
comfyanonymous
9f291d75b3
AuraFlow model implementation.
8 months ago
comfyanonymous
5e1fced639
Cleaner support for loading different diffusion model types.
8 months ago
comfyanonymous
f8f7568d03
Basic SD3 controlnet implementation.
...
Still missing the node to properly use it.
8 months ago
comfyanonymous
0d6a57938e
Support loading diffusers SD3 model format with UNETLoader node.
8 months ago
comfyanonymous
bb1969cab7
Initial support for the stable audio open model.
8 months ago
comfyanonymous
8c4a9befa7
SD3 Support.
9 months ago
comfyanonymous
58812ab8ca
Support SDXS 512 model.
11 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.
11 months ago
comfyanonymous
327ca1313d
Support SDXS 0.9
11 months ago
comfyanonymous
65397ce601
Replace prints with logging and add --verbose argument.
12 months ago
comfyanonymous
b3e97fc714
Koala 700M and 1B support.
...
Use the UNET Loader node to load the unet file to use them.
1 year ago
comfyanonymous
f2d1d16f4f
Support Stable Cascade Stage B lite.
1 year ago
comfyanonymous
f83109f09b
Stable Cascade Stage C.
1 year ago
comfyanonymous
2c4e92a98b
Fix regression.
1 year ago
comfyanonymous
a47f609f90
Auto detect out_channels from model.
1 year ago
comfyanonymous
b454a67bb9
Support segmind vega model.
1 year ago
comfyanonymous
5d6dfce548
Fix importing diffusers unets.
1 year ago
comfyanonymous
871cc20e13
Support SVD img2vid model.
1 year ago
comfyanonymous
107e78b1cb
Add support for loading SSD1B diffusers unet version.
...
Improve diffusers model detection.
1 year ago
comfyanonymous
6ec3f12c6e
Support SSD1B model and make it easier to support asymmetric unets.
1 year ago
comfyanonymous
9a55dadb4c
Refactor code so model can be a dtype other than fp32 or fp16.
1 year ago
comfyanonymous
76cdc809bf
Support more controlnet models.
1 year ago
comfyanonymous
7931ff0fd9
Support SDXL inpaint models.
2 years ago
comfyanonymous
2c97c30256
Support small diffusers controlnet so both types are now supported.
2 years ago
comfyanonymous
53f326a3d8
Support diffusers mini controlnets.
2 years ago
comfyanonymous
585a062910
Print unet config when model isn't detected.
2 years ago
comfyanonymous
78e7958d17
Support controlnet in diffusers format.
2 years ago
comfyanonymous
af7a49916b
Support loading unet files in diffusers format.
2 years ago
comfyanonymous
4376b125eb
Remove useless code.
2 years ago
comfyanonymous
f87ec10a97
Support base SDXL and SDXL refiner models.
...
Large refactor of the model detection and loading code.
2 years ago