ComfyUI/comfy/ldm/models/diffusion
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.
2023-04-01 23:19:15 -04:00
..
dpm_solver Add support for unCLIP SD2.x models. 2023-04-01 23:19:15 -04:00
__init__.py Initial commit. 2023-01-16 22:37:14 -05:00
ddim.py Add a way to pass options to the transformers blocks. 2023-03-31 13:04:39 -04:00
ddpm.py Add support for unCLIP SD2.x models. 2023-04-01 23:19:15 -04:00
plms.py Update ldm dir with latest upstream stable diffusion changes. 2023-02-09 13:47:36 -05:00
sampling_util.py Initial commit. 2023-01-16 22:37:14 -05:00