from Stable_diff_text2image import StableDiffusion def text2image(*args,**kwargs): return StableDiffusion(*args,**kwargs)