Instructions to use Onodofthenorth/SD_PixelArt_SpriteSheet_Generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Onodofthenorth/SD_PixelArt_SpriteSheet_Generator with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Onodofthenorth/SD_PixelArt_SpriteSheet_Generator", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
#17
by Samuelblue - opened
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
license: apache-2.0
|
| 4 |
-
|
| 5 |
---
|
| 6 |
This Stable diffusion checkpoint allows you to generate pixel art sprite sheets from four different angles.
|
| 7 |
These first images are my results after merging this model with another model trained on my wife. merging another model with this one is the easiest way to get a consistent character with each view. still requires a bit of playing around with settings in img2img to get them how you want. for left and right, I suggest picking your best result and mirroring. after you are satisfied take your photo into photoshop or Krita, remove the background, and scale to the desired size. after this you can scale back up to display your results; this also clears up some of the color murkiness in the initial outputs.
|
|
@@ -52,4 +51,4 @@ here's a result from a merge with my Hermione model
|
|
| 52 |
___
|
| 53 |
___
|
| 54 |
here's a result from a merge with my cat girl model
|
| 55 |
-

|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
---
|
| 5 |
This Stable diffusion checkpoint allows you to generate pixel art sprite sheets from four different angles.
|
| 6 |
These first images are my results after merging this model with another model trained on my wife. merging another model with this one is the easiest way to get a consistent character with each view. still requires a bit of playing around with settings in img2img to get them how you want. for left and right, I suggest picking your best result and mirroring. after you are satisfied take your photo into photoshop or Krita, remove the background, and scale to the desired size. after this you can scale back up to display your results; this also clears up some of the color murkiness in the initial outputs.
|
|
|
|
| 51 |
___
|
| 52 |
___
|
| 53 |
here's a result from a merge with my cat girl model
|
| 54 |
+

|