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