Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
J1147
/
CoW
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix: a typo in sdwebui
master
lanvent
2 anni fa
parent
614f3b1ea4
commit
cb0c86ec1c
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/sdwebui/sdwebui.py
+ 1
- 1
plugins/sdwebui/sdwebui.py
Vedi File
@@ -40,7 +40,7 @@ class SDWebUI(Plugin):
if e_context['context'].type != ContextType.IMAGE_CREATE:
return
channel = e_context['c
ontext'].c
hannel
channel = e_context['channel
']
if ReplyType.IMAGE in channel.NOT_SUPPORT_REPLYTYPE:
return
Write
Preview
Loading…
Annulla
Salva