aimalias commited on
Commit
02a6a9f
·
verified ·
1 Parent(s): 72ef0ed

End of training

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - krea/Krea-2-Turbo
4
+ - krea/Krea-2-Raw
5
+ library_name: diffusers
6
+ license: apache-2.0
7
+ instance_prompt: SJ0H4 woman
8
+ widget: []
9
+ tags:
10
+ - text-to-image
11
+ - diffusers-training
12
+ - diffusers
13
+ - lora
14
+ - krea2
15
+ - krea2-diffusers
16
+ - template:sd-lora
17
+ ---
18
+
19
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
20
+ should probably proofread and complete it, then remove this comment. -->
21
+
22
+
23
+ # Krea 2 DreamBooth LoRA - aimalias/sj0h4
24
+
25
+ <Gallery />
26
+
27
+ ## Model description
28
+
29
+ These are aimalias/sj0h4 DreamBooth LoRA weights, trained on krea/Krea-2-Raw.
30
+
31
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [Krea 2 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_krea2.md).
32
+
33
+ Krea 2 ships as two checkpoints: **RAW** (the non-distilled base you fine-tune on) and **Turbo** (an 8-step distilled checkpoint for fast, high-quality inference). Train your LoRA on RAW and run it on Turbo — LoRAs trained on RAW express strongly on Turbo.
34
+
35
+ ## Trigger words
36
+
37
+ You should use `SJ0H4 woman` to trigger the image generation.
38
+
39
+ ## Download model
40
+
41
+ [Download the *.safetensors LoRA](aimalias/sj0h4/tree/main) in the Files & versions tab.
42
+
43
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
44
+
45
+ ```py
46
+ >>> import torch
47
+ >>> from diffusers import Krea2Pipeline
48
+
49
+ >>> # Load the LoRA onto Krea 2 Turbo (the distilled inference model)
50
+ >>> pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
51
+ >>> pipe.load_lora_weights("aimalias/sj0h4")
52
+
53
+ >>> # Turbo recipe: 8 steps, no classifier-free guidance
54
+ >>> image = pipe("SJ0H4 woman", num_inference_steps=8, guidance_scale=0.0).images[0]
55
+ >>> image.save("output.png")
56
+ ```
57
+
58
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
59
+
60
+
61
+ ## Intended uses & limitations
62
+
63
+ #### How to use
64
+
65
+ ```python
66
+ # TODO: add an example code snippet for running this diffusion pipeline
67
+ ```
68
+
69
+ #### Limitations and bias
70
+
71
+ [TODO: provide examples of latent issues and potential remediations]
72
+
73
+ ## Training details
74
+
75
+ [TODO: describe the data used to train the model]
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b459fbf2451cce8cc8e6fc75578a0164c859c452b786d3e44dde79198017d7e
3
+ size 195389021
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5486713283a26743ab6b6c3800e2dab828a782db988d5e31d6f57743c337024e
3
+ size 191879256
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec431387d891d1f5931a02235893ac04bdfec0f4fe853e431be5f5b0a4a3bd6d
3
+ size 14757
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d5da8195335d4ea322bbf2d1a3e2e6db077cf77404469c5cb95a451f7e56fa
3
+ size 1401
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1baac69381ffb318a75c78348862d085ebb17f8fc5d41af4fcc7b326b66df116
3
+ size 195389021
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dce8f45c88a28b588938fa732e64346deff75073552bed59a4b4b805cf313d1
3
+ size 191879256
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25127f6bb73dc5f93b4d12eb4c145d7ca20e9b8152cd6368739e9c17fca4e026
3
+ size 14757
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b09a32f9bd8c3811caf53e7088f9d0094eade3af68c322a05eb696814b1a19
3
+ size 1401
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5486713283a26743ab6b6c3800e2dab828a782db988d5e31d6f57743c337024e
3
+ size 191879256