| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
#4448 fix checkpoint cache usage
|
| |
| |
| |
| | |
- if checkpoint cache is set to 1, keep 2 models in cache (current +1 more)
|
| |\
| | |
| | |
| | | |
into 4448_fix_ckpt_cache
|
| | |
| | |
| | |
| | | |
- cache model after is has been loaded from file
|
|\ \ \
| | | |
| | | | |
Add username and password in ngrok
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
4415 update generation info
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
gallery. feature request 4415
|
|\ \ \
| | | |
| | | | |
Adding optional tag shuffling for training
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Add DeepDanbooru to the interrogate API
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Where are they now? Here: https://github.com/AUTOMATIC1111/stable-diffusion-webui-old-localizations
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|/ / / / / |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add a barebones CLIP interrogate API endpoint
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
whitelist
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
list changed Settings keys in UI
do not print VRAM/etc stats everywhere but in calls that use GPU
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Fixes #800 #1562 #2075 #2304 #2931 LDSR upscaler producing black bars
|
|/ / / / / |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Italian localization - Additions and updates
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Updated localization with the latest version of these Scripts/Extensions:
SD-Chad - Stable Diffusion Aesthetic Scorer (added)
AlphaCanvas
StylePile
Alternate Sampler Noise Schedules
SD Latent Mirroring (new)
SD Dynamic Prompts
Dataset Tag Editor
Depth Maps (new)
Improved prompt matrix (new)
New Extensions:
Auto-sd-paint-ext (new)
training-picker (new)
Unprompted
NovelAI-2-local-prompt (new)
tokenizer (new)
Hope there aren't too many mistakes or wrong translations, in case let me know.
|
|\ \ \ \
| | | | |
| | | | | |
Update ko_KR.json
|
|/ / / /
| | | |
| | | | |
New setting option and some additional extension index strings
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add support for the new DPM-Solver++ samplers added to k-diffusion
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Python 3.8 typing compatibility
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Solves problems with
```Traceback (most recent call last):
File "webui.py", line 201, in <module>
webui()
File "webui.py", line 178, in webui
create_api(app)
File "webui.py", line 117, in create_api
from modules.api.api import Api
File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\api.py", line 9, in <module>
from modules.api.models import *
File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 194, in <module>
class SamplerItem(BaseModel):
File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 196, in SamplerItem
aliases: list[str] = Field(title="Aliases")
TypeError: 'type' object is not subscriptable```
and
```Traceback (most recent call last):
File "webui.py", line 201, in <module>
webui()
File "webui.py", line 178, in webui
create_api(app)
File "webui.py", line 117, in create_api
from modules.api.api import Api
File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\api.py", line 9, in <module>
from modules.api.models import *
File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 194, in <module>
class SamplerItem(BaseModel):
File "H:\AIart\stable-diffusion\stable-diffusion-webui\modules\api\models.py", line 197, in SamplerItem
options: dict[str, str] = Field(title="Options")
TypeError: 'type' object is not subscriptable```
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
add back png info in image api
|