File size: 719 Bytes
37b60b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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]