File size: 4,279 Bytes
57ccb53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d1c3c9e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
language:
- en
base_model:
- krea/Krea-2-Turbo
pipeline_tag: text-to-image
library_name: diffusers
license: other
license_name: krea-2-community-license
license_link: https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf
instance_prompt: azure sunlit storybook style
tags:
- lora
- text-to-image
- krea
- krea-2
- fal-ai
- template:diffusion-lora
- illustration
widget:
- text: "a city skyline at night. azure sunlit storybook style"
  output:
    url: images/ex_1.png
- text: "a quiet forest path in autumn. azure sunlit storybook style"
  output:
    url: images/ex_2.png
- text: "a red fox in tall grass. azure sunlit storybook style"
  output:
    url: images/ex_3.png
- text: "a sailboat on a calm sea. azure sunlit storybook style"
  output:
    url: images/ex_4.png
- text: "a lighthouse on a rocky cliff. azure sunlit storybook style"
  output:
    url: images/ex_5.png
- text: "a still life of fruit and a vase. azure sunlit storybook style"
  output:
    url: images/ex_6.png
---
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/ilkerzgi/krea-2-azure-sunlit-storybook-lora/resolve/main/fal-dark.png">
  <img src="https://huggingface.co/ilkerzgi/krea-2-azure-sunlit-storybook-lora/resolve/main/fal-light.png" alt="fal" height="18">
</picture>

# Azure Sunlit Storybook

**fal · Krea 2 Style LoRA series.** One of 1600+ style LoRAs trained on [fal](https://fal.ai).

A **Krea 2** style LoRA. Add the trigger **`azure sunlit storybook style`** to the end of your prompt.

[![Run on fal.ai](https://img.shields.io/badge/Run_on-fal.ai-FF6B35?style=for-the-badge)](https://fal.ai/models/fal-ai/krea-2/turbo/lora) [![Train on fal.ai](https://img.shields.io/badge/Train_on-fal.ai-FF6B35?style=for-the-badge)](https://fal.ai/models/fal-ai/krea-2-trainer) [![Krea 2](https://img.shields.io/badge/base-Krea_2_Turbo-7C5CFF?style=for-the-badge)](https://huggingface.co/krea/Krea-2-Turbo)

<Gallery />

## Quick start

| Parameter | Value |
|-----------|-------|
| Trigger | `azure sunlit storybook style` |
| Recommended LoRA scale | `1.0` to `1.25` |
| Base model | `krea/Krea-2-Turbo` |
| Trained on | [fal-ai/krea-2-trainer](https://fal.ai/models/fal-ai/krea-2-trainer) |

## Inference on fal

### Python
```python
import fal_client

result = fal_client.subscribe(
    "fal-ai/krea-2/turbo/lora",
    arguments={
        "prompt": "a lighthouse on a rocky cliff. azure sunlit storybook style",
        "loras": [{"path": "https://huggingface.co/ilkerzgi/krea-2-azure-sunlit-storybook-lora/resolve/main/azure-sunlit-storybook.safetensors", "scale": 1.0}],
        "image_size": {"width": 1024, "height": 1280},
    },
)
print(result["images"][0]["url"])
```

### JavaScript
```js
import { fal } from "@fal-ai/client";

const { data } = await fal.subscribe("fal-ai/krea-2/turbo/lora", {
  input: {
    prompt: "a lighthouse on a rocky cliff. azure sunlit storybook style",
    loras: [{ path: "https://huggingface.co/ilkerzgi/krea-2-azure-sunlit-storybook-lora/resolve/main/azure-sunlit-storybook.safetensors", scale: 1.0 }],
    image_size: { width: 1024, height: 1280 },
  },
});
console.log(data.images[0].url);
```

## Train your own on fal

Every LoRA in this series is trained on [`fal-ai/krea-2-trainer`](https://fal.ai/models/fal-ai/krea-2-trainer) (100 steps, learning rate 3.5e-4). Train your own style from 4 to 10 reference images:

```python
import fal_client

result = fal_client.subscribe(
    "fal-ai/krea-2-trainer",
    arguments={
        "images_data_url": "https://.../your-dataset.zip",
        "trigger_phrase": "azure sunlit storybook style",
        "steps": 100,
        "learning_rate": 0.00035,
    },
)
print(result)
```

## License

Krea 2 Community License. See the [license](https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf).

## ComfyUI

A ComfyUI-compatible copy of the weights is included in this repo: **`azure-sunlit-storybook-comfy.safetensors`**. It is the
exact same LoRA with the key prefix remapped (`base_model.model.` to `diffusion_model.`) so
ComfyUI loads it directly. Download that file into `ComfyUI/models/loras/` and use it like
any other LoRA. The original `azure-sunlit-storybook.safetensors` is for [fal](https://fal.ai) / diffusers.