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
#5
by SedatAl - opened
- README.md +5 -0
- images/example_s5zbxp6p4.png +0 -0
README.md
CHANGED
|
@@ -36,6 +36,11 @@ widget:
|
|
| 36 |
hopper,, american realism, pixel art , 16 bit,
|
| 37 |
output:
|
| 38 |
url: images/example_z1fjheguo.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
datasets:
|
| 40 |
- jainr3/diffusiondb-pixelart
|
| 41 |
|
|
|
|
| 36 |
hopper,, american realism, pixel art , 16 bit,
|
| 37 |
output:
|
| 38 |
url: images/example_z1fjheguo.png
|
| 39 |
+
- text: >-
|
| 40 |
+
portrait of a clint eastwood on a horse with a cowboy hat, western american
|
| 41 |
+
film colors
|
| 42 |
+
output:
|
| 43 |
+
url: images/example_s5zbxp6p4.png
|
| 44 |
datasets:
|
| 45 |
- jainr3/diffusiondb-pixelart
|
| 46 |
|
images/example_s5zbxp6p4.png
ADDED
|
|