Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -44,7 +44,7 @@ if is_ftfy_available():
|
|
| 44 |
|
| 45 |
|
| 46 |
# Modified from: https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.py
|
| 47 |
-
class
|
| 48 |
|
| 49 |
bad_punct_regex = re.compile(
|
| 50 |
r"["
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
# Modified from: https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.py
|
| 47 |
+
class NitroDiTPipeline(DiffusionPipeline):
|
| 48 |
|
| 49 |
bad_punct_regex = re.compile(
|
| 50 |
r"["
|