mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-26 19:09:45 +00:00
resolve #915
This commit is contained in:
@@ -101,7 +101,7 @@ from backend.clip import JointCLIP, JointTokenizer
|
||||
|
||||
|
||||
class CLIP:
|
||||
def __init__(self, huggingface_components, no_init=False):
|
||||
def __init__(self, huggingface_components=None, no_init=False):
|
||||
if no_init:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user