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