File size: 243 Bytes
6b448ad
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import warnings

from diffusers import StableDiffusionImg2ImgPipeline  # noqa F401


warnings.warn(
    "The `image_to_image.py` script is outdated. Please use directly `from diffusers import"
    " StableDiffusionImg2ImgPipeline` instead."
)