Add ignore linter.

This commit is contained in:
hodanov 2023-12-01 00:34:29 +09:00
parent 22d29b1adc
commit 32e7e16d62

View File

@ -138,7 +138,7 @@ class StableDiffusion:
"""
Runs the Stable Diffusion pipeline on the given prompt and outputs images.
"""
import pillow_avif # noqa
import pillow_avif # noqa: F401
import torch
max_embeddings_multiples = self._count_token(p=prompt, n=n_prompt)