Instructions to use krea/Krea-2-LoRA-sunsetblur with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use krea/Krea-2-LoRA-sunsetblur 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-sunsetblur") prompt = "two samurais in flowing robes doing a muay thai fight, one throws a high kick while the other leans back. ethereal motion blur style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Trim previews to 6 cards
Browse files
README.md
CHANGED
|
@@ -32,14 +32,6 @@ widget:
|
|
| 32 |
rice fields in the foreground. Zoomed out shot. ethereal motion blur style
|
| 33 |
output:
|
| 34 |
url: images/05_turbo.png
|
| 35 |
-
- text: A snake wrapped around a katana with its eyes closed. ethereal motion blur
|
| 36 |
-
style
|
| 37 |
-
output:
|
| 38 |
-
url: images/06_turbo.png
|
| 39 |
-
- text: A photographer holding his camera and leaning out of his jeep on a grassy
|
| 40 |
-
plain. ethereal motion blur style
|
| 41 |
-
output:
|
| 42 |
-
url: images/07_turbo.png
|
| 43 |
tags:
|
| 44 |
- lora
|
| 45 |
---
|
|
|
|
| 32 |
rice fields in the foreground. Zoomed out shot. ethereal motion blur style
|
| 33 |
output:
|
| 34 |
url: images/05_turbo.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
tags:
|
| 36 |
- lora
|
| 37 |
---
|