aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
AgeCommit message (Collapse)AuthorLines
2023-08-12update seed/subseed HTML widthsAUTOMATIC1111-15/+0
2023-08-12move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC1111-2/+7
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-3/+6
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111-12/+20
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-1/+1
2023-08-10add a custom UI element that combines accordion and checkboxAUTOMATIC1111-6/+9
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-10/+8
make the accordion change affect all accordions, not just inside scripts div
2023-08-10Merge pull request #12312 from catboxanon/script-accordion-styleAUTOMATIC1111-0/+7
Add styling for script components
2023-08-05add description to VAE setting pageAUTOMATIC1111-0/+7
2023-08-05add checkbox to show/hide dirs for extra networksAUTOMATIC1111-1/+4
2023-08-05Merge branch 'dev' into extra-networks-always-visibleAUTOMATIC1111-6/+36
2023-08-04Add styling for script componentscatboxanon-0/+7
2023-08-04Fix Gradio 3.39.0 textbox overflowcatboxanon-0/+4
2023-08-04gradio 3.39AUTOMATIC1111-2/+10
2023-08-03add style editor dialogAUTOMATIC1111-0/+13
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-3/+4
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-1/+5
extra networks interface
2023-07-17fix tabs height on small screensAUTOMATIC1111-1/+1
2023-07-16more tweaking for cards section heightAUTOMATIC1111-2/+3
2023-07-16change extra networks list to have constant height and scrollingAUTOMATIC1111-0/+3
2023-07-16always show extra networks tabs in the UIAUTOMATIC1111-4/+4
2023-07-16minor restyling for extra networksAUTOMATIC1111-2/+1
2023-07-16nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC1111-79/+15
width/height/scale to get thumbs)
2023-07-16fix styles for dark peopleAUTOMATIC1111-0/+4
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111-1/+8
2023-07-15user metadata system for custom networksAUTOMATIC1111-12/+44
2023-07-15add textual inversion hashes to infotextAUTOMATIC1111-0/+4
2023-07-15add padding and identification to generation log section (Failed to find ↵AUTOMATIC1111-6/+10
Loras, Used embeddings, etc...)
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111-3/+14
2023-06-29starts leftw-e-w-2/+15
2023-06-04add whitelist for environment in the reportAUTOMATIC-1/+4
add extra link to view the report instead of downloading it
2023-06-03Added sysinfo tab to settingsAUTOMATIC-0/+10
2023-06-02Support dynamic sort of extra networkscatboxanon-2/+12
2023-06-01add hiding and a colspans to startup profile tableAUTOMATIC-0/+6
2023-06-01Merge branch 'dev' into startup-profileAUTOMATIC-1/+17
2023-05-23fix bad styling for thumbs view in extra networks #10639AUTOMATIC-1/+17
2023-05-21work on startup profile displayAUTOMATIC-2/+6
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC-0/+7
into dev
2023-05-18Fix blinking text of hr and scale rescatboxanon-0/+5
goodbye
2023-05-18Revert "Merge pull request #10440 from grimatoma/increaseModelPickerWidth"AUTOMATIC-0/+2
This reverts commit 4b07f2f584596604c4499efb0b0295e96985080f, reversing changes made to 4071fa4a123cc512b7944678142c11d88efeccf9.
2023-05-18rework #8863 to work with all img2img tabsAUTOMATIC-2/+2
2023-05-17option to specify editor height for img2imgAUTOMATIC-6/+0
2023-05-16Remove max width for model dropdowngrimatoma-2/+0
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-2/+2
2023-05-14set up a system to provide extra info for settings elements in python rather ↵AUTOMATIC-0/+20
than js add a bit of spacing/styling to settings elements add link info for token merging
2023-05-13Requested changescatboxanon-0/+3
2023-05-10add UI to edit defaultsAUTOMATIC-0/+4
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-0/+16
add extended info for quicksettings setting
2023-05-08make lightbox properly display whole picture without cutting of parts when ↵AUTOMATIC-0/+1
the picture is very wide.
2023-05-08Merge pull request #10113 from missionfloyd/extras-thumbnailsAUTOMATIC1111-1/+1
Fix stretched thumbnails on extras tab