by optimum-intel-internal-testing
Open source · 146k downloads · 0 likes
The *Tiny Stable Diffusion Torch* model is a lightweight and optimized version of Stable Diffusion, designed to generate images from text descriptions while remaining compact and fast. It retains the core capabilities of its parent model, such as creating illustrations, realistic photos, or artistic works, but with reduced hardware requirements, making it accessible on less powerful machines. Its primary use cases include generating images for creative projects, illustrating concepts, or visual prototyping, where speed and simplicity take precedence over complexity. What sets it apart is its balance between performance and efficiency, offering an effective solution for applications that require generative AI without the constraints of heavier versions.
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained("hf-internal-testing/tiny-stable-diffusion-torch")