End of training - Uploading SD3 LoRA weights
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Stable Diffusion 3 Model - Fine-tuned
|
| 3 |
+
|
| 4 |
+
This model was fine-tuned based on **stabilityai/stable-diffusion-3-medium-diffusers** using the instance prompt:
|
| 5 |
+
`in the style of BEATRIX`.
|
| 6 |
+
|
| 7 |
+
## Training details:
|
| 8 |
+
- Base model: stabilityai/stable-diffusion-3-medium-diffusers
|
| 9 |
+
- Instance prompt: in the style of BEATRIX
|
| 10 |
+
|
| 11 |
+
## Usage:
|
| 12 |
+
```python
|
| 13 |
+
from diffusers import StableDiffusion3Pipeline
|
| 14 |
+
|
| 15 |
+
model_id = "boryanagm/trained-sd3-lora-miniature"
|
| 16 |
+
pipeline = StableDiffusion3Pipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 17 |
+
pipeline = pipeline.to("cuda")
|
| 18 |
+
image = pipeline("in the style of BEATRIX").images[0]
|
| 19 |
+
image.show()
|
| 20 |
+
```
|
| 21 |
+
|
checkpoint-500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be0b78e2569f8d0b0114240ec97039b6069d4d1186c5e7f0f1b90fcb77a1600b
|
| 3 |
+
size 2609210
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06c1509a4d9bb6b8773c976a057ee299abb8f5b9c105a4a02f7aac26becc40ea
|
| 3 |
+
size 4742848
|
checkpoint-500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a49129c09a3f1b911d177458cab63d9d07e5caf5c15ca6441e04aec9551911a8
|
| 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:6cf34ac8dd2addc454aeb1ee4eaba3267c2841857e117be40ac2ed02cf581c9c
|
| 3 |
+
size 1000
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06c1509a4d9bb6b8773c976a057ee299abb8f5b9c105a4a02f7aac26becc40ea
|
| 3 |
+
size 4742848
|