Instructions to use krea/Krea-2-LoRA-rainywindow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use krea/Krea-2-LoRA-rainywindow with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("krea/Krea-2-LoRA-rainywindow") prompt = "two samurais in flowing robes doing a muay thai fight, one throws a high kick while the other leans back. rainy window style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,14 +13,18 @@ widget:
|
|
| 13 |
while the other leans back. rainy window style
|
| 14 |
output:
|
| 15 |
url: images/00_turbo.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
- text: A solitary figure stands on a cliff, billowing clouds behind him. rainy window
|
| 17 |
style
|
| 18 |
output:
|
| 19 |
url: images/01_turbo.png
|
| 20 |
-
- text:
|
| 21 |
-
|
| 22 |
output:
|
| 23 |
-
url: images/
|
| 24 |
- text: an angel with metallic wings and a crown of flowers. rainy window style
|
| 25 |
output:
|
| 26 |
url: images/03_turbo.png
|
|
@@ -29,17 +33,13 @@ widget:
|
|
| 29 |
down from the sky. rainy window style
|
| 30 |
output:
|
| 31 |
url: images/04_turbo.png
|
|
|
|
|
|
|
|
|
|
| 32 |
- text: A skateboarder doing a kickflip at blue hour, a puddle reflects the skateboarder.
|
| 33 |
rainy window style
|
| 34 |
output:
|
| 35 |
url: images/05_turbo.png
|
| 36 |
-
- text: the port of antibes in the french riviera, large yachts and small sailboats
|
| 37 |
-
are visible. rainy window style
|
| 38 |
-
output:
|
| 39 |
-
url: images/06_turbo.png
|
| 40 |
-
- text: A sunset over snowy mountains. rainy window style
|
| 41 |
-
output:
|
| 42 |
-
url: images/07_turbo.png
|
| 43 |
tags:
|
| 44 |
- lora
|
| 45 |
---
|
|
|
|
| 13 |
while the other leans back. rainy window style
|
| 14 |
output:
|
| 15 |
url: images/00_turbo.png
|
| 16 |
+
- text: A deer grazing in the forest surrounded by dense trees and the sun bright
|
| 17 |
+
in the sky. rainy window style
|
| 18 |
+
output:
|
| 19 |
+
url: images/02_turbo.png
|
| 20 |
- text: A solitary figure stands on a cliff, billowing clouds behind him. rainy window
|
| 21 |
style
|
| 22 |
output:
|
| 23 |
url: images/01_turbo.png
|
| 24 |
+
- text: the port of antibes in the french riviera, large yachts and small sailboats
|
| 25 |
+
are visible. rainy window style
|
| 26 |
output:
|
| 27 |
+
url: images/06_turbo.png
|
| 28 |
- text: an angel with metallic wings and a crown of flowers. rainy window style
|
| 29 |
output:
|
| 30 |
url: images/03_turbo.png
|
|
|
|
| 33 |
down from the sky. rainy window style
|
| 34 |
output:
|
| 35 |
url: images/04_turbo.png
|
| 36 |
+
- text: A sunset over snowy mountains. rainy window style
|
| 37 |
+
output:
|
| 38 |
+
url: images/07_turbo.png
|
| 39 |
- text: A skateboarder doing a kickflip at blue hour, a puddle reflects the skateboarder.
|
| 40 |
rainy window style
|
| 41 |
output:
|
| 42 |
url: images/05_turbo.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
tags:
|
| 44 |
- lora
|
| 45 |
---
|