huchenlei / stable-diffusion-ps-pea

Use Stable Diffusion in Photopea!
GNU General Public License v3.0
76 stars 3 forks source link

[Minor Improvement] Make sure `control_net_no_detectmap` is enabled #14

Closed huchenlei closed 1 year ago

huchenlei commented 1 year ago

Currently we are dropping the detected maps from the A1111 response based on how many ControlNet units are active.

control_net_no_detectmap will make A1111 not sending the ControlNet detected map all together. We should use that option instead to save some network traffic.

huchenlei commented 1 year ago

Too bad currently there is no way to modify ControlNet settings through API.