mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
configurable card sizes
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -515,5 +515,6 @@ async function setupExtraNetworks() {
|
||||
registerPrompt('img2img', 'img2img_neg_prompt');
|
||||
registerPrompt('control', 'control_prompt');
|
||||
registerPrompt('control', 'control_neg_prompt');
|
||||
log('initNetworks');
|
||||
log('initNetworks', window.opts.extra_networks_card_size);
|
||||
document.documentElement.style.setProperty('--card-size', `${window.opts.extra_networks_card_size}px`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user