nitindominicrai commited on
Commit
39cf878
·
verified ·
1 Parent(s): d7b246c

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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
+ image_0.png filter=lfs diff=lfs merge=lfs -text
37
+ image_1.png filter=lfs diff=lfs merge=lfs -text
38
+ image_2.png filter=lfs diff=lfs merge=lfs -text
39
+ image_3.png filter=lfs diff=lfs merge=lfs -text
40
+ image_4.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3.5-medium
3
+ library_name: diffusers
4
+ license: other
5
+ instance_prompt: A photo of a strawberry leaf with very early signs of ytr chilli
6
+ thrips infestation, slight vein darkening, minor discoloration near midrib, mostly
7
+ green and healthy-looking, detailed close-up, intricate details, natural lighting,
8
+ highly realistic
9
+ widget:
10
+ - text: A photo of a strawberry leaf with very early signs of ytr chilli thrips infestation,
11
+ slight vein darkening, minor discoloration near midrib, mostly green and healthy-looking,
12
+ detailed close-up, intricate details, natural lighting, highly realistic
13
+ output:
14
+ url: image_0.png
15
+ - text: A photo of a strawberry leaf with very early signs of ytr chilli thrips infestation,
16
+ slight vein darkening, minor discoloration near midrib, mostly green and healthy-looking,
17
+ detailed close-up, intricate details, natural lighting, highly realistic
18
+ output:
19
+ url: image_1.png
20
+ - text: A photo of a strawberry leaf with very early signs of ytr chilli thrips infestation,
21
+ slight vein darkening, minor discoloration near midrib, mostly green and healthy-looking,
22
+ detailed close-up, intricate details, natural lighting, highly realistic
23
+ output:
24
+ url: image_2.png
25
+ - text: A photo of a strawberry leaf with very early signs of ytr chilli thrips infestation,
26
+ slight vein darkening, minor discoloration near midrib, mostly green and healthy-looking,
27
+ detailed close-up, intricate details, natural lighting, highly realistic
28
+ output:
29
+ url: image_3.png
30
+ - text: A photo of a strawberry leaf with very early signs of ytr chilli thrips infestation,
31
+ slight vein darkening, minor discoloration near midrib, mostly green and healthy-looking,
32
+ detailed close-up, intricate details, natural lighting, highly realistic
33
+ output:
34
+ url: image_4.png
35
+ tags:
36
+ - text-to-image
37
+ - diffusers-training
38
+ - diffusers
39
+ - lora
40
+ - template:sd-lora
41
+ - sd3
42
+ - sd3-diffusers
43
+ ---
44
+
45
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
46
+ should probably proofread and complete it, then remove this comment. -->
47
+
48
+
49
+ # SD3 DreamBooth LoRA - nitindominicrai/Strawberry_pests
50
+
51
+ <Gallery />
52
+
53
+ ## Model description
54
+
55
+ These are nitindominicrai/Strawberry_pests DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-medium.
56
+
57
+ 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).
58
+
59
+ Was LoRA for the text encoder enabled? False.
60
+
61
+ ## Trigger words
62
+
63
+ You should use `A photo of a strawberry leaf with very early signs of ytr chilli thrips infestation, slight vein darkening, minor discoloration near midrib, mostly green and healthy-looking, detailed close-up, intricate details, natural lighting, highly realistic` to trigger the image generation.
64
+
65
+ ## Download model
66
+
67
+ [Download the *.safetensors LoRA](nitindominicrai/Strawberry_pests/tree/main) in the Files & versions tab.
68
+
69
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
70
+
71
+ ```py
72
+ from diffusers import AutoPipelineForText2Image
73
+ import torch
74
+ pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-medium, torch_dtype=torch.float16).to('cuda')
75
+ pipeline.load_lora_weights('nitindominicrai/Strawberry_pests', weight_name='pytorch_lora_weights.safetensors')
76
+ image = pipeline('A photo of a strawberry leaf with very early signs of ytr chilli thrips infestation, slight vein darkening, minor discoloration near midrib, mostly green and healthy-looking, detailed close-up, intricate details, natural lighting, highly realistic').images[0]
77
+ ```
78
+
79
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
80
+
81
+ - **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/nitindominicrai/Strawberry_pests/blob/main/diffusers_lora_weights.safetensors)**.
82
+ - Rename it and place it on your `models/Lora` folder.
83
+ - 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/).
84
+
85
+ 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)
86
+
87
+ ## License
88
+
89
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
90
+
91
+
92
+ ## Intended uses & limitations
93
+
94
+ #### How to use
95
+
96
+ ```python
97
+ # TODO: add an example code snippet for running this diffusion pipeline
98
+ ```
99
+
100
+ #### Limitations and bias
101
+
102
+ [TODO: provide examples of latent issues and potential remediations]
103
+
104
+ ## Training details
105
+
106
+ [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:fa33a66b3a4f9a7ae991e4570f68261c611d246ec04597ac2de96c9110e55d7d
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:1e4cf3f9110afea4002e6d506b219de619f4b241470309f3ecea185f0eb81cbc
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:934318c0450ba131f2c4f4120c7c507c2892f270a400405f25894b3d15367ed8
3
+ size 14344
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:3cc9d529863b9458dbb9b91d10c2e89741ffa38f99dbc44be25770289ed29416
3
+ size 1000
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de2f2be1baa1179eb86e1804205178ede2abd9678f18e4e9f73f4c1f7f6daa96
3
+ size 19096716
checkpoint-1500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a938ddf783c7ca1606a9b65d8b2d0e89db3532113643e486e2c91d1cc3e676f5
3
+ size 9437288
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5646e2dcc4b079c7a8c690044d7598023f47a491883138207aff6bac12ad8cb0
3
+ size 14344
checkpoint-1500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
3
+ size 988
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511502cb8e486bc7704b13f50561c780285bc0785605731cccd9a6fe2798bb6b
3
+ size 1000
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a820a1ccfab1bd73f36f3f4048075e082735f0966a9eb1bd59237028c6462a
3
+ size 19096716
checkpoint-2000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef7488aded40192ea44e88bbe5ade1bdb08a774735eb7b1d2637289adde5ecb
3
+ size 9437288
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18762cab9da42aae1a6f4c1c756bb472e24ef9b8ba789ce7268356197554bc6
3
+ size 14344
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3d121c38ead0248622203c308e1055781ce873ae44f4c05a5cd814a3253eaa
3
+ size 1000
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747ea0b95749533779156bec5933177ec0dd3b6114a62afea281b72eccb5e972
3
+ size 19096716
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df92057ff02a4da968e5563443d2d39e5857c5dfbfe0cce8d7cbe989ae7b9e4f
3
+ size 9437288
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be605ee70ab2a12042e2c29d6ffe6c124639cb7d6d9ae67795c7309bdcc9ce8e
3
+ size 14344
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
3
+ size 988
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff7e0081931acdf638a5b6dc6f89d270dc53395b51e189cd30a4b0fd9d14285
3
+ size 1000
image_0.png ADDED

Git LFS Details

  • SHA256: 55ad559e848dd27bb31cfdba78b15272a74e6f478bb70f0ce16eb884f41cdbda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 7a579e751d73cd572cf33551ebb828188b2419ea8d1533d2610cf2fd0c1058b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 70fc1c930b150fd1658d408d221ed64167c4e0fe4faabb71ee25209e9506cd9e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
image_3.png ADDED

Git LFS Details

  • SHA256: ea6a9147473550cb21ca9a8b467b7496fff9d526330554b113b0d5e59713a4b2
  • Pointer size: 132 Bytes
  • Size of remote file: 2.35 MB
image_4.png ADDED

Git LFS Details

  • SHA256: 5b38cd646f301dcade01966692f27f8d01167dba6bfe97f059e6d015ea096344
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1ea9663e197c34c80dd3e1d7d6af51fc4d75a403963e69084a33d8dfb7fb1c
3
+ size 4743176