Instructions to use PrunaAI/p-image-pixel-art-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PrunaAI/p-image-pixel-art-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("PrunaAI/p-image-pixel-art-lora") prompt = "pixel art style A character with spiky hair and a red jacket standing in a neon-lit city street at night." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload images/example_005.png with huggingface_hub
Browse files- .gitattributes +1 -0
- images/example_005.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ images/example_001.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
images/example_002.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/example_003.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_004.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
images/example_002.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/example_003.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_004.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/example_005.png filter=lfs diff=lfs merge=lfs -text
|
images/example_005.png
ADDED
|
|
Git LFS Details
|