nielsbantilan
commited on
End of training
Browse files- README.md +42 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- diffusers
|
7 |
+
- lora
|
8 |
+
- stable-diffusion
|
9 |
+
- stable-diffusion-diffusers
|
10 |
+
inference: true
|
11 |
+
base_model: CompVis/stable-diffusion-v1-4
|
12 |
+
instance_prompt: a photo of sks dog
|
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 DreamBooth - nielsbantilan/path-to-save-model
|
20 |
+
|
21 |
+
These are LoRA adaption weights for CompVis/stable-diffusion-v1-4. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
LoRA for the text encoder was enabled: False.
|
26 |
+
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
#### How to use
|
31 |
+
|
32 |
+
```python
|
33 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
34 |
+
```
|
35 |
+
|
36 |
+
#### Limitations and bias
|
37 |
+
|
38 |
+
[TODO: provide examples of latent issues and potential remediations]
|
39 |
+
|
40 |
+
## Training details
|
41 |
+
|
42 |
+
[TODO: describe the data used to train the model]
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb8c20900d2a0d1984c26ce66d2e8f47bdcd4784f69950ec4be321b76cf2f133
|
3 |
+
size 3226184
|