826 Commits

Author SHA1 Message Date
missionfloyd
5ad03e6586
Merge branch 'dev' into gradio4 2024-09-04 15:21:47 -06:00
missionfloyd
077d55545e
Hide layers menu for inpaint 2024-09-04 15:14:44 -06:00
missionfloyd
c6cc80eed7
Don't import Brush separately 2024-09-01 21:38:43 -06:00
AUTOMATIC1111
7c8a4ccecb
Merge pull request #16202 from light-and-ray/do_not_break_progressbar_on_non-job_actions
[bug] do not break progressbar on non-job actions (add wrap_gradio_call_no_job)
2024-07-20 11:45:57 +03:00
Haoming
f5866199c4 add ids 2024-07-16 11:07:22 +08:00
Andray
589dda3cf2 do not break progressbar on non-job actions 2024-07-12 16:08:36 +04:00
AUTOMATIC1111
569f17c6c6
Merge pull request #15654 from huchenlei/mime
Add correct mimetype for .mjs files
2024-06-08 12:10:42 +03:00
AUTOMATIC1111
debc6dddeb
Merge pull request #15739 from LoganBooker/LoganBooker-AVIF-mimetype-patch
Add AVIF MIME type support to mimetype definitions
2024-06-08 11:36:21 +03:00
Andray
221ac0b9ab img2img batch upload method 2024-05-16 23:08:24 +04:00
LoganBooker
f7e349cea4
Add AVIF MIME type support to mimetype definitions
AVIF images will open, rather than download, as the default behaviour.
2024-05-08 21:23:18 +10:00
huchenlei
3d3fc81f48 Add correct mimetype for .mjs files 2024-04-28 16:14:12 -04:00
missionfloyd
ca59516fa1 Copy img2img layers 2024-04-25 18:36:29 -06:00
missionfloyd
32281b272e
Merge branch 'dev' into gradio4 2024-04-21 18:15:55 -06:00
Andray
4e2bb7250f fix_ui_config_for_hires_sampler_and_scheduler 2024-03-27 15:35:06 +04:00
catboxanon
492f902454 Fix merge errors 2024-03-24 16:38:02 -04:00
catboxanon
25f636cb3a Merge branch 'dev' into gradio4 2024-03-24 16:26:38 -04:00
AUTOMATIC1111
9aa9e980a9 support scheduler selection in hires fix 2024-03-24 11:00:16 +03:00
AUTOMATIC1111
25cd53d775 scheduler selection in main UI 2024-03-20 09:17:11 +03:00
AUTOMATIC1111
0dc12861ef call script_callbacks.ui_settings_callback earlier; fix extra-options-section built-in extension killing the ui if using a setting that doesn't exist 2024-03-04 15:30:46 +03:00
AUTOMATIC1111
f7a3067d2a Merge branch 'dev' into gradio4 2024-03-02 08:27:22 +03:00
AUTOMATIC1111
b7f45e67dc add before_token_counter callback and use it for prompt comments 2024-02-11 12:56:53 +03:00
AUTOMATIC1111
02ab75b86a Count tokens of enabled styles 2024-02-11 12:40:27 +03:00
AUTOMATIC1111
f6e476d7a8 call the right function for token counter in img2img 2024-02-11 12:24:02 +03:00
Andray
82e2e25325 ResizeHandleRow png_info and train 2024-02-10 13:00:16 +04:00
AUTOMATIC1111
cee0bf8464 fix send to tab and hires upscale button 2024-01-27 12:05:26 +03:00
AUTOMATIC1111
9dd3b2a10b solve some of issues with img2img copy to tab functionality 2024-01-27 11:12:59 +03:00
AUTOMATIC1111
983b58b897 Merge branch 'dev' into gradio4 2024-01-27 10:19:27 +03:00
AUTOMATIC1111
f4e931f18f put extra networks controls row into the tabs UI element for #14588 2024-01-22 23:20:30 +03:00
Andray
56676ff923 fix tab indexes reset after restart ui 2024-01-20 11:49:05 +04:00
AUTOMATIC1111
08f1926f30 repair resolution calculation for img2img 2024-01-07 20:45:24 +03:00
AUTOMATIC1111
174b71994f remove img2img editor height option, because it breaks gradio 4 image editors 2024-01-07 20:45:12 +03:00
AUTOMATIC1111
2f98a35fc4 add assets repo; serve fonts locally rather than from google's servers 2024-01-07 09:21:21 +03:00
AUTOMATIC1111
15ec54dd96 Have upscale button use the same seed as hires fix. 2024-01-04 19:47:00 +03:00
AUTOMATIC1111
980970d390 final touches 2024-01-02 07:08:32 +03:00
Jibaku789
c2ea571005
Add inpaint options to paste fields 2024-01-01 14:57:41 -06:00
AUTOMATIC1111
501993ebf2 added a button to run hires fix on selected image in the gallery 2024-01-01 19:31:06 +03:00
AUTOMATIC1111
5d7d1823af rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests 2024-01-01 17:25:30 +03:00
AUTOMATIC1111
dfd6438221
Merge branch 'dev' into feat/interrupted-end 2024-01-01 16:39:51 +03:00
AUTOMATIC1111
0ce67cb618
Merge pull request #14352 from AUTOMATIC1111/reduce-unnecessary-ui-config-write
only rewrite ui-config when there is change
2024-01-01 16:35:07 +03:00
AUTOMATIC1111
d859cec696 infotext.py: rename usages in the codebase 2024-01-01 13:53:12 +03:00
AUTOMATIC1111
bb07cb6a0d a 2023-12-30 10:42:42 +03:00
missionfloyd
6b4f147a07 Fix img2img interrogate 2023-12-21 19:03:25 -07:00
w-e-w
10945aa41a only rewrite ui-config when there is change
and a typo
2023-12-18 15:27:41 +09:00
missionfloyd
a8e41f585e Fix "detect image size" button 2023-12-09 20:02:03 -07:00
missionfloyd
5742836180 Simplify inpaint sketch mask 2023-12-06 22:01:11 -07:00
missionfloyd
b5e7135ad8 Remove unused import 2023-12-05 20:47:01 -07:00
missionfloyd
9d1385de50 Fix sketch, inpaint sketch
Seems to work right, anyway.
Added webcam source.
Some img2img modes may now be redundant.
2023-12-05 20:45:19 -07:00
missionfloyd
df14dc215c Change img2img_selected_tab back to gr.State 2023-12-05 06:56:40 -07:00
missionfloyd
10791e7d35 Fix inpaint 2023-12-04 22:40:40 -07:00
missionfloyd
0d9b431571 Fix img2img 2023-12-04 21:48:24 -07:00