Kohaku-Blueleaf
72377b0251
Use type to determine if it is enable
2023-05-23 23:48:23 +08:00
AUTOMATIC
b186045fee
possible fix for empty list of optimizations #10605
2023-05-23 18:02:09 +03:00
AUTOMATIC
3f50b7d71c
fix bad styling for thumbs view in extra networks #10639
2023-05-23 14:07:00 +03:00
fumitaka.yano
1db7d21283
Subject:.
...
Improvements to handle VAE filenames in generated image filenames
Body:.
1) Added new line 24 to import sd_vae module.
2) Added new method get_vae_filename at lines 340-349 to obtain the VAE filename to be used for image generation and further process it to extract only the filename by splitting it with a dot symbol.
3) Added a new lambda function 'vae_filename' at line 373 to handle VAE filenames.
Reason:.
A function was needed to get the VAE filename and handle it in the program.
Test:.
We tested whether we could use this new functionality to get the expected file names.
The correct behaviour was confirmed for the following commonly distributed VAE files.
vae-ft-mse-840000-ema-pruned.safetensors -> vae-ft-mse-840000-ema-pruned
anything-v4.0.vae.pt -> anything-v4.0
ruff response:.
There were no problems with the code I added.
There was a minor configuration error in a line I did not modify, but I did not modify it as it was not relevant to this modification.
Logged.
images.py:426:56: F841 [*] Local variable `_` is assigned to but never used
images.py:432:43: F841 [*] Local variable `_` is assigned to but never used
Impact:.
This change makes it easier to retrieve the VAE filename used for image generation and use it in the programme.
2023-05-23 15:56:08 +09:00
Kohaku-Blueleaf
78aed1fa4a
Fix xyz
2023-05-23 11:47:32 +08:00
Kohaku-Blueleaf
70650f87a4
Use better way to impl
2023-05-23 11:34:51 +08:00
Kohaku-Blueleaf
1846ad36a3
Use settings instead of main interface
2023-05-23 10:58:57 +08:00
Kohaku-Blueleaf
ec1608308c
Merge branch 'custom-k-sched' of https://github.com/KohakuBlueleaf/stable-diffusion-webui into custom-k-sched
2023-05-23 09:55:31 +08:00
Kohaku-Blueleaf
89c44bbc15
Add hint for custom k_diffusion scheduler
2023-05-23 09:52:15 +08:00
Kohaku-Blueleaf
38aaad654b
Better hint for user
...
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-23 09:38:30 +08:00
AUTOMATIC1111
80a723cbcf
Merge pull request #10644 from ArthurHeitmann/fix-inpainting-canvas-noise
...
Fix for #10643 (Inpainting mask sometimes not working)
2023-05-22 23:22:34 +03:00
ArthurHeitmann
e1c44267ea
Fix for #10643 (pixel noise in webui inpainting canvas breaking inpainting, so that it behaves like plain img2img)
2023-05-22 21:56:26 +02:00
AUTOMATIC1111
809001fe41
Merge pull request #10623 from akx/bump-gradio
...
Bump gradio to 3.32
2023-05-22 22:18:05 +03:00
AUTOMATIC1111
d77ba18d5d
Merge pull request #10635 from prodialabs/master
...
disable `timeout_keep_alive`: fixes #10625 #10510 #10474
2023-05-22 22:17:25 +03:00
catboxanon
51d672890d
Revert #10586
2023-05-22 13:06:57 -04:00
Kohaku-Blueleaf
403b304162
use sigma_max/min in model if sigma_max/min is 0
2023-05-23 00:29:38 +08:00
Kohaku-Blueleaf
65a87ccc9b
Add error information for recursion error
2023-05-23 00:09:49 +08:00
Kohaku-Blueleaf
302d95c726
Minor naming fixes
2023-05-22 23:43:06 +08:00
Kohaku-Blueleaf
4365c35bf9
Avoid loop import
2023-05-22 23:41:14 +08:00
Kohaku-Blueleaf
5dfb1f597b
remove not related code
2023-05-22 23:36:16 +08:00
Kohaku-Blueleaf
7dc9d9e27e
only add metadata when k_sched is actually been used
2023-05-22 23:34:16 +08:00
Kohaku-Blueleaf
7882f76da4
Replace karras by k_diffusion, fix gen info
2023-05-22 23:26:28 +08:00
Kohaku-Blueleaf
f821051443
Change karras to kdiffusion
2023-05-22 23:09:03 +08:00
Kohaku-Blueleaf
e6269cba7f
Add dropdown for scheduler type
2023-05-22 23:02:05 +08:00
Monty Anderson
efc9853059
modules/api/api.py
: disable timeout_keep_alive
2023-05-22 15:52:44 +01:00
Kohaku-Blueleaf
90ec557d60
remove debug print
2023-05-22 22:06:13 +08:00
Kohaku-Blueleaf
a104879869
Add custom karras scheduler
2023-05-22 21:52:46 +08:00
AUTOMATIC
cc2f6e3b7b
fix error in dragdrop logic
2023-05-22 15:40:10 +03:00
Aarni Koskela
47b669bc9f
Upgrade Gradio, remove docs URL hack
2023-05-22 09:53:24 +03:00
AUTOMATIC
ee65e72931
repair file paste for Firefox from #10615
...
remove animation when pasting files into prompt
rework two dragdrop js files into one
2023-05-22 09:49:59 +03:00
AUTOMATIC1111
0cbcc4d828
Merge pull request #10611 from akx/disable-token-counters
...
Add option to disable token counters
2023-05-22 08:09:48 +03:00
AUTOMATIC1111
ee2f4fb92d
Merge pull request #10615 from missionfloyd/text-drag-fix
...
Fix dragging text to prompt
2023-05-22 07:15:44 +03:00
AUTOMATIC1111
8137bdba61
Merge branch 'dev' into text-drag-fix
2023-05-22 07:15:34 +03:00
missionfloyd
a862428902
Fix dragging text to prompt
2023-05-21 18:17:32 -06:00
AUTOMATIC
3366e494a1
option to pad prompt/neg prompt to be same length
2023-05-22 00:13:53 +03:00
Aarni Koskela
618c59b01d
Add option to disable prompt token counters
2023-05-21 23:25:06 +03:00
Aarni Koskela
5ed970b949
Move token counters to separate JS file, fix names
2023-05-21 23:25:06 +03:00
AUTOMATIC
8faac8b963
run basic torch calculation at startup in parallel to reduce the performance impact of first generation
2023-05-21 21:55:14 +03:00
AUTOMATIC
1f3182924b
Merge branch 'dev' into release_candidate
2023-05-21 17:37:09 +03:00
AUTOMATIC
fdaf0147b6
update readme
2023-05-21 17:36:40 +03:00
AUTOMATIC
fe73d6439a
Revert "change width/heights slider steps to 64 from 8"
...
This reverts commit 9a86932c8b
.
2023-05-21 17:35:19 +03:00
AUTOMATIC
f9fe5e5f9d
reworking launch.py: add references to renamed file
2023-05-21 16:27:34 +03:00
AUTOMATIC
4b07984d1b
reworking launch.py: rename
2023-05-21 16:27:34 +03:00
AUTOMATIC1111
38a2324dc3
Merge pull request #10580 from akx/add-some-future-annotations
...
Add some future annotations
2023-05-21 13:43:29 +03:00
AUTOMATIC1111
6fe85e8d5b
Merge pull request #10581 from shinshin86/readme-mac-shortcut
...
[README] Update keyboard shortcut instructions for MacOS users
2023-05-21 13:42:34 +03:00
AUTOMATIC
696f16e901
revert git describe --always --tags for extensions because it seems to be causing issues
2023-05-21 13:30:09 +03:00
AUTOMATIC1111
8e9188aa5a
Merge pull request #10564 from AUTOMATIC1111/extensions-clone-depth-1
...
extensions clone --filter=blob:none
2023-05-21 11:06:26 +03:00
w-e-w
cd03317c05
--filter=blob:none
...
Co-Authored-By: Aarni Koskela <akx@iki.fi>
Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-21 16:42:54 +09:00
AUTOMATIC1111
40a61f54e6
Merge pull request #10586 from catboxanon/patch/fix-dpmpp_2m_sde
...
Discard penultimate sigma for DPM-Solver++(2M) SDE
2023-05-21 10:08:41 +03:00
catboxanon
9a442702d1
Discard penultimate sigma for dpmpp_2m_sde
2023-05-21 01:01:59 -04:00