End of training
Browse files- .gitattributes +5 -0
- README.md +95 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scaler.pt +3 -0
- checkpoint-1500/scheduler.bin +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scaler.pt +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- image_4.png +3 -0
- pytorch_lora_weights.safetensors +3 -0
.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,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-3.5-medium
|
3 |
+
library_name: diffusers
|
4 |
+
license: other
|
5 |
+
instance_prompt: A dense canopy of watermelon plants with clusters of leaves displaying
|
6 |
+
nbd anthracnose (Colletotrichum orbiculare) disease, intricate details, natural
|
7 |
+
lighting, highly realistic
|
8 |
+
widget:
|
9 |
+
- text: a photo of nbd anthracnose disease in watermelon leaves
|
10 |
+
output:
|
11 |
+
url: image_0.png
|
12 |
+
- text: a photo of nbd anthracnose disease in watermelon leaves
|
13 |
+
output:
|
14 |
+
url: image_1.png
|
15 |
+
- text: a photo of nbd anthracnose disease in watermelon leaves
|
16 |
+
output:
|
17 |
+
url: image_2.png
|
18 |
+
- text: a photo of nbd anthracnose disease in watermelon leaves
|
19 |
+
output:
|
20 |
+
url: image_3.png
|
21 |
+
- text: a photo of nbd anthracnose disease in watermelon leaves
|
22 |
+
output:
|
23 |
+
url: image_4.png
|
24 |
+
tags:
|
25 |
+
- text-to-image
|
26 |
+
- diffusers-training
|
27 |
+
- diffusers
|
28 |
+
- lora
|
29 |
+
- template:sd-lora
|
30 |
+
- sd3
|
31 |
+
- sd3-diffusers
|
32 |
+
---
|
33 |
+
|
34 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
35 |
+
should probably proofread and complete it, then remove this comment. -->
|
36 |
+
|
37 |
+
|
38 |
+
# SD3 DreamBooth LoRA - nitindominicrai/sd35_anthracnose
|
39 |
+
|
40 |
+
<Gallery />
|
41 |
+
|
42 |
+
## Model description
|
43 |
+
|
44 |
+
These are nitindominicrai/sd35_anthracnose DreamBooth LoRA weights for stabilityai/stable-diffusion-3.5-medium.
|
45 |
+
|
46 |
+
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).
|
47 |
+
|
48 |
+
Was LoRA for the text encoder enabled? False.
|
49 |
+
|
50 |
+
## Trigger words
|
51 |
+
|
52 |
+
You should use `A dense canopy of watermelon plants with clusters of leaves displaying nbd anthracnose (Colletotrichum orbiculare) disease, intricate details, natural lighting, highly realistic` to trigger the image generation.
|
53 |
+
|
54 |
+
## Download model
|
55 |
+
|
56 |
+
[Download the *.safetensors LoRA](nitindominicrai/sd35_anthracnose/tree/main) in the Files & versions tab.
|
57 |
+
|
58 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
59 |
+
|
60 |
+
```py
|
61 |
+
from diffusers import AutoPipelineForText2Image
|
62 |
+
import torch
|
63 |
+
pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-medium, torch_dtype=torch.float16).to('cuda')
|
64 |
+
pipeline.load_lora_weights('nitindominicrai/sd35_anthracnose', weight_name='pytorch_lora_weights.safetensors')
|
65 |
+
image = pipeline('a photo of nbd anthracnose disease in watermelon leaves').images[0]
|
66 |
+
```
|
67 |
+
|
68 |
+
### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
|
69 |
+
|
70 |
+
- **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/nitindominicrai/sd35_anthracnose/blob/main/diffusers_lora_weights.safetensors)**.
|
71 |
+
- Rename it and place it on your `models/Lora` folder.
|
72 |
+
- 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/).
|
73 |
+
|
74 |
+
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)
|
75 |
+
|
76 |
+
## License
|
77 |
+
|
78 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md).
|
79 |
+
|
80 |
+
|
81 |
+
## Intended uses & limitations
|
82 |
+
|
83 |
+
#### How to use
|
84 |
+
|
85 |
+
```python
|
86 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
87 |
+
```
|
88 |
+
|
89 |
+
#### Limitations and bias
|
90 |
+
|
91 |
+
[TODO: provide examples of latent issues and potential remediations]
|
92 |
+
|
93 |
+
## Training details
|
94 |
+
|
95 |
+
[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:2b315b10c26a1a6889f446bc6efeb4f70f20a0cc06c7e3716bc2b9cdd2146d09
|
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:1c3f7f701afed4fa9a4a3b916afae3edc7e2926a1c3318038db2d6dc4d86e342
|
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:843f80169cad708e96f1473fa8179425c4f02a8a8fbb5eeef6f9568917c4eba8
|
3 |
+
size 14344
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ace5fbcb8f3a3d6d58c75c25e1e8ec41a92001245fceaefef68492b404381c41
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcc847101bbdb2987173fa5dd82ac710653444f88c1e9cf8ff4410d48eb8113e
|
3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5599631067a1bdf3eb73f1f0db9e82d0c09baa4a8d9287a17da2de68f919f01d
|
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:14d2263a96d320acb320e786880e509cd77594fbfb1946c6672d92d751a2aa27
|
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:3e5bc597e2142c446fa8f47080fb43e7fe1583d8bec4ff03a997d26f1ee7f1b2
|
3 |
+
size 14344
|
checkpoint-1500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08773d3d600f989687a134128fbd4b61085216d0b1e587678ea16a21cb24457f
|
3 |
+
size 988
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab3b2c085ef0dd5ed504cfc6567dc3107b11dcc9593caccf918d0fc9293abf0
|
3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42191a8302d0bf55d26fac7e25010be37e1c1c48142dfb03bcb1166625677f5e
|
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:9c8dbf8adb8df800a6aa7c7e99c55a11c7f14af51b3e10b65e667a53542518cd
|
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:b7dc6b06343403934c43dd714ca9985eea31c8bdbc2310372252e9cad9856352
|
3 |
+
size 14344
|
checkpoint-2000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0e92ad58416a5a874e398a4e81ef272f7d4985c801b117335c8952f1b5af2db
|
3 |
+
size 988
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fa8972cad4090f12a5d1991cf0f4e244cb89745ba5d53948f20e8d009b3c111
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9834c47a865c4bc15f8dfaecad62d8f7653fb4cdb3580228df145f3b7d301c50
|
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:352fda9982aa78e772ef41ddebc71e70917c476f1bfb3bb7a4b005a1f793506a
|
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:e7f7d1b04e0240941ec8f32c7876f963a36a5275e82766554c83c51aef282b53
|
3 |
+
size 14344
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f7ed424e76e63be665541e6ca599693279be38a1f989fe492a9693accc60754
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:525f09de3cfe19bc37ebaa7caaf83b8453d44535fdb33d3e8f1c2e11d0b1a58a
|
3 |
+
size 1000
|
image_0.png
ADDED
![]() |
Git LFS Details
|
image_1.png
ADDED
![]() |
Git LFS Details
|
image_2.png
ADDED
![]() |
Git LFS Details
|
image_3.png
ADDED
![]() |
Git LFS Details
|
image_4.png
ADDED
![]() |
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:602866f7c29a27bf45442947627add292cc0312d91a39d900613300378b218b8
|
3 |
+
size 4743176
|