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