Add ignore linter.
This commit is contained in:
parent
22d29b1adc
commit
32e7e16d62
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user