k2styles commited on
Commit
07bddba
·
verified ·
1 Parent(s): 52a9931

Archive mirror of ilkerzgi/krea-2-deep-blue-motion-blur-lora

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ images/ex_2.png filter=lfs diff=lfs merge=lfs -text
37
+ images/ex_3.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model:
5
+ - krea/Krea-2-Turbo
6
+ pipeline_tag: text-to-image
7
+ library_name: diffusers
8
+ 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
+ instance_prompt: deep blue motion blur style
12
+ tags:
13
+ - lora
14
+ - text-to-image
15
+ - krea
16
+ - krea-2
17
+ - fal-ai
18
+ - template:diffusion-lora
19
+ - photographic
20
+ widget:
21
+ - text: "a lighthouse on a rocky cliff. deep blue motion blur style"
22
+ output:
23
+ url: images/ex_1.png
24
+ - text: "a lighthouse on a rocky cliff. deep blue motion blur style"
25
+ output:
26
+ url: images/ex_2.png
27
+ - text: "a lighthouse on a rocky cliff. deep blue motion blur style"
28
+ output:
29
+ url: images/ex_3.png
30
+ - text: "a lighthouse on a rocky cliff. deep blue motion blur style"
31
+ output:
32
+ url: images/ex_4.png
33
+ ---
34
+ <picture>
35
+ <source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/ilkerzgi/krea-2-deep-blue-motion-blur-lora/resolve/main/fal-dark.png">
36
+ <img src="https://huggingface.co/ilkerzgi/krea-2-deep-blue-motion-blur-lora/resolve/main/fal-light.png" alt="fal" height="18">
37
+ </picture>
38
+
39
+ # Deep Blue Motion Blur
40
+
41
+ **fal · Krea 2 Style LoRA series.** One of 1600+ style LoRAs trained on [fal](https://fal.ai).
42
+
43
+ A **Krea 2** style LoRA. Add the trigger **`deep blue motion blur style`** to the end of your prompt.
44
+
45
+ [![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)
46
+
47
+ <Gallery />
48
+
49
+ ## Quick start
50
+
51
+ | Parameter | Value |
52
+ |-----------|-------|
53
+ | Trigger | `deep blue motion blur style` |
54
+ | Recommended LoRA scale | `1.0` to `1.25` |
55
+ | Base model | `krea/Krea-2-Turbo` |
56
+ | Trained on | [fal-ai/krea-2-trainer](https://fal.ai/models/fal-ai/krea-2-trainer) |
57
+
58
+ ## Inference on fal
59
+
60
+ ### Python
61
+ ```python
62
+ import fal_client
63
+
64
+ result = fal_client.subscribe(
65
+ "fal-ai/krea-2/turbo/lora",
66
+ arguments={
67
+ "prompt": "a lighthouse on a rocky cliff. deep blue motion blur style",
68
+ "loras": [{"path": "https://huggingface.co/ilkerzgi/krea-2-deep-blue-motion-blur-lora/resolve/main/deep-blue-motion-blur.safetensors", "scale": 1.0}],
69
+ "image_size": {"width": 1024, "height": 1280},
70
+ },
71
+ )
72
+ print(result["images"][0]["url"])
73
+ ```
74
+
75
+ ### JavaScript
76
+ ```js
77
+ import { fal } from "@fal-ai/client";
78
+
79
+ const { data } = await fal.subscribe("fal-ai/krea-2/turbo/lora", {
80
+ input: {
81
+ prompt: "a lighthouse on a rocky cliff. deep blue motion blur style",
82
+ loras: [{ path: "https://huggingface.co/ilkerzgi/krea-2-deep-blue-motion-blur-lora/resolve/main/deep-blue-motion-blur.safetensors", scale: 1.0 }],
83
+ image_size: { width: 1024, height: 1280 },
84
+ },
85
+ });
86
+ console.log(data.images[0].url);
87
+ ```
88
+
89
+ ## Train your own on fal
90
+
91
+ 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:
92
+
93
+ ```python
94
+ import fal_client
95
+
96
+ result = fal_client.subscribe(
97
+ "fal-ai/krea-2-trainer",
98
+ arguments={
99
+ "images_data_url": "https://.../your-dataset.zip",
100
+ "trigger_phrase": "deep blue motion blur style",
101
+ "steps": 100,
102
+ "learning_rate": 0.00035,
103
+ },
104
+ )
105
+ print(result)
106
+ ```
107
+
108
+ ## License
109
+
110
+ Krea 2 Community License. See the [license](https://huggingface.co/krea/Krea-2-LoRA-impressionist/blob/main/LICENSE.pdf).
deep-blue-motion-blur.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8110aa97a65d5eca739aa290131397153b3f4faa42c05d674b3c8c72aede5e26
3
+ size 234677320
fal-dark.png ADDED
fal-light.png ADDED
images/ex_1.png ADDED
images/ex_2.png ADDED

Git LFS Details

  • SHA256: 4282d110d80aba069df8d187c8b61b91ad176b8e1368e11aef8620342629f0c7
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
images/ex_3.png ADDED

Git LFS Details

  • SHA256: 1b759ed9e5a304976f545246909fc090852f6b04239e3f96b711d64f5228c1ba
  • Pointer size: 131 Bytes
  • Size of remote file: 106 kB
images/ex_4.png ADDED