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
#1
by SedatAl - opened
- README.md +7 -0
- images/example_llu7c5ezb.png +0 -0
README.md
CHANGED
|
@@ -10,6 +10,13 @@ tags:
|
|
| 10 |
- diffusers-training
|
| 11 |
- lora
|
| 12 |
inference: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 10 |
- diffusers-training
|
| 11 |
- lora
|
| 12 |
inference: true
|
| 13 |
+
widget:
|
| 14 |
+
- text: >-
|
| 15 |
+
pixel art thor holding hammer, lightning in background, artstation,digital
|
| 16 |
+
art, pixiv fanbox, artstation, by greg rutkowski, miyazaki hayao
|
| 17 |
+
output:
|
| 18 |
+
url: images/example_llu7c5ezb.png
|
| 19 |
+
|
| 20 |
---
|
| 21 |
|
| 22 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
images/example_llu7c5ezb.png
ADDED
|
|