Commit Graph
81 Commits
Author SHA1 Message Date
DepFAandAUTOMATIC1111 fd9e049168 strip() split comma delimited lines 2022-10-06 18:09:49 +03:00
DepFAandAUTOMATIC1111 efa61d3168 use csv.reader 2022-10-06 18:09:49 +03:00
DepFAandAUTOMATIC1111 5d0e6ab856 Allow escaping of commas in xy_grid 2022-10-06 18:09:49 +03:00
DepFAandAUTOMATIC1111 fec71e4de2 Default window title progress updates on 2022-10-06 17:58:52 +03:00
DepFAandAUTOMATIC1111 c06298d1d0 add check for progress in title setting 2022-10-06 17:58:52 +03:00
DepFAandAUTOMATIC1111 be71115b1a Update shared.py 2022-10-06 17:58:52 +03:00
DepFAandAUTOMATIC1111 55400c981b Set gradio-img2img-tool default to 'editor' 2022-10-06 08:46:32 +03:00
DepFAandGitHub af02ee1297 Merge branch 'master' into use-typing-list 2022-10-05 23:02:45 +01:00
DepFAandGitHub 34c358d10d use typing.list in prompt_parser.py for wider python version support 2022-10-05 22:11:30 +01:00
DepFAandAUTOMATIC1111 67d011b02e Show generation progress in window title 2022-10-05 11:42:11 +03:00
DepFAandAUTOMATIC1111 bbdbbd36ed shared.state.interrupt when restart is requested 2022-10-05 11:37:18 +03:00
DepFAandGitHub a634c3226f correct indent 2022-10-02 19:26:38 +01:00
DepFAandGitHub e808096cf6 correct indent 2022-10-02 19:26:06 +01:00
DepFAandGitHub 2deea86781 Put reload buttons in row and add secondary style 2022-10-02 01:36:30 +01:00
DepFAandGitHub 07e40ad7f2 add custom script body only refresh option 2022-10-02 01:19:55 +01:00
DepFAandGitHub cf33268d68 add script body only refresh 2022-10-02 01:18:42 +01:00
DepFAandGitHub 0aa354bd5e remove styling from python side 2022-10-02 00:13:47 +01:00
DepFAandGitHub 55b046312c move JavaScript into ui.js 2022-10-02 00:12:49 +01:00
DepFAandGitHub 027c5aae55 update reloading message style 2022-10-01 23:29:26 +01:00
DepFAandGitHub 6048002dad Add scope warning to refresh button 2022-10-01 23:10:07 +01:00
DepFAandGitHub 30f2e35658 add importlib.reload 2022-10-01 22:50:03 +01:00
DepFAandGitHub afaa03c5fd add redefinition guard to gradio_routes_templates_response 2022-10-01 22:43:45 +01:00
DepFAandGitHub a9044475c0 add time import 2022-10-01 21:47:42 +01:00
DepFAandGitHub 4f8490cd56 add restart button 2022-10-01 18:33:31 +01:00
DepFAandGitHub 95f35d04ab Host busy thread, check for reload 2022-10-01 18:31:58 +01:00
DepFAandGitHub 4c2478a68a add script reload method 2022-10-01 18:30:53 +01:00
DepFAandAUTOMATIC1111 3f417566b0 Delete alternate_sampler_noise_schedules.py 2022-10-01 08:08:50 +03:00
DepFAandAUTOMATIC1111 bd4fc6633f add script alternate_sampler_noise_schedules 2022-10-01 08:08:50 +03:00
DepFAandAUTOMATIC1111 bc38c80cfc add sampler_noise_scheduler_override switch 2022-10-01 08:08:50 +03:00
DepFAandAUTOMATIC1111 9de1e56e2d add sampler_noise_scheduler_override property 2022-10-01 08:08:50 +03:00
DepFAandAUTOMATIC1111 ebd2c48115 return shortest checkpoint title match 2022-09-30 07:37:05 +03:00
DepFAandAUTOMATIC1111 f710ba11b9 use closest match checkpoint method 2022-09-30 07:37:05 +03:00
DepFAandAUTOMATIC1111 642b7e333e add get_closet_checkpoint_match 2022-09-30 07:37:05 +03:00
DepFAandAUTOMATIC1111 adbd26a68f add missing s_tmax 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 48d5796f0d pass eta to tex2img sampler 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 76d6f7b407 Add DDIM Eta to txt2img in xy_grid 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 61585e5778 rename DDIM eta label 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 fc2aa6b8f3 Add extra sampler params to xy_grid 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 a860839f1f take extra sampler properties from StableDiffusionProcessing 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 4ea36a37d6 add sampler properties to StableDiffusionProcessing and Processed 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 2ab3d593f9 pass extra KDiffusionSampler function parameters 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 6b78833e33 Add extra kdiffusion parameters 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 ed5736139c pass ddim_eta and ddim_discretize 2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 619668ccfe Add options for exposed ddim sampler params
ddim_eta & ddim_discretize
2022-09-27 09:30:45 +03:00
DepFAandAUTOMATIC1111 175baaaca2 xy_grid - Show blank cells when grid is incomplete 2022-09-27 09:06:44 +03:00
DepFAandAUTOMATIC1111 16e7ac09df job_timestamp initialization change 2022-09-27 08:51:59 +03:00
DepFAandAUTOMATIC1111 e61da308ba Disable sentry logging 2022-09-26 16:19:47 +03:00
DepFAandAUTOMATIC1111 b8a8f749ef Update webui.bat 2022-09-26 16:19:47 +03:00
DepFAandAUTOMATIC1111 50ae19acf6 add custom script source to config path keys 2022-09-25 09:59:31 +03:00
DepFAandAUTOMATIC1111 31a0fbf1ad add attribute to custom script controls 2022-09-25 09:59:31 +03:00
DepFAandAUTOMATIC1111 72e2a96284 Correct indent 2022-09-25 08:46:09 +03:00
DepFAandAUTOMATIC1111 ab5a472556 Persist default Number values 2022-09-25 08:46:09 +03:00
DepFAandAUTOMATIC1111 ca13264609 Add attr to skip 2022-09-25 08:46:09 +03:00
DepFAandAUTOMATIC1111 b1320d79b5 Apply to all checkboxes and textboxes 2022-09-25 08:46:09 +03:00
DepFAandAUTOMATIC1111 714dcda068 Add attributes to checkboxes for persisting 2022-09-25 08:46:09 +03:00
DepFAandAUTOMATIC1111 e560eb8b60 Only switch between visible gallery entries
Since the other tabs are kept in the dom now filtering is needed.
2022-09-23 23:38:45 +03:00
DepFAandAUTOMATIC1111 a2d084a07c Change default bug report template label to bug-report
for later confirmation or denial as an actual bug
2022-09-23 08:30:54 +03:00
DepFAandAUTOMATIC1111 42b7902922 sort JavaScript includes to assure script sequence
Who knows what filesystem they're on
2022-09-23 08:30:32 +03:00
DepFAandGitHub 08e27c3252 sort JavaScript includes to assure script sequence
Who knows what filesystem they're on
2022-09-23 03:05:42 +01:00
DepFAandGitHub ea2426fa61 Change default bug report template label to bug-report
for later confirmation or denial as an actual bug
2022-09-23 02:19:00 +01:00
DepFAandAUTOMATIC1111 6d1c01c955 Add section splitting to settings ui 2022-09-22 20:26:21 +03:00
DepFAandAUTOMATIC1111 dec7584903 Add Section keys and headers to settings 2022-09-22 20:26:21 +03:00
DepFAandAUTOMATIC1111 cae09e1651 Update selectors after ui and core overhaul 2022-09-22 19:29:20 +03:00
DepFAandGitHub 2d271c0e62 Add aspect ratio overlay js 2022-09-22 01:51:49 +01:00
DepFAandGitHub 4985d7cd04 Add aspect ratio overlay styles 2022-09-22 01:50:42 +01:00
DepFAandAUTOMATIC1111 dd911a47b3 lightbox image scaling fix 2022-09-19 19:14:33 +03:00
DepFAandAUTOMATIC1111 bf1f3b8daf Rely on opts being pre-populated 2022-09-19 16:43:08 +03:00
DepFAandAUTOMATIC1111 86021511af bring modal z-index above progress bar 2022-09-19 16:43:08 +03:00
DepFAandAUTOMATIC1111 931e5aebb3 initialize modal state from options 2022-09-19 16:43:08 +03:00
DepFAandAUTOMATIC1111 2f35b1c6be Add logic for zoom toggle 2022-09-19 16:43:08 +03:00
DepFAandAUTOMATIC1111 326236ed31 add styles for image zoom 2022-09-19 16:43:08 +03:00
DepFAandGitHub f9cae046cb typo 2022-09-17 18:03:52 +01:00
DepFAandGitHub 0e5527b4df Add previous and next to modal with key shortcuts 2022-09-17 17:58:33 +01:00
DepFAandGitHub fb668c58ef add previous and next styles 2022-09-17 17:56:53 +01:00
DepFAandGitHub f96d8a601c Block event propagation when lightbox is triggered 2022-09-17 15:29:06 +01:00
DepFAandAUTOMATIC1111 1ef79f926e generalise to work on all non-masked images on all tabs 2022-09-17 14:56:11 +03:00
DepFAandAUTOMATIC1111 a66d857345 make background semi-transparent not black; 2022-09-17 14:56:11 +03:00
DepFAandAUTOMATIC1111 1a51337077 Add modal creation and functions 2022-09-17 14:56:11 +03:00
DepFAandAUTOMATIC1111 65be5312dc Add modal css classes 2022-09-17 14:56:11 +03:00
DepFAandAUTOMATIC1111 e16d762800 add draw legend toggle 2022-09-14 15:33:37 +03:00
DepFAandAUTOMATIC1111 35229d9488 Add square bracket range+count syntax 2022-09-14 15:33:37 +03:00