lavaman131
commited on
Commit
•
7bb5834
1
Parent(s):
4318632
training after 9000 steps
Browse files- README.md +43 -0
- optimizer.bin +3 -0
- pytorch_lora_weights.safetensors +3 -0
- random_states_0.pkl +3 -0
- scaler.pt +3 -0
- scheduler.bin +3 -0
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- dreambooth
|
7 |
+
- diffusers-training
|
8 |
+
- stable-diffusion
|
9 |
+
- stable-diffusion-diffusers
|
10 |
+
base_model: stabilityai/stable-diffusion-2-1-base
|
11 |
+
inference: true
|
12 |
+
instance_prompt: disney
|
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 |
+
# DreamBooth - lavaman131/cartoonify
|
20 |
+
|
21 |
+
This is a dreambooth model derived from stabilityai/stable-diffusion-2-1-base. The weights were trained on disney using [DreamBooth](https://dreambooth.github.io/).
|
22 |
+
You can find some example images in the following.
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
DreamBooth for the text encoder was enabled: True.
|
27 |
+
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
#### How to use
|
32 |
+
|
33 |
+
```python
|
34 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
35 |
+
```
|
36 |
+
|
37 |
+
#### Limitations and bias
|
38 |
+
|
39 |
+
[TODO: provide examples of latent issues and potential remediations]
|
40 |
+
|
41 |
+
## Training details
|
42 |
+
|
43 |
+
[TODO: describe the data used to train the model]
|
optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6d8a9dd0f8ed783e14f52dddb34c25faa9af5cc5f2bb111a13dbff419c89c27
|
3 |
+
size 5994098
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb89b5d7342f2361c7389b099a2947507b07791b9864fda9291f0e931f108d74
|
3 |
+
size 6400736
|
random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a9f75fb60d245a37670a4d0e559c4ac8d445e4e1e3a59c9275ff095676aeff5
|
3 |
+
size 14408
|
scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ad6c50c35b53713927f28732052bf0f3bf5da247a85776559de9817d2d278c7
|
3 |
+
size 988
|
scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:649a09ecfad34e9d877f11f78f30c5e52a95d94f7c0d139fed5300062248122b
|
3 |
+
size 1000
|