YeOldHermit's picture
Duplicate from yangheng/Super-Resolution-Anime-Diffusion
9da7c8d
raw
history blame
226 Bytes
from ...utils import is_torch_available, is_transformers_available
if is_transformers_available() and is_torch_available():
from .pipeline_vq_diffusion import LearnedClassifierFreeSamplingEmbeddings, VQDiffusionPipeline