Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
diffusers-training
lora
Instructions to use SedatAl/pixel-art-LoRa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SedatAl/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("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("SedatAl/pixel-art-LoRa") prompt = "pixel art thor holding hammer, lightning in background,digital art" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#3
by SedatAl - opened
- README.md +7 -0
- images/example_9u2arqo33.png +0 -0
README.md
CHANGED
|
@@ -24,6 +24,13 @@ widget:
|
|
| 24 |
concept art, sharp focus, illustration, masterpiece
|
| 25 |
output:
|
| 26 |
url: images/example_bp5q1k6ji.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
|
|
|
| 24 |
concept art, sharp focus, illustration, masterpiece
|
| 25 |
output:
|
| 26 |
url: images/example_bp5q1k6ji.png
|
| 27 |
+
- text: >-
|
| 28 |
+
person walking inside a timeless bubble, streets of salvador, brazil, by
|
| 29 |
+
kadir nelson, edward hopper, james gilleard, zdzislaw beksinski, close up
|
| 30 |
+
shot, airbrush, ilya kuvshinov, detailed, takato yamamoto james jean
|
| 31 |
+
artstation
|
| 32 |
+
output:
|
| 33 |
+
url: images/example_9u2arqo33.png
|
| 34 |
|
| 35 |
---
|
| 36 |
|
images/example_9u2arqo33.png
ADDED
|
|