Added button in settings to correct preview image extensions.

- Civitai in the past and present sends incorrect image extension information. (content type? content disposition?)
This commit is contained in:
Christian Bastian
2024-07-24 16:43:11 -04:00
parent 3ca0f500b2
commit d17cb5d93a
3 changed files with 89 additions and 1 deletions

View File

@@ -628,6 +628,7 @@
.model-manager .tag-generator-settings > div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin: 16px 0;
@@ -635,7 +636,7 @@
.model-manager .model-manager-settings button {
height: 40px;
width: 120px;
min-width: 120px;
justify-content: center;
}