1. 02 Apr, 2023 1 commit
    • comfyanonymous's avatar
      Add support for unCLIP SD2.x models. · 809bcc8c
      comfyanonymous authored
      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.
      809bcc8c
  2. 17 Mar, 2023 2 commits
  3. 15 Mar, 2023 1 commit
  4. 11 Mar, 2023 3 commits
  5. 06 Mar, 2023 1 commit
  6. 05 Mar, 2023 1 commit
    • comfyanonymous's avatar
      Implement support for t2i style model. · 47acb3d7
      comfyanonymous authored
      It needs the CLIPVision model so I added CLIPVisionLoader and CLIPVisionEncode.
      
      Put the clip vision model in models/clip_vision
      Put the t2i style model in models/style_models
      
      StyleModelLoader to load it, StyleModelApply to apply it
      ConditioningAppend to append the conditioning it outputs to a positive one.
      47acb3d7