There is a style option and the background can be styled, but it seems to be styling a div ‘behind’ the gallery which is only visible in weird flashes when scrolling. try style = background-color:rgb(0,255,0);
in a gallery to see what i’m talking about. Would love to make the background of beautiful people black to match the rest of it.
edit: it seems to have broken the earlier fix for texttoimage but works on t2i since i see on magpies it works. one sec figuring it out
ok on t2i it works fine now as seen by magpies generator. but now on base text-to-image the background is solid even when styling it same rgba(0,0,0,0) as on t2i. im looking thru t2i and trying things. making it programmatic on beautiful-people (which uses base text-to-image) and also loading after start instead of
[image(gallery)]
doesnt solve it. also forceColorScheme light on text-to-image now just has the buttons light and the background stays darkmode. also tried forceColorScheme null since t2i can set it to null but nopeedit: solved