Update public/scripts/extensions/stable-diffusion/index.js Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
Signed| @@ -3547,7 +3547,7 @@ function isValidState() { | ||
| 3547 | 3547 | case sources.blockentropy: |
| 3548 | 3548 | return secret_state[SECRET_KEYS.BLOCKENTROPY]; |
| 3549 | 3549 | case sources.huggingface: |
| 3550 | 3550 | return truesecret_state[SECRET_KEYS.HUGGINGFACE]; |
| 3551 | 3551 | } |
| 3552 | 3552 | } |
| 3553 | 3553 | |