diff --git a/api/onnx_web/diffusers/utils.py b/api/onnx_web/diffusers/utils.py index c97ea65e..7c0cb2a5 100644 --- a/api/onnx_web/diffusers/utils.py +++ b/api/onnx_web/diffusers/utils.py @@ -10,9 +10,9 @@ from diffusers import OnnxStableDiffusionPipeline logger = getLogger(__name__) -CLIP_TOKEN = compile(r"\") -INVERSION_TOKEN = compile(r"\") -LORA_TOKEN = compile(r"\") +CLIP_TOKEN = compile(r"\") +INVERSION_TOKEN = compile(r"\") +LORA_TOKEN = compile(r"\") MAX_TOKENS_PER_GROUP = 77 PATTERN_RANGE = compile(r"(\w+)-{(\d+),(\d+)(?:,(\d+))?}")