End of training
Browse files- .gitattributes +3 -0
- .ipynb_checkpoints/README-checkpoint.md +48 -0
- .ipynb_checkpoints/image_0-checkpoint.png +3 -0
- .ipynb_checkpoints/image_1-checkpoint.png +3 -0
- .ipynb_checkpoints/image_2-checkpoint.png +0 -0
- .ipynb_checkpoints/image_3-checkpoint.png +3 -0
- README.md +6 -0
- image_0.png +2 -2
- image_1.png +2 -2
- image_2.png +0 -0
- image_3.png +2 -2
- pytorch_lora_weights.safetensors +1 -1
.gitattributes
CHANGED
|
@@ -36,3 +36,6 @@ saved_model/**/* 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_3.png 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_3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
.ipynb_checkpoints/image_0-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
.ipynb_checkpoints/image_1-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
.ipynb_checkpoints/image_3-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
.ipynb_checkpoints/README-checkpoint.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: creativeml-openrail-m
|
| 5 |
+
tags:
|
| 6 |
+
- stable-diffusion-xl
|
| 7 |
+
- stable-diffusion-xl-diffusers
|
| 8 |
+
- text-to-image
|
| 9 |
+
- diffusers
|
| 10 |
+
- diffusers-training
|
| 11 |
+
- lora
|
| 12 |
+
inference: true
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
# LoRA text2image fine-tuning - bernice1/sd-naruto-model-lora-sdxl
|
| 20 |
+
|
| 21 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the birme dataset. You can find some example images in the following.
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+

|
| 25 |
+

|
| 26 |
+

|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
LoRA for the text encoder was enabled: False.
|
| 30 |
+
|
| 31 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
## Intended uses & limitations
|
| 35 |
+
|
| 36 |
+
#### How to use
|
| 37 |
+
|
| 38 |
+
```python
|
| 39 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
#### Limitations and bias
|
| 43 |
+
|
| 44 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 45 |
+
|
| 46 |
+
## Training details
|
| 47 |
+
|
| 48 |
+
[TODO: describe the data used to train the model]
|
.ipynb_checkpoints/image_0-checkpoint.png
ADDED
|
Git LFS Details
|
.ipynb_checkpoints/image_1-checkpoint.png
ADDED
|
Git LFS Details
|
.ipynb_checkpoints/image_2-checkpoint.png
ADDED
|
.ipynb_checkpoints/image_3-checkpoint.png
ADDED
|
Git LFS Details
|
README.md
CHANGED
|
@@ -9,6 +9,12 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- diffusers-training
|
| 11 |
- lora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
inference: true
|
| 13 |
---
|
| 14 |
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- diffusers-training
|
| 11 |
- lora
|
| 12 |
+
- stable-diffusion-xl
|
| 13 |
+
- stable-diffusion-xl-diffusers
|
| 14 |
+
- text-to-image
|
| 15 |
+
- diffusers
|
| 16 |
+
- diffusers-training
|
| 17 |
+
- lora
|
| 18 |
inference: true
|
| 19 |
---
|
| 20 |
|
image_0.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_1.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
image_2.png
CHANGED
|
|
image_3.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
pytorch_lora_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 23390424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7decd8beb4dff74cbc873a0d629da4dbf3b8b2c25ab8697b44a2cd982554f91
|
| 3 |
size 23390424
|