* Aspect ratios now show aspect ratios.
* Added style search.
* Added style sorting/ordering/favorites.
This commit is contained in:
lllyasviel
2023-11-14 14:06:12 -08:00
committed by GitHub
parent 375b30f375
commit cec0c2a8df
9 changed files with 147 additions and 15 deletions
+4
View File
@@ -73,6 +73,10 @@ function processNode(node) {
});
}
function refresh_style_localization() {
processNode(document.querySelector('.style_selections'));
}
function localizeWholePage() {
processNode(gradioApp());