Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -356,7 +356,7 @@ def preprocess_mask(mask):
|
|
356 |
return mask
|
357 |
|
358 |
|
359 |
-
class
|
360 |
r"""
|
361 |
Pipeline for text-to-image generation using Stable Diffusion without tokens length limit, and support parsing
|
362 |
weighting in prompt.
|
|
|
356 |
return mask
|
357 |
|
358 |
|
359 |
+
class StableDiffusionLongPromptWeightingPipeline(DiffusionPipeline):
|
360 |
r"""
|
361 |
Pipeline for text-to-image generation using Stable Diffusion without tokens length limit, and support parsing
|
362 |
weighting in prompt.
|