Text-to-Image
Diffusers
English
lora
NagaSaiAbhinay commited on
Commit
4ea256c
·
verified ·
1 Parent(s): 5968398

Publish sunsetblur LoRA: weights, Turbo previews (weight 1.0), model card

Browse files
README.md CHANGED
@@ -7,34 +7,40 @@ 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-sunsetblur/blob/main/LICENSE.pdf
11
  widget:
12
- - text: A golden labrador running in a farm, while a pickup truck is driving across
13
- a dusty road in the background far away. While a plane flies in the sky. ethereal
14
- motion blur style
15
  output:
16
  url: images/00_turbo.png
17
- - text: A man dressed in elegant knight armour and holding a sword pointing at the
18
- sky while the ground around him cracks. ethereal motion blur style
19
- output:
20
- url: images/02_turbo.png
21
- - text: A cat wearing glasses holding a stick to a board with the text 'He who lives
22
- in glass houses shall not throw stones at others', while sitting on a stool. ethereal
23
  motion blur style
24
  output:
25
  url: images/01_turbo.png
26
- - text: Two Nissan GT cars drifting by each other at a sharp corner in the road. ethereal
27
- motion blur style
28
- output:
29
- url: images/03_turbo.png
30
  - text: A deer grazing in the forest surrounded by dense trees and the sun bright
31
  in the sky. ethereal motion blur style
 
 
 
 
 
 
 
 
 
32
  output:
33
  url: images/04_turbo.png
34
- - text: A highspeed train going through a mountain tunnel in the distant background,
35
- rice fields in the foreground. Zoomed out shot. ethereal motion blur style
36
  output:
37
  url: images/05_turbo.png
 
 
 
 
 
 
 
38
  tags:
39
  - lora
40
  ---
@@ -42,12 +48,11 @@ tags:
42
  # Krea 2 LoRA — sunsetblur
43
 
