Connect to any Draw Things gRPCServerCLI and let ComfyUI generate and provide DT with images for ControlNet without needing to set them in DT itself.
Note
- If you are getting an error after updating, you may have to right click the sampler node and select "Fix node (recreate)"
- TLS is now enabled by default - you no longer need to disable the setting in Draw Things
- Previews might look wrong for some models, however this does not have any influence over the final image.
Run your server with the following options: --no-response-compression --model-browser
- Load default settings per model-type
- Add all possible options
- Create example workflows
- Automatically check for incompatible settings/models
Discuss this project on Discord
- Connect to any Draw Things gRPCServerCLI.
- Let ComfyUI generate and provide DT with images for ControlNet without needing to set them in DT itself.
- Install ComfyUI.
- Install ComfyUI-Manager
- Look up this extension in ComfyUI-Manager. If you are installing manually, clone this repository under
ComfyUI/custom_nodes
. - Restart ComfyUI.
- https://github.com/drawthingsai/draw-things-community
- https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper for starting me off looking into what's possible connecting ComfyUI to Draw Things.
- https://github.com/kcjerrell/dt-grpc-ts
- https://github.com/TinyTerra/ComfyUI_tinyterraNodes for collapsing widgets.
Note
This projected was created with a cookiecutter template. It helps you start writing custom nodes without worrying about the Python setup.