File size: 4,541 Bytes
5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 3983303 5d0af55 |
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- pixel art
- sprites
- pixel
- style
- pokemon
- game cg
- video game art
base_model: stabilityai/stable-diffusion-xl-base-1.0
instance_prompt:
widget:
- text: 'harley quinn, simple background'
output:
url: >-
9737393.jpeg
- text: 'a woman with blonde hair, wearing a white summer dress, simple background'
output:
url: >-
9737398.jpeg
- text: 'maleficent, evil fairy, simple background'
output:
url: >-
9737407.jpeg
- text: 'Daenerys Targaryen, Game of Thrones, simple background'
output:
url: >-
9737466.jpeg
- text: 'joker, simple background'
output:
url: >-
9737478.jpeg
- text: 'jack sparrow, pirates of caribbean '
output:
url: >-
9737508.jpeg
- text: 'iron man '
output:
url: >-
9737483.jpeg
- text: 'deadpool '
output:
url: >-
9737471.jpeg
- text: 'neo the matrix '
output:
url: >-
9737470.jpeg
- text: 'charlie chaplin '
output:
url: >-
9737472.jpeg
- text: 'Super Mario stepped on a turtle '
output:
url: >-
9737429.jpeg
- text: 'link of zelda, with a sword '
output:
url: >-
9737481.jpeg
- text: '1girl angel with 2 large angel wings and a halo, perfect curves, wearing a white dress, '
output:
url: >-
9737509.jpeg
- text: 'woman, beautiful kimono, sakura '
output:
url: >-
9737499.jpeg
- text: '1girl, glasses, witch, hat, blue flame '
output:
url: >-
9737502.jpeg
- text: '1girl, solo, hood, '
---
# Pokemon Trainer Sprite PixelArt
<Gallery />
([CivitAI](https://civitai.com/models/159333))
## Model description
<h1 id="heading-524">Pokémon Trainer Sprite Generator</h1><p>LIKE THIS MODEL? GIVE A ❤️</p><p>Trained on Pokémon sprites of 96x96 and BLIP image captions.</p><h2 id="heading-525">Quick Tips</h2><ul><li><p><strong>No Trigger Word Needed:</strong> This model does not require a trigger word.</p></li><li><p><strong>Art Styles:</strong> You can use the tags <code>gen1</code> and <code>gen2</code> to generate different art styles.</p></li><li><p><strong>Trainer Recognition:</strong> The model can recognize some trainer names, such as Ash and Bruno.</p></li><li><p>This LoRA has been tested with Dreamshaper and RealisticVision, but I belive that it should work well with other models too.</p></li></ul><p></p><h3 id="heading-146">Model Versions</h3><p>This Pokémon Trainer Sprite LoRA is available in two different versions: 768x768 and 512x512. Both models are trained on images upscaled from their original 96x96 size and are specifically designed to produce sprites at their respective resolutions. The choice between these two versions allows users to customize their experience based on their specific needs.</p><p></p><p>For the best results, we recommend using the 768x768 version. Set your desired resolution to 768x768, and then downscale the result 8 times to achieve a 96x96 sprite. This downscaling process can be performed using any image editing program, but for a smoother post-processing experience, we recommend using a plug-in available at (<a target="_blank" rel="ugc" href="https://github.com/mrreplicart/sd-webui-pixelart">https://github.com/mrreplicart/sd-webui-pixelart</a>).</p><p></p><p><span style="color:rgb(255, 255, 255)">Enjoy your Pokémon Trainer sprite!</span></p><p></p><p></p>
## Download model
Weights for this model are available in Safetensors format.
[Download](/sWizad/pokemon-trainer-sprite-pixelart/tree/main) them in the Files & versions tab.
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
```py
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('sWizad/pokemon-trainer-sprite-pixelart', weight_name='pk_trainer_xl_v1.safetensors')
image = pipeline('1girl, solo, hood, simple background').images[0]
```
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|