mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update public/scripts/extensions/stable-diffusion/index.js
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
@ -3547,7 +3547,7 @@ function isValidState() {
|
|||||||
case sources.blockentropy:
|
case sources.blockentropy:
|
||||||
return secret_state[SECRET_KEYS.BLOCKENTROPY];
|
return secret_state[SECRET_KEYS.BLOCKENTROPY];
|
||||||
case sources.huggingface:
|
case sources.huggingface:
|
||||||
return true;
|
return secret_state[SECRET_KEYS.HUGGINGFACE];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user