AUTOMATIC1111
174b71994f
remove img2img editor height option, because it breaks gradio 4 image editors
2024-01-07 20:45:12 +03:00
AUTOMATIC1111
cc6f27614b
make it possible again to serve saved pictures without writing them to a temporary directory
2024-01-07 20:20:24 +03:00
AUTOMATIC1111
d51619e53b
bump gradio version
2024-01-07 20:19:24 +03:00
missionfloyd
83e0eb094f
Fix displaying images that haven't already been saved
...
Still copies already_saved_as images to temp.
2023-12-28 18:10:58 -07:00
missionfloyd
6b4f147a07
Fix img2img interrogate
2023-12-21 19:03:25 -07:00
missionfloyd
92b33344bf
Remove unused import
2023-12-17 22:09:19 -07:00
missionfloyd
af71f64ad8
Fix saving images from gallery
2023-12-17 22:07:12 -07:00
missionfloyd
eb41c73b96
Lint
2023-12-17 00:58:25 -07:00
missionfloyd
5b636b3105
Make extras work again
...
Not all postprocessing scripts work
2023-12-17 00:43:18 -07: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
AUTOMATIC1111
b8040e4ab9
linter
2023-12-03 17:10:13 +03:00
AUTOMATIC1111
656c6a5f4d
make extra networks work again
2023-12-03 16:56:47 +03:00
AUTOMATIC1111
8b2c562fb1
remove the code that breaks extra networks
2023-12-03 16:49:33 +03:00
AUTOMATIC1111
051375258c
gradio4
2023-12-03 16:44:03 +03:00
AUTOMATIC1111
ac02216e54
alternate implementation for unet forward replacement that does not depend on hijack being applied
2023-12-02 19:35:47 +03:00
AUTOMATIC1111
af5f0734c9
Merge pull request #14171 from Nuullll/ipex
...
Initial IPEX support for Intel Arc GPU
2023-12-02 19:22:32 +03:00
AUTOMATIC1111
a5f61aa8c5
potential fix for #14172
2023-12-02 18:03:34 +03:00
AUTOMATIC1111
11d23e8ca5
remove Train/Preprocessing tab and put all its functionality into extras batch images mode
2023-12-02 18:01:11 +03:00
Nuullll
96871e4f74
Remove webui-ipex-user.bat
2023-12-02 17:11:31 +08:00
AUTOMATIC1111
4a666381bf
extras tab batch: actually use original filename
...
preprocessing upscale: do not do an extra upscale step if it's not needed
2023-12-02 12:11:21 +03:00
Nuullll
87cd07b3af
Fix fp64
2023-12-02 15:54:25 +08:00
AUTOMATIC1111
0bb6e00ba3
Merge pull request #13957 from h43lb1t0/extra_network_subdirs
...
dir buttons start with / so only the correct dir will be shown and no…
2023-12-02 09:59:29 +03:00
AUTOMATIC1111
87d973e389
Merge pull request #14063 from wfjsw/use-ext-name-for-installed
...
use extension name for determining an extension is installed in the index
2023-12-02 09:58:44 +03:00
AUTOMATIC1111
ef6b8123dc
put code that can cause an exception into its own function for #14120
2023-12-02 09:57:39 +03:00
AUTOMATIC1111
5ed7daa3d9
Merge pull request #14120 from AUTOMATIC1111/protect-against-bad-ui-creation-scripts
...
catch uncaught exception with ui creation scripts
2023-12-02 09:54:21 +03:00
AUTOMATIC1111
ef1723ef41
Merge pull request #14125 from cjj1977/dev
...
Allow use of mutiple styles csv files
2023-12-02 09:53:27 +03:00
AUTOMATIC1111
88736b5557
Merge pull request #14131 from read-0nly/patch-1
...
Update devices.py - Make 'use-cpu all' actually apply to 'all'
2023-12-02 09:46:19 +03:00
AUTOMATIC1111
9eadc4f146
Merge pull request #14121 from AUTOMATIC1111/fix-Auto-focal-point-crop-for-opencv-4.8.x
...
Fix auto focal point crop for opencv >= 4.8
2023-12-02 09:46:00 +03:00
AUTOMATIC1111
97c8e7e0c7
Merge pull request #14119 from AUTOMATIC1111/add-Block-component-creation-callback
...
add Block component creation callback
2023-12-02 09:45:03 +03:00
AUTOMATIC1111
e12a26c253
Merge pull request #14046 from hidenorly/AddFP32FallbackSupportOnSdVaeApprox
...
Add FP32 fallback support on sd_vae_approx
2023-12-02 09:44:00 +03:00
AUTOMATIC1111
4125552752
Merge pull request #14170 from MrCheeze/sd-turbo
...
Add support for SD 2.1 Turbo
2023-12-02 09:30:07 +03:00
AUTOMATIC1111
e294e46d46
split UI settings page into many
2023-12-02 09:26:38 +03:00
Nuullll
7499148ad4
Disable ipex autocast due to its bad perf
2023-12-02 14:00:46 +08:00
AUTOMATIC1111
b58d061e41
infotext updates: add option to disregard certain infotext fields, add option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
2023-12-02 08:33:28 +03:00
MrCheeze
6080045b2a
Add support for SD 2.1 Turbo, by converting the state dict from SGM to LDM on load
2023-12-01 22:58:05 -05:00
MrCheeze
293f44e6c1
Fix bug where is_using_v_parameterization_for_sd2 fails because the sd_hijack is only partially undone
2023-12-01 22:56:08 -05:00
Nuullll
8b40f475a3
Initial IPEX support
2023-11-30 20:22:46 +08:00
hidenorly
81c00728b8
Fix the Ruff error about unused import
2023-11-29 04:59:35 +09:00
hidenorly
a0096c5897
Add FP32 fallback support on torch.nn.functional.interpolate
...
This tries to execute interpolate with FP32 if it failed.
Background is that
on some environment such as Mx chip MacOS devices, we get error as follows:
```
"torch/nn/functional.py", line 3931, in interpolate
return torch._C._nn.upsample_nearest2d(input, output_size, scale_factors)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: "upsample_nearest2d_channels_last" not implemented for 'Half'
```
In this case, ```--no-half``` doesn't help to solve. Therefore this commits add the FP32 fallback execution to solve it.
Note that the ```upsample_nearest2d``` is called from ```torch.nn.functional.interpolate```.
And the fallback for torch.nn.functional.interpolate is necessary at
```modules/sd_vae_approx.py``` 's ```VAEApprox.forward```
```repositories/stable-diffusion-stability-ai/ldm/modules/diffusionmodules/openaimodel.py``` 's ```Upsample.forward```
2023-11-29 04:45:04 +09:00
hidenorly
39eae9f009
Revert "Add FP32 fallback support on sd_vae_approx"
...
This reverts commit 58c19545c8
.
Since the modification is expected to move to mac_specific.py
(https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14046#issuecomment-1826731532 )
2023-11-29 04:07:48 +09:00
w-e-w
d608926f81
reformat file with uniform indentation
2023-11-28 12:12:27 +09:00
w-e-w
03ee297aa2
fix Auto focal point crop for opencv >= 4.8.x
...
autocrop.download_and_cache_models
in opencv >= 4.8 the face detection model was updated
download the base on opencv version
returns the model path or raise exception
2023-11-28 12:09:51 +09:00
obsol
3cd6e1d0a0
Update devices.py
...
fixes issue where "--use-cpu" all properly makes SD run on CPU but leaves ControlNet (and other extensions, I presume) pointed at GPU, causing a crash in ControlNet caused by a mismatch between devices between SD and CN
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14097
2023-11-27 19:21:43 -05:00
Charlie Joynt
26a0c29587
Allow use of mutiple styles csv files
...
* https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14122
Fix edge case where style text has multiple {prompt} placeholders
* https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14005
2023-11-27 12:08:51 +00:00