mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 13:36:47 +01:00
remove unused comfy method
This commit is contained in:
parent
6ddf8291e9
commit
d5b9dd34b7
@ -846,12 +846,6 @@ function onComfyUrlInput() {
|
||||
saveSettingsDebounced();
|
||||
}
|
||||
|
||||
function onComfyPromptInput() {
|
||||
extension_settings.sd.comfy_prompt = $('#sd_comfy_prompt').val();
|
||||
resetScrollHeight($(this));
|
||||
saveSettingsDebounced();
|
||||
}
|
||||
|
||||
async function validateAutoUrl() {
|
||||
try {
|
||||
if (!extension_settings.sd.auto_url) {
|
||||
|
Loading…
Reference in New Issue
Block a user