RyanFanZhang commited on
Commit
5a3ff9d
·
verified ·
1 Parent(s): 1841cbb

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +90 -0
  2. checkpoint-1000/optimizer.bin +3 -0
  3. checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
  4. checkpoint-1000/random_states_0.pkl +3 -0
  5. checkpoint-1000/scaler.pt +3 -0
  6. checkpoint-1000/scheduler.bin +3 -0
  7. checkpoint-10000/optimizer.bin +3 -0
  8. checkpoint-10000/pytorch_lora_weights.safetensors +3 -0
  9. checkpoint-10000/random_states_0.pkl +3 -0
  10. checkpoint-10000/scaler.pt +3 -0
  11. checkpoint-10000/scheduler.bin +3 -0
  12. checkpoint-10500/optimizer.bin +3 -0
  13. checkpoint-10500/pytorch_lora_weights.safetensors +3 -0
  14. checkpoint-10500/random_states_0.pkl +3 -0
  15. checkpoint-10500/scaler.pt +3 -0
  16. checkpoint-10500/scheduler.bin +3 -0
  17. checkpoint-11000/optimizer.bin +3 -0
  18. checkpoint-11000/pytorch_lora_weights.safetensors +3 -0
  19. checkpoint-11000/random_states_0.pkl +3 -0
  20. checkpoint-11000/scaler.pt +3 -0
  21. checkpoint-11000/scheduler.bin +3 -0
  22. checkpoint-11500/optimizer.bin +3 -0
  23. checkpoint-11500/pytorch_lora_weights.safetensors +3 -0
  24. checkpoint-11500/random_states_0.pkl +3 -0
  25. checkpoint-11500/scaler.pt +3 -0
  26. checkpoint-11500/scheduler.bin +3 -0
  27. checkpoint-12000/optimizer.bin +3 -0
  28. checkpoint-12000/pytorch_lora_weights.safetensors +3 -0
  29. checkpoint-12000/random_states_0.pkl +3 -0
  30. checkpoint-12000/scaler.pt +3 -0
  31. checkpoint-12000/scheduler.bin +3 -0
  32. checkpoint-12500/optimizer.bin +3 -0
  33. checkpoint-12500/pytorch_lora_weights.safetensors +3 -0
  34. checkpoint-12500/random_states_0.pkl +3 -0
  35. checkpoint-12500/scaler.pt +3 -0
  36. checkpoint-12500/scheduler.bin +3 -0
  37. checkpoint-13000/optimizer.bin +3 -0
  38. checkpoint-13000/pytorch_lora_weights.safetensors +3 -0
  39. checkpoint-13000/random_states_0.pkl +3 -0
  40. checkpoint-13000/scaler.pt +3 -0
  41. checkpoint-13000/scheduler.bin +3 -0
  42. checkpoint-13500/optimizer.bin +3 -0
  43. checkpoint-13500/pytorch_lora_weights.safetensors +3 -0
  44. checkpoint-13500/random_states_0.pkl +3 -0
  45. checkpoint-13500/scaler.pt +3 -0
  46. checkpoint-13500/scheduler.bin +3 -0
  47. checkpoint-14000/optimizer.bin +3 -0
  48. checkpoint-14000/pytorch_lora_weights.safetensors +3 -0
  49. checkpoint-14000/random_states_0.pkl +3 -0
  50. checkpoint-14000/scaler.pt +3 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: A photo of Fan
