PPPPPilot's picture
Update README.md
c7455e1 verified
|
raw
history blame
668 Bytes
metadata
license: creativeml-openrail-m
language:
  - en
base_model: sd-legacy/stable-diffusion-v1-5
pipeline_tag: text-to-image
library_name: diffusers
tags:
  - art
  - stable-diffusion
  - text-to-image
  - pokemon
  - fine-tuned
  - non-commercial
  - research

πŸ”¬ Research Use | Non-Commercial

πŸ“„ License

This model is fine-tuned from sd-legacy/stable-diffusion-v1-5 under CreativeML Open RAIL-M License.

πŸš€ Usage

from diffusers import StableDiffusionPipeline

pipe = StableDiffusionPipeline.from_pretrained("PPPPPilot/StableDiffusionPokemon")
image = pipe("a cute pokemon character").images[0]