mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-11 16:09:51 +00:00
Add option to disable thumbnail display (#36)
This commit is contained in:
@@ -260,6 +260,7 @@
|
||||
* and mask on the accordion header.
|
||||
*/
|
||||
updateInputImageThumbnail() {
|
||||
if (!opts.controlnet_input_thumbnail) return;
|
||||
if (this.tabOpen) {
|
||||
this.removeThumbnail();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user