6
+ widget:
7
+ - text: A photo of fan giving a lecture
8
+ output:
9
+ url: image_0.png
10
+ - text: A photo of fan giving a lecture
11
+ output:
12
+ url: image_1.png
13
+ - text: A photo of fan giving a lecture
14
+ output:
15
+ url: image_2.png
16
+ - text: A photo of fan giving a lecture
17
+ output:
18
+ url: image_3.png
19
+ tags:
20
+ - text-to-image
21
+ - diffusers-training
22
+ - diffusers
23
+ - lora
24
+ - template:sd-lora
25
+ - sd3
26
+ - sd3-diffusers
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+
33
+ # SD3 DreamBooth LoRA - RyanFanZhang/dreambooth-sd3-lora
34
+
35
+ <Gallery />
36
+
37
+ ## Model description
38
+
39
+ These are RyanFanZhang/dreambooth-sd3-lora DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
40
+
41
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sd3.md).
42
+
43
+ Was LoRA for the text encoder enabled? False.
44
+
45
+ ## Trigger words
46
+
47
+ You should use `A photo of Fan` to trigger the image generation.
48
+
49
+ ## Download model
50
+
51
+ [Download the *.safetensors LoRA](RyanFanZhang/dreambooth-sd3-lora/tree/main) in the Files & versions tab.
52
+
53
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
54
+
55
+ ```py
56
+ from diffusers import AutoPipelineForText2Image
57
+ import torch
58
+ pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3-medium-diffusers, torch_dtype=torch.float16).to('cuda')
59
+ pipeline.load_lora_weights('RyanFanZhang/dreambooth-sd3-lora', weight_name='pytorch_lora_weights.safetensors')
60
+ image = pipeline('A photo of fan giving a lecture').images[0]
61
+ ```
62
+
63
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
64
+
65
+ - **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/RyanFanZhang/dreambooth-sd3-lora/blob/main/diffusers_lora_weights.safetensors)**.
66
+ - Rename it and place it on your `models/Lora` folder.
67
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:your_new_name:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
68
+
69
+ 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)
70
+
71
+ ## License
72
+
73
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
74
+
75
+
76
+ ## Intended uses & limitations
77
+
78
+ #### How to use
79
+
80
+ ```python
81
+ # TODO: add an example code snippet for running this diffusion pipeline
82
+ ```
83
+
84
+ #### Limitations and bias
85
+
86
+ [TODO: provide examples of latent issues and potential remediations]
87
+
88
+ ## Training details
89
+
90
+ [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:d3a43b2379020f728900fa4ee21c42db061dcb5877099de492566e4d3de64076
3
+ size 19096716
checkpoint-1000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b88929f5dd0e86232bbb1c59fd3c01e0463ed7d6e46d9a7a7a85afeae74fa81
3
+ size 9437288
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7009589e1748724d1b07883571cdd12c8a9583844fedfa8d53a1077c7988af98
3
+ size 14540
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
3
+ size 988
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a3406d2ef50f9b0ec90e408a1c13d2c8958de7599603cc4c0cc7154da6ebe9
3
+ size 1000
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ea7786355be245f02927add6bfb678ae2e5a91dc6c14c79d80bf4ba7245707e
3
+ size 19096716
checkpoint-10000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4097071098febc6352270411453d92b7d46db67eb55203f981fd8c38ced1f0c5
3
+ size 9437288
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e283d2d180ed3a4a025ebbbe8b9bacb3462cb99290d2585e70423e245a67592
3
+ size 14540
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c9cb39090023fd8b377227ba5aab7ea9fce7ad227b9bfffb6d0094b83558ea
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b3d92460dec5a7808ae0009265c056559b5065edf390480341e4dc8a28e593
3
+ size 1000
checkpoint-10500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2181749c675d306b61389a5fc249aea5455a0691e2ddb6319e9b4a9430ee2a
3
+ size 19096716
checkpoint-10500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02cae2e69019da4b6ecd27996e38f0fea8abf5ea13d2e5b82ef4aee58f3ec782
3
+ size 9437288
checkpoint-10500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffe90ba21da66a91cdb6cb3b02bba04c66449ea73f5a1fa742dfc9745e9fdd9
3
+ size 14540
checkpoint-10500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c85abf8ba58087c08779819709b385b8dd6dec095b3db34ee73023ae9de4ab9
3
+ size 988
checkpoint-10500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94806313c620a09e3406fa478086753b41517d9c20b2801c0b047241fb7c1825
3
+ size 1000
checkpoint-11000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7367ca7fa46567715a30d4725f968eed3479be875606af444b8569b8ce11a48
3
+ size 19096716
checkpoint-11000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5248ab67b3e8840a5ad2ffa74800233565896f65b6e861b3da2fadea2cee96e9
3
+ size 9437288
checkpoint-11000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2256a1de35d521151b744a2108675d6531b005ebe624eed26a84edede46949bf
3
+ size 14540
checkpoint-11000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf3176bef864db778be3ed1e64252ba2c28fcfbe778e607bbe71c1d6e575f96
3
+ size 988
checkpoint-11000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9336b016605fed8d59ca5a1c657ace0bc1268411904291c8bc83fe48131c4249
3
+ size 1000
checkpoint-11500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132593721363e38e304b60d26453a96c3f55280ea21307f30a3abdaacdf04572
3
+ size 19096716
checkpoint-11500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a8f4b4951a5e3aac9c9f70c6774e4f0621482c36d11c20c08dc263175fed07c
3
+ size 9437288
checkpoint-11500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d47aebe2bb872cf9a66182325e9246a804fc329e3acc0582bc2bd1b1d90ba8c
3
+ size 14540
checkpoint-11500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539dd009ce700e9eb6224f5402a6349339fe6a0c3d483a119ed1eba2881a717e
3
+ size 988
checkpoint-11500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:284550ef8dc879188435ccb79d163a9397dcca5bdceb75e459a49f8009952947
3
+ size 1000
checkpoint-12000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31232ebf6bca2029f0122c6aeda67f17f10c456375a6b1f375f8b740fee11b5c
3
+ size 19096716
checkpoint-12000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2e2490c575b5622828f968230246ca9cbb00b9c7c71962720bbb18e668ad2d
3
+ size 9437288
checkpoint-12000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55d7c07b183508a3e3c90cb7c391999c297ca6f1195d19cf12f487e249264f4
3
+ size 14540
checkpoint-12000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7940237c9a6644731f50a34ba093c5ed7979f4b3e1f2f8189302b457822f572e
3
+ size 988
checkpoint-12000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a7aa3e6fdab4e4818b66d41b4aa741245b18255ef27b60f020cd0aa9eaf2f12
3
+ size 1000
checkpoint-12500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcefb3a3bd7d9998d3a5d096f21dbe0fd40dc18f8330a38071a76cd51385939c
3
+ size 19096716
checkpoint-12500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0452f58f7c6e1ebd12f45eac3cb2916dae4f041680375ce55270265c93f86785
3
+ size 9437288
checkpoint-12500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6942e64804d9301f638b376bc2d8a45a6c7548b4043d3d492508f07a6036bb4
3
+ size 14540
checkpoint-12500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5217ee30e4a23593ae89d2fd64f32f8793ef7c2ed43955b1c96013638bcf3336
3
+ size 988
checkpoint-12500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40a8714fef162ec62ffadb33d3e0b9a517afcdf400620655eee3398ca957fde6
3
+ size 1000
checkpoint-13000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:262ec9eaf007d12b784838f0ddab539f977231adcefe65ce9428d23b9cd26abd
3
+ size 19096716
checkpoint-13000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df64c369c070b78f1630aba2e447d38bc6d7ac428563ec539f2c3e4d4fb95357
3
+ size 9437288
checkpoint-13000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a573cf53c5ae895356d39eee1763b3864857be22b0e31a45cfcacc750440af
3
+ size 14540
checkpoint-13000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d66d98c4fb34bb7c379755bc31557f01b9b8ac1b8e155778357124f18f22f6
3
+ size 988
checkpoint-13000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53257a6fc0b8a8f1f9523ce50f5404b707aa18a0d7493c250cdfc7968865826e
3
+ size 1000
checkpoint-13500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b44d29e5be470dd9d8d1835a8cb1c71d54ebe52078a84c7399055a3c2c8bd829
3
+ size 19096716
checkpoint-13500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0ac5f343ba44d715196a9f96779168209c17c5fc90985fcf47b626119241ee
3
+ size 9437288
checkpoint-13500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d72c24c6b51bc095a814e9e6d07375eab573ad1c357634b43a9e968d1361a1
3
+ size 14540
checkpoint-13500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db27db8ee6194d14c412d67f89cdf0a04c765232f0da205870c5edd14b3cf526
3
+ size 988
checkpoint-13500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72e2696b0a4be495fbd2ed41b60a56acb15fba7fcc74d753bf0795e9c296436
3
+ size 1000
checkpoint-14000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e939d769602a5f663d14601a8a78998a2d69cdb5d47a5877d6676efc270738e
3
+ size 19096716
checkpoint-14000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cae5fb9a502ef42845e0d4f23b2dc67c988f90f63b9f0ad9b35cf97490b6f42
3
+ size 9437288
checkpoint-14000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a7de319ed43435852a058a41200410d7c5d1933d55e375d317a683e6fdbec1
3
+ size 14540
checkpoint-14000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd13969285445334b79fe62968d79f89a5c36b9bbe33b733e3217acb20485c70
3
+ size 988