|
|
--- |
|
|
license: creativeml-openrail-m |
|
|
tags: |
|
|
- pytorch |
|
|
- diffusers |
|
|
- stable-diffusion |
|
|
- text-to-image |
|
|
- diffusion-models-class |
|
|
- dreambooth-hackathon |
|
|
widget: |
|
|
- text: gwsi necromancer |
|
|
- text: gwsi |
|
|
- text: gwsi necromancer car |
|
|
--- |
|
|
|
|
|
# Game skill icon DreamBooth model trained by pharmapsychotic |
|
|
|
|
|
This is a model trained on skill icons from the game [Guild Wars](https://guildwars.com). Prompt with just `gwsi` to get the game icon style or add one of the 10 character classes (`assassin`, `dervish`, `elementalist`, `mesmer`, `monk`, `necromancer`, `paragon`, `ranger`, `ritualist`, `warrior`) to summon its color and style. For example the first row in the examples section uses prompts starting with `gwsi necromancer`. |
|
|
|
|
|
The training data is much lower resolution than the 512x512 Stable Diffusion 1.5 model so the outputs are intended to be scaled down. |
|
|
|
|
|
This was made for the [DreamBooth Hackathon](https://huggingface.co/dreambooth-hackathon)! If you enjoy this or just find the results cool and interesting, drop a like on the model! |
|
|
|
|
|
## Examples |
|
|
|
|
|
| | | | | | | | | |
|
|
| --- | --- | --- | --- | --- | --- | --- | --- | |
|
|
|  |  |  |  |  |  |  |  | |
|
|
|
|
|
| | | | | | | | | |
|
|
| --- | --- | --- | --- | --- | --- | --- | --- | |
|
|
|  |  |  |  |  |  |  |  | |
|
|
|
|
|
| | | | | | | | | |
|
|
| --- | --- | --- | --- | --- | --- | --- | --- | |
|
|
|  |  |  |  |  |  |  |  | |
|
|
|
|
|
| | | | | | | | | |
|
|
| --- | --- | --- | --- | --- | --- | --- | --- | |
|
|
|  |  |  |  |  |  |  |  | |
|
|
|
|
|
| | | | | | | | | |
|
|
| --- | --- | --- | --- | --- | --- | --- | --- | |
|
|
|  |  |  |  |  |  |  |  | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
#### With Diffusers |
|
|
|
|
|
```python |
|
|
from diffusers import StableDiffusionPipeline |
|
|
|
|
|
pipeline = StableDiffusionPipeline.from_pretrained('pharma/gwsi') |
|
|
image = pipeline().images[0] |
|
|
image |
|
|
``` |
|
|
|
|
|
#### With SD Web UI |
|
|
To use with SD Web UI download [pharmapsychotic-gwsi.ckpt](https://huggingface.co/pharma/gwsi/resolve/main/pharmapsychotic-gwsi.ckpt) and put in your models folder. |