model_card_content = """--- license: creativeml-openrail-m tags: - stable-diffusion - text-to-image - pokemon - fine-tuned - non-commercial - research base_model: sd-legacy/stable-diffusion-v1-5 library_name: diffusers pipeline_tag: text-to-image
Stable Diffusion Pokemon - Research Version
π¬ 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]