mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
fix conds caching with extra network
This commit is contained in:
@@ -32,6 +32,9 @@ class ExtraNetworkParams:
|
||||
else:
|
||||
self.positional.append(item)
|
||||
|
||||
def __eq__(self, other):
|
||||
return self.items == other.items and self.positional == other.positional and self.named == other.named
|
||||
|
||||
|
||||
class ExtraNetwork:
|
||||
def __init__(self, name):
|
||||
|
Reference in New Issue
Block a user