mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Missed upload class
This commit is contained in:
@@ -441,6 +441,9 @@ class model_settings(settings):
|
||||
preset_value = bool(preset_value)
|
||||
elif type(getattr(self, preset_key)) == str:
|
||||
preset_value = str(preset_value)
|
||||
if preset_key == "sampler_order":
|
||||
if 6 not in preset_value:
|
||||
preset_value.insert(0, 6)
|
||||
setattr(self, preset_key, preset_value)
|
||||
#Setup TQDP for token generation
|
||||
elif name == "generated_tkns" and 'tqdm' in self.__dict__:
|
||||
|
@@ -844,6 +844,10 @@ td.server_vars {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.WI_Folder_Header .upload {
|
||||
grid-area: upload;
|
||||
}
|
||||
|
||||
.WI_Folder_Header .download {
|
||||
grid-area: download;
|
||||
}
|
||||
|
Reference in New Issue
Block a user