ATk v1.3.0 fix and small updates
This update was essential to synchronize some AI subcategory components, specifically those for Stable Diffusion A1111 (AItxtToimg, AIimgToimg, AIoutpaint and LaunchSDlocal), with the latest enhancements of the original project (I have created a guide on how to install it for ATk see here). It includes updates to the Preprocessors models, Annotators, Sampler models, and the Control Mode function, which adjusts the emphasis between the prompt, ControlNET, or a balanced interaction of both. These parameters are now auto-generated by linking the value list component to the corresponding parameters, as in version 1.2.9.
Each Annotator is paired with a particular Preprocessors model, like the recently updated ones mentioned below:
- control_v11e_sd15_shuffle [526bfdae]
- control_v11f1e_sd15_tile [a371b31b]
- control_v11f1p_sd15_depth [cfd03158]
- control_v11p_sd15_canny [d14c016b]
- control_v11p_sd15_inpaint [ebff9138]
- control_v11p_sd15_lineart [43d4be0d]
- control_v11p_sd15_mlsd [aca30ff0]
- control_v11p_sd15_normalbae [316696f1]
- control_v11p_sd15_openpose [cab727d4]
- control_v11p_sd15_scribble [d4ba51ff]
- control_v11p_sd15_seg [e1f51eb9]
- control_v11p_sd15_softedge [a8575a2a]
- control_v11p_sd15s2_lineart_anime [3825e83e]
Inside leaks: I have introduced the auto-populating feature since to preserve the Grasshopper usability of these Stable Diffusion components. Most of you already know that WebUI offers many features, but some of them trigger different issues or tricky procedures in reproducing them in the Grasshopper environment. Anyway, I am always open to any useful suggestions/advice/requests 😉.
For this reason, all checkpoint annotators, samplers, or resizing options may have an internal code sequence that doesn’t match the WebUI exactly. Regular updates of the models are crucial because mismatches in codes can lead to the default procedure, T2I Basic or I2I Basic (text-to-image or image-to-image process), overriding the user’s selection in ControlNET within ATk. That’s why I greatly value the feedback provided by all users!
Additionally, “out of index” errors, which affected the metadata text generation for images via Stable Diffusion, have been addressed. The text output is now not only more comprehensive but also displays the current versions of the WebUI and, notably, ControlNET.