Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Update SAK/pipelines/pipeline_stable_diffusion_xl_chatglm_256.py
Browse files
SAK/pipelines/pipeline_stable_diffusion_xl_chatglm_256.py
CHANGED
@@ -14,8 +14,8 @@
|
|
14 |
import sys
|
15 |
import os
|
16 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
17 |
-
from
|
18 |
-
from
|
19 |
import inspect
|
20 |
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
|
21 |
import torch
|
|
|
14 |
import sys
|
15 |
import os
|
16 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
17 |
+
from SAK.models.modeling_chatglm import ChatGLMModel
|
18 |
+
from SAK.models.tokenization_chatglm import ChatGLMTokenizer
|
19 |
import inspect
|
20 |
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
|
21 |
import torch
|