Commit Graph

8 Commits

Author SHA1 Message Date
InconsolableCellist
5e062a88de Adding returned attention
KSampler's dpmpp_2m now returns attention, and added nodes for loading, and saving attention. Modified the PrintNode to print attention. Still have to add it to other samplers.
2023-04-28 17:23:19 -06:00
InconsolableCellist
e42746498d More in-progress changes for adding an event system and eventlistener, print node, and saving/loading and muxing latents 2023-04-28 15:20:23 -06:00
InconsolableCellist
3adb344fe3 Added nodes to save and load latent data. Also started adding an incrementing frame counter node 2023-04-28 00:00:38 -06:00
comfyanonymous
5282f56434 Implement Linear hypernetworks.
Add a HypernetworkLoader node to use hypernetworks.
2023-04-23 12:35:25 -04:00
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
comfyanonymous
2b1fce2943 Make tiled_scale work for downscaling. 2023-03-11 14:58:55 -05:00
comfyanonymous
9db2e97b47 Tiled upscaling with the upscale models. 2023-03-11 14:04:13 -05:00
comfyanonymous
4efa67fa12 Add ControlNet support. 2023-02-16 10:38:08 -05:00