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 Settings
- Draw Things
- DiffusionBee
Add generated example
#6
by SedatAl - opened
- README.md +3 -0
- images/example_l4nsn3tr3.png +0 -0
README.md
CHANGED
|
@@ -41,6 +41,9 @@ widget:
|
|
| 41 |
film colors
|
| 42 |
output:
|
| 43 |
url: images/example_s5zbxp6p4.png
|
|
|
|
|
|
|
|
|
|
| 44 |
datasets:
|
| 45 |
- jainr3/diffusiondb-pixelart
|
| 46 |
|
|
|
|
| 41 |
film colors
|
| 42 |
output:
|
| 43 |
url: images/example_s5zbxp6p4.png
|
| 44 |
+
- text: portrait of a clint eastwood with a cowboy hat, western american film color
|
| 45 |
+
output:
|
| 46 |
+
url: images/example_l4nsn3tr3.png
|
| 47 |
datasets:
|
| 48 |
- jainr3/diffusiondb-pixelart
|
| 49 |
|
images/example_l4nsn3tr3.png
ADDED
|
|