from .stable_diffusion import StableDiffusion def stable_diffusion(*args,**kwargs): return StableDiffusion(*args,**kwargs)