update pixcell+transformer file name
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -33,7 +33,7 @@ from diffusers.utils.torch_utils import randn_tensor
|
|
| 33 |
from diffusers.pipelines.pipeline_utils import DiffusionPipeline, ImagePipelineOutput
|
| 34 |
|
| 35 |
from .pixcell_controlnet import PixCellControlNet
|
| 36 |
-
from .
|
| 37 |
|
| 38 |
|
| 39 |
# TODO:
|
|
|
|
| 33 |
from diffusers.pipelines.pipeline_utils import DiffusionPipeline, ImagePipelineOutput
|
| 34 |
|
| 35 |
from .pixcell_controlnet import PixCellControlNet
|
| 36 |
+
from .pixcell_controlnet_transformer_2d import PixCellTransformer2DModelControlNet
|
| 37 |
|
| 38 |
|
| 39 |
# TODO:
|