PPPPPilot's picture
Update README.md
37b60b4 verified
|
raw
history blame
719 Bytes
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](https://huggingface.co/sd-legacy/stable-diffusion-v1-5) under CreativeML Open RAIL-M License.
## πŸš€ Usage
```python
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained("PPPPPilot/StableDiffusionPokemon")
image = pipe("a cute pokemon character").images[0]