SYMBOL INDEX (10 symbols across 2 files) FILE: image_to_image.py function preprocess_init_image (line 21) | def preprocess_init_image(image: Image, width: int, height: int): function preprocess_mask (line 29) | def preprocess_mask(mask: Image, width: int, height: int): class StableDiffusionImg2ImgPipeline (line 39) | class StableDiffusionImg2ImgPipeline(DiffusionPipeline): method __init__ (line 44) | def __init__( method __call__ (line 67) | def __call__( method latents_from_init_image (line 214) | def latents_from_init_image( method embed_text (line 245) | def embed_text( FILE: predict.py class Predictor (line 20) | class Predictor(BasePredictor): method setup (line 21) | def setup(self): method predict (line 38) | def predict(