44
  A LoRA for [Krea 2](https://huggingface.co/krea) — sunsetblur (trigger: `ethereal motion blur style`).
45
-
46
  - **Trigger word:** `ethereal motion blur style`
47
  - **To be used on:** [`krea/Krea-2-Turbo`](https://huggingface.co/krea/Krea-2-Turbo), the few-step distilled checkpoint shown in the previews above.
48
  - **Trained on:** [`krea/Krea-2-Raw`](https://huggingface.co/krea/Krea-2-Raw).
49
  - **Weights:** `sunsetblur.safetensors`
50
- - **Previews:** rendered on Turbo at 8 steps, guidance 0.0, LoRA weight `0.8`.
51
 
52
  ## Usage
53
 
@@ -57,7 +62,7 @@ from diffusers import Krea2Pipeline
57
 
58
  pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
59
  pipe.transformer.load_lora_adapter("krea/Krea-2-LoRA-sunsetblur", weight_name="sunsetblur.safetensors")
60
- pipe.transformer.set_adapters("default", weights=0.8)
61
 
62
  prompt = "A deer grazing in the forest, ethereal motion blur style"
63
  image = pipe(prompt, num_inference_steps=8, guidance_scale=0.0).images[0]
 
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
  widget:
12
+ - text: two samurais in flowing robes doing a muay thai fight, one throws a high kick
13
+ while the other leans back. ethereal motion blur style
 
14
  output:
15
  url: images/00_turbo.png
16
+ - text: A solitary figure stands on a cliff, billowing clouds behind him. ethereal
 
 
 
 
 
17
  motion blur 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. ethereal motion blur style
22
+ output:
23
+ url: images/02_turbo.png
24
+ - text: an angel with metallic wings and a crown of flowers. ethereal motion blur
25
+ style
26
+ output:
27
+ url: images/03_turbo.png
28
+ - text: A sorcerer in flowing midnight robes stands atop a cliff edge, arms raised
29
+ as crackling energy gathers between his palms. The sky roils with energy, flowing
30
+ down from the sky. ethereal motion blur style
31
  output:
32
  url: images/04_turbo.png
33
+ - text: A skateboarder doing a kickflip at blue hour, a puddle reflects the skateboarder.
34
+ ethereal motion blur style
35
  output:
36
  url: images/05_turbo.png
37
+ - text: the port of antibes in the french riviera, large yachts and small sailboats
38
+ are visible. ethereal motion blur style
39
+ output:
40
+ url: images/06_turbo.png
41
+ - text: A sunset over snowy mountains. ethereal motion blur style
42
+ output:
43
+ url: images/07_turbo.png
44
  tags:
45
  - lora
46
  ---
 
48
  # Krea 2 LoRA — sunsetblur
49
 
50
  A LoRA for [Krea 2](https://huggingface.co/krea) — sunsetblur (trigger: `ethereal motion blur style`).
 
51
  - **Trigger word:** `ethereal motion blur style`
52
  - **To be used on:** [`krea/Krea-2-Turbo`](https://huggingface.co/krea/Krea-2-Turbo), the few-step distilled checkpoint shown in the previews above.
53
  - **Trained on:** [`krea/Krea-2-Raw`](https://huggingface.co/krea/Krea-2-Raw).
54
  - **Weights:** `sunsetblur.safetensors`
55
+ - **Previews:** rendered on Turbo at 8 steps, guidance 0.0, LoRA weight `1.0`.
56
 
57
  ## Usage
58
 
 
62
 
63
  pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
64
  pipe.transformer.load_lora_adapter("krea/Krea-2-LoRA-sunsetblur", weight_name="sunsetblur.safetensors")
65
+ pipe.transformer.set_adapters("default", weights=1.0)
66
 
67
  prompt = "A deer grazing in the forest, ethereal motion blur style"
68
  image = pipe(prompt, num_inference_steps=8, guidance_scale=0.0).images[0]
images/00_turbo.png CHANGED

Git LFS Details

  • SHA256: ef7dbdd1c2e5ff6f3ff244f5bdbefb8d119934ca279156d8b49de7f500472507
  • Pointer size: 131 Bytes
  • Size of remote file: 936 kB

Git LFS Details

  • SHA256: 280b7b13acebb24e80603bae0d98e4c983e3082787a7ba9b211b2d218fa8e9a1
  • Pointer size: 132 Bytes
  • Size of remote file: 3.88 MB
images/01_turbo.png CHANGED

Git LFS Details

  • SHA256: 884da88e77366aa2d6d852bb842db0c432b4a65d43657d96888c4781fe4c97ca
  • Pointer size: 131 Bytes
  • Size of remote file: 957 kB

Git LFS Details

  • SHA256: 86b28f13a426f1054e400ffc454bf5fcb2bcec0d06df34625e8de4f31a89b7ab
  • Pointer size: 132 Bytes
  • Size of remote file: 4.13 MB
images/02_turbo.png CHANGED

Git LFS Details

  • SHA256: dbf45f0ce5f9bbb0cff4b3af6c60c7468ca5c42de984146217c5b00ff28ed651
  • Pointer size: 131 Bytes
  • Size of remote file: 945 kB

Git LFS Details

  • SHA256: 9bd0ee8a75d391917e180165bc1900f807844e3c5751b3e4fffcad1be6523d9b
  • Pointer size: 132 Bytes
  • Size of remote file: 5.38 MB
images/03_turbo.png CHANGED

Git LFS Details

  • SHA256: f38a4055143f688230ecb3679a8e5d964aa83a618f493573280429c63b438de0
  • Pointer size: 131 Bytes
  • Size of remote file: 853 kB

Git LFS Details

  • SHA256: 43c866215cff31609627497341e95415fc120f6e6d3602e820b670007bf5ee8d
  • Pointer size: 132 Bytes
  • Size of remote file: 4.29 MB
images/04_turbo.png CHANGED

Git LFS Details

  • SHA256: 6a706c0ca1b9b66ff0a108753312cfbfc1603d891cbb2cb49a5ac8a9f0778218
  • Pointer size: 132 Bytes
  • Size of remote file: 1.24 MB

Git LFS Details

  • SHA256: 99689685cfad7c37366afabb669231c94ea73f9780e88dfcc464b7a89898c64c
  • Pointer size: 132 Bytes
  • Size of remote file: 4.29 MB
images/05_turbo.png CHANGED

Git LFS Details

  • SHA256: b1b79904a1b1ea7462efa3245afa23f9ea2098f380be371fd1d5bfaba9aa6048
  • Pointer size: 131 Bytes
  • Size of remote file: 975 kB

Git LFS Details

  • SHA256: bd32f8b18f7e5b82407901a75aa518cf21cd8a717c7682dfbd60257e4e5acc30
  • Pointer size: 132 Bytes
  • Size of remote file: 4.17 MB
images/06_turbo.png CHANGED

Git LFS Details

  • SHA256: 91d50fa2a80617640ad4d572d8034fa45afdaec33657b9e5f02ad26281416796
  • Pointer size: 131 Bytes
  • Size of remote file: 897 kB

Git LFS Details

  • SHA256: 7268b9b90a1911f76af88fc9a1c009817a081fb48a8c0865b14c62b76e433bff
  • Pointer size: 132 Bytes
  • Size of remote file: 4.58 MB
images/07_turbo.png CHANGED

Git LFS Details

  • SHA256: ce49ce428dde7ff555da3edf91e711d1118b7c605de66f7823e066e7de0b88e2
  • Pointer size: 131 Bytes
  • Size of remote file: 934 kB

Git LFS Details

  • SHA256: b7a46cf43d80af6ab90d37f53f0e73b53aede964c67129e6ee35cd45e4472cdf
  • Pointer size: 132 Bytes
  • Size of remote file: 3.42 MB
sunsetblur.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2b5dfd4c9bcdd027e5b932d480b4a5bcce65d2db9de22be9556b417d79f51e7
3
  size 469291992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:194abdd531ca190d32799f26ab5bab634aa5ba3f07b7a60ffb282657db8bf3a0
3
  size 469291992