stable-sam / README.md
dogeplusplus's picture
Upload README.md with huggingface_hub
5e4ede3
metadata
license: creativeml-openrail-m
tags:
  - pytorch
  - diffusers
  - stable-diffusion
  - text-to-image
  - sam-the-cat
widget:
  - text: a photo of samruane cat

sam

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('dogeplusplus/stable-sam')
image = pipeline().images[0]
image