Commit Graph

3095 Commits (automatic1111-webui)

Author SHA1 Message Date
rewbs 5d63a339db Bump version number and minor fix for audio 2024-05-15 10:07:19 +10:00
Robin Fernandes 91df0fa852
Merge pull request #968 from rhyswynn/automatic1111-webui
Update to split sampler and scheduler selections
2024-05-15 10:05:36 +10:00
Rhys Edwards c37c19ad3c Enabled legacy sampler settings to be imported 2024-04-26 06:36:17 -04:00
Rhys Edwards c0042ab2ff Enabled legacy sampler settings to be imported 2024-04-25 17:27:41 -04:00
Rhys Edwards 1ebb9a483e Enabled legacy sampler settings to be imported 2024-04-25 16:49:33 -04:00
Rhys Edwards 9775118b0e Update to split sampler and scheduler selections 2024-04-22 07:21:24 -04:00
Miklos Nagy 3224268514
Merge pull request #960 from viking1304/basicsr_deprication
fix remaining files affected by basicsr deprecation
2024-03-13 18:18:56 +01:00
viking1304 8da9db0304 use load_file_from_url with named parameters 2024-03-11 21:15:31 +01:00
viking1304 e7f06257f8 fix remaning files affected by basicsr deprication 2024-03-11 16:56:52 +00:00
Miklos Nagy d3463ae7f2
Update ui_right.py - support older auto builds 2024-03-10 13:46:51 +01:00
Miklos Nagy db2bd23572
Merge pull request #958 from viking1304/basicsr_deprication
Basicsr deprication
2024-03-08 02:13:58 +01:00
viking1304 7c6cf67474
Add falback to basicr for legacy versions 2024-03-08 02:06:28 +01:00
viking1304 3686ad9b90 Use load_file_from_url from modules.modelloader 2024-03-04 20:17:54 +00:00
Robin Fernandes 33c0f03338
Merge pull request #950 from jarrodpan/fix/non-iterable-outputpanel-object
fix: modify create_output_panel output to match object returned
2024-03-05 03:54:59 +11:00
jarrodpan 1b938a47fd
Merge pull request #2 from jarrodpan/automatic1111-webui
merge main into fix PR
2024-03-04 10:34:23 +11:00
jarrodpan 55bdb4beb3
Merge branch 'fix/non-iterable-outputpanel-object' into automatic1111-webui 2024-03-04 10:34:14 +11:00
jarrodpan 84bacf7b89
Merge pull request #1 from viking1304/automatic1111-webui
Make buttons clickable
2024-03-04 10:31:05 +11:00
viking1304 593ae071c9
Make buttons clickable 2024-03-03 20:30:46 +01:00
Jarrod Pan d4549cea44 refactor: better variable naming 2024-03-04 00:14:31 +11:00
Jarrod Pan a5fd48cde5 fix: modify create_output_panel output to match object returned
949
2024-03-03 23:17:05 +11:00
Robin Fernandes df6a63d524
Merge pull request #921 from rewbs/fix-audio-download
Download audio files that look like URLs.
2024-02-07 10:11:45 +11:00
andyxr d3b00b3ce4
Merge pull request #927 from andyxr/automatic1111-webui
Returned the missing Parseq link to Parseq Init tab
2023-11-15 19:27:31 +00:00
andyxr cb83fa6d93 Returned the missing Parseq link to Parseq Init tab
I had accidentally removed the link to Parseq from the Parseq Init tab. It's now back.
2023-11-15 09:33:42 +00:00
kabachuha c9869ce689
return default cadence to 2 (easier debug) 2023-11-13 22:34:21 +03:00
Robin Fernandes 4aa75fd185 Fix video format check: was failing on files with valid path but no Content-Disposition. 2023-11-10 03:24:40 +00:00
Robin Fernandes f910d7b3e8 Download audio files that look like URLs. 2023-11-09 15:38:15 +00:00
andyxr f0fb9d76ee
Merge pull request #919 from andyxr/automatic1111-webui
Small tweaks to Init Image info text, and readme
2023-11-02 22:02:41 +00:00
andyxr 96a3cb4ef7 Added info text for Init image strength
Camel-cased 'strength' label and added info text.
2023-11-02 18:33:37 +00:00
andyxr 1b703188b2 Merge remote-tracking branch 'upstream/automatic1111-webui' into automatic1111-webui 2023-11-02 13:43:48 +00:00
kabachuha 6e99b31272
Merge pull request #917 from rewbs/improve-download-format-check
Don't reject URLs that are for valid video formats but where the URL doesn't end with the extension (e.g. if there is a query string).
2023-10-29 23:49:58 +03:00
rewbs e1b04992dd Don't reject URLs that are for valid video formats but where the URL doesn't end with the extension (e.g. if there is a query string). 2023-10-24 10:43:58 +11:00
Robin Fernandes 8dcb1394c7
Merge pull request #909 from deforum-art/less-draconian-issue-bot
Allow users to open issues without the webui log if they promise they have a really good reason for doing so.
2023-10-23 15:20:42 +11:00
andyxr e288538083
Update README.md
Added piece about a third way of installing Deforum.
2023-10-19 14:28:21 +01:00
Robin Fernandes 43158f9c22
Merge pull request #910 from andyxr/automatic1111-webui
Parseq section has a new home; reset buttons on zoom and tr_z
2023-10-18 15:47:45 +11:00
andyxr 6e18cb5c19 Parseq section has a new home; reset buttons on zoom and tr_z
Parseq section has been moved from being in all of the Init tabs, to having its own Init tab.
2D zoom and 3D translation Z now have a reset button that sets those values to static (2D zoom becomes 1; 3D tr_z becomes 0)
2023-10-16 13:57:36 +01:00
rewbs 6ad1617bbd Allow users to open issues without the webui log if they promise they have a really good reason for doing so. 2023-10-16 00:44:03 +11:00
andyxr 040da3d868
Merge pull request #897 from andyxr/automatic1111-webui
Added 2 missing samplers
2023-10-01 15:32:12 +01:00
andyxr b5cc6f98c1 Added 2 missing samplers
I missed two out: DPM++ 2M SDE Karras and Restart
2023-10-01 15:29:20 +01:00
kabachuha 6e78e892a1
Merge pull request #885 from rewbs/save-cn-images-with-rest-of-output
Save ControlNet detect map images alongside rest of output
2023-09-28 15:17:51 +03:00
kabachuha f80423e672
Merge pull request #886 from rewbs/allow-parseq-to-override-fps-cadence-max-frames
Allow Parseq users to use the FPS, cadence and max_frames specified in their Parseq doc (instead of having to duplicate them).
2023-09-28 15:15:18 +03:00
andyxr 72579edf99
Merge pull request #894 from andyxr/automatic1111-webui
(Merging, as I've tested all the samplers and they seem to all work fine.)
Added latest samplers to get_samplers_list.
2023-09-27 12:47:49 +01:00
andyxr 1465612f04 Added latest samplers to get_samplers_list
Deforum works with the new samplers introduced with A1111 1.6. I've brought them back and I've run animations with all of them successfully (some need more steps than others).
2023-09-26 09:54:14 +01:00
Robin Fernandes 368ffb0112
Merge pull request #893 from andyxr/automatic1111-webui
Fixing issue 890 - Batch mode not working
2023-09-25 08:46:22 -06:00
andyxr ce4ac45bb0 Fixing issue 890 - Batch mode not working
This should address issue #890
2023-09-25 14:43:35 +01:00
rewbs c9335770fc Add tests with/without new parseq override option. 2023-09-20 10:56:15 +10:00
rewbs 745f94729b fix inverted label and info fields 2023-09-19 22:52:04 +10:00
rewbs 6e4885fe38 Allow Parseq users to use the FPS, cadence and max_frames specified in their Parseq doc (instead of having to duplicate them). 2023-09-19 22:29:40 +10:00
rewbs deb6f42bf8 remove unrelated changes 2023-09-15 16:55:55 +10:00
rewbs 59c0bd583d add some debug prints for cog issue... 2023-09-15 14:40:43 +10:00
Robin Fernandes f635a2154c
Merge pull request #879 from Wraken/automatic1111-webui
Fix api positive prompts
2023-09-15 12:23:08 +10:00