[UI Update] The Control Type Filter is finally implemented #1423
Replies: 3 comments
-
(Now we can use/shift simple controls like canny/depth in one click - finally - this will really save our life time) |
Beta Was this translation helpful? Give feedback.
-
(Spoiler: the next update will probably bring a new tile preprocessor, and since now we have this quick shortcut filter, we do not need to worry any more about the list growing too much longer) |
Beta Was this translation helpful? Give feedback.
-
@lllyasviel Do you have plans to allow us to save presets within the extension? Example: Would like to setup 3 control nets, 1st Canny with a specific weight, 2nd Depth with a specific weight, and 3rd with Pose. Would be nice to one click restore those settings |
Beta Was this translation helpful? Give feedback.
-
Beginning from 1.1.192, we will add a quick shortcut in UI, the Control Type filter.
You can turn off this quick filter in setting if you prefer not to have it, using the option “Disable control type selection”:
This filter has two functionalities:
First, if you select one type of control, your preprocessor list and model list will only show items of that type. You can always select “All” to see all preprocessors/models just like before. For example, I select “depth”
Then
Second, if you select one type of control, it will automatically select a default combination of that control. For example, I select “depth”
Then
Note that this filter has nothing to do with API and code logics so it will lead to zero influence to all other extensions.
Now we can swift methods much easier. And we do not need to worry about the list growing longer and longer.
You need at least 1.1.192 to use it.
Beta Was this translation helpful? Give feedback.
All reactions