aboutsummaryrefslogtreecommitdiff
path: root/style.css
AgeCommit message (Collapse)Author
2023-08-12update seed/subseed HTML widthsAUTOMATIC1111
2023-08-12move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC1111
resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation
2023-08-12change quicksettings items to have variable widthAUTOMATIC1111
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111
add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-11fix accordion style on img2imgAUTOMATIC1111
2023-08-10add a custom UI element that combines accordion and checkboxAUTOMATIC1111
rework hires fix UI to use accordion prevent bogus progress output in console when calculating hires fix dimensions
2023-08-10additional work on gradio styles;AUTOMATIC1111
make the accordion change affect all accordions, not just inside scripts div
2023-08-10Merge pull request #12312 from catboxanon/script-accordion-styleAUTOMATIC1111
Add styling for script components
2023-08-05add description to VAE setting pageAUTOMATIC1111
2023-08-05add checkbox to show/hide dirs for extra networksAUTOMATIC1111
2023-08-05Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC1111
2023-08-04Add styling for script componentscatboxanon
2023-08-04Fix Gradio 3.39.0 textbox overflowcatboxanon
2023-08-04gradio 3.39AUTOMATIC1111
2023-08-03add style editor dialogAUTOMATIC1111
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata
2023-07-22restyle Startup profile for black usersAUTOMATIC1111
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111
extra networks interface
2023-07-17fix tabs height on small screensAUTOMATIC1111
2023-07-16more tweaking for cards section heightAUTOMATIC1111
2023-07-16change extra networks list to have constant height and scrollingAUTOMATIC1111
2023-07-16always show extra networks tabs in the UIAUTOMATIC1111
2023-07-16minor restyling for extra networksAUTOMATIC1111
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111
width/height/scale to get thumbs)
2023-07-16fix styles for dark peopleAUTOMATIC1111
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111
2023-07-15user metadata system for custom networksAUTOMATIC1111
2023-07-15add textual inversion hashes to infotextAUTOMATIC1111
2023-07-15add padding and identification to generation log section (Failed to find ↵AUTOMATIC1111
Loras, Used embeddings, etc...)
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111
2023-06-29starts leftw-e-w
2023-06-04add whitelist for environment in the reportAUTOMATIC
add extra link to view the report instead of downloading it
2023-06-03Added sysinfo tab to settingsAUTOMATIC
2023-06-02Support dynamic sort of extra networkscatboxanon
2023-06-01add hiding and a colspans to startup profile tableAUTOMATIC
2023-06-01Merge branch 'dev' into startup-profileAUTOMATIC
2023-05-23fix bad styling for thumbs view in extra networks #10639AUTOMATIC
2023-05-21work on startup profile displayAUTOMATIC
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC
into dev
2023-05-18Fix blinking text of hr and scale rescatboxanon
goodbye
2023-05-18Revert "Merge pull request #10440 from grimatoma/increaseModelPickerWidth"AUTOMATIC
This reverts commit 4b07f2f584596604c4499efb0b0295e96985080f, reversing changes made to 4071fa4a123cc512b7944678142c11d88efeccf9.
2023-05-18rework #8863 to work with all img2img tabsAUTOMATIC
2023-05-17option to specify editor height for img2imgAUTOMATIC
2023-05-16Remove max width for model dropdowngrimatoma
Removing the max width for the model dropdown allows the user to see the full name of a model especially when it is long. Model names are getting more complex and longer and the current width almost always cuts off model names. If a user leverages folders than it pretty much always cuts off the name...
2023-05-14add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC
2023-05-14set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC
than js add a bit of spacing/styling to settings elements add link info for token merging
2023-05-13Requested changescatboxanon
2023-05-10add UI to edit defaultsAUTOMATIC
allow setting defaults for elements in extensions' tabs fix a problem with ESRGAN upscalers disappearing after UI reload implicit change: HTML element id for train tab from tab_ti to tab_train (will this break things?)
2023-05-08add links to wiki for filename pattern settingsAUTOMATIC
add extended info for quicksettings setting
2023-05-08make lightbox properly display whole picture without cutting of parts when ↵AUTOMATIC
the picture is very wide.
2023-05-08Merge pull request #10113 from missionfloyd/extras-thumbnailsAUTOMATIC1111
Fix stretched thumbnails on extras tab