StableStudio icon indicating copy to clipboard operation
StableStudio copied to clipboard

`ComfyUI` plugin

Open hlky opened this issue 1 year ago • 3 comments

Initial ComfyUI plugin implementation

Uses basic workflows for text-to-image, image-to-image, inpaint/outpaint

image

image

msedge_L0mWHAV00N

msedge_qbMLZvzvTt

msedge_lybZfwKaCT

  • Image count in UI set to value from plugin, image count != batch size, images are queued, seeds are incremental
  • Image strength default value configurable by plugin, also changed the default value because 100% image strength just returns the same image
    • Image strength is backwards to denoise in ComfyUI, e.g. denoise 1.0 is equivalent to Image strength 0%, 75% image strength is equivalent to 0.25 denoise

Note: Plugin UI extension support would be useful for additional features, something like this, just a quick implementation, not pushed for now because it could be done better, maybe the types could be the UI elements in Theme, definitions below would change "select" -> "Popout" and "boolean" -> "Checkbox" image image

TODO: lots

hlky avatar May 20 '23 02:05 hlky