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
Publish rainywindow LoRA: weights, Turbo previews (weight 1.0), model card
Browse files- README.md +17 -26
- images/00_turbo.png +2 -2
- images/01_turbo.png +2 -2
- images/02_turbo.png +2 -2
- images/03_turbo.png +2 -2
- images/04_turbo.png +2 -2
- images/05_turbo.png +2 -2
- images/06_turbo.png +2 -2
- images/07_turbo.png +2 -2
README.md
CHANGED
|
@@ -9,46 +9,37 @@ license: other
|
|
| 9 |
license_name: krea-2-community-license
|
| 10 |
license_link: https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf
|
| 11 |
widget:
|
| 12 |
-
- text:
|
| 13 |
-
window style
|
| 14 |
output:
|
| 15 |
url: images/00_turbo.png
|
| 16 |
-
- text: A solitary figure
|
| 17 |
-
|
| 18 |
output:
|
| 19 |
url: images/01_turbo.png
|
| 20 |
-
- text: A
|
| 21 |
-
the
|
| 22 |
output:
|
| 23 |
url: images/02_turbo.png
|
| 24 |
-
- text:
|
| 25 |
-
gently rocking. rainy window style
|
| 26 |
-
output:
|
| 27 |
-
url: images/04_turbo.png
|
| 28 |
-
- text: A bus stop sheltering two strangers in raincoats, downpour outside, headlights
|
| 29 |
-
approaching. rainy window style
|
| 30 |
output:
|
| 31 |
url: images/03_turbo.png
|
| 32 |
-
- text: A
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
output:
|
| 35 |
url: images/05_turbo.png
|
| 36 |
-
- text:
|
| 37 |
-
|
| 38 |
output:
|
| 39 |
url: images/06_turbo.png
|
| 40 |
-
- text: A
|
| 41 |
-
rainy window style
|
| 42 |
-
output:
|
| 43 |
-
url: images/09_turbo.png
|
| 44 |
-
- text: An open balcony door overlooking a rain-soaked garden, a wet cat watching
|
| 45 |
-
from the threshold. rainy window style
|
| 46 |
output:
|
| 47 |
url: images/07_turbo.png
|
| 48 |
-
- text: A neon shop sign reflected in a puddle on an empty city street at midnight.
|
| 49 |
-
rainy window style
|
| 50 |
-
output:
|
| 51 |
-
url: images/08_turbo.png
|
| 52 |
tags:
|
| 53 |
- lora
|
| 54 |
---
|
|
|
|
| 9 |
license_name: krea-2-community-license
|
| 10 |
license_link: https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf
|
| 11 |
widget:
|
| 12 |
+
- text: two samurais in flowing robes doing a muay thai fight, one throws a high kick
|
| 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: A deer grazing in the forest surrounded by dense trees and the sun bright
|
| 21 |
+
in the sky. rainy window style
|
| 22 |
output:
|
| 23 |
url: images/02_turbo.png
|
| 24 |
+
- text: an angel with metallic wings and a crown of flowers. rainy window style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
output:
|
| 26 |
url: images/03_turbo.png
|
| 27 |
+
- text: A sorcerer in flowing midnight robes stands atop a cliff edge, arms raised
|
| 28 |
+
as crackling energy gathers between his palms. The sky roils with energy, flowing
|
| 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 |
---
|
images/00_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/01_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/02_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/03_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/04_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/05_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/06_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images/07_turbo.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|