This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
CoW
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: a typo in sdwebui
master
lanvent
1 year ago
parent
614f3b1ea4
commit
cb0c86ec1c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/sdwebui/sdwebui.py
+ 1
- 1
plugins/sdwebui/sdwebui.py
View 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…
Cancel
Save