End of training
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: CompVis/stable-diffusion-v1-4
|
3 |
+
library_name: diffusers
|
4 |
+
license: creativeml-openrail-m
|
5 |
+
inference: true
|
6 |
+
tags:
|
7 |
+
- stable-diffusion
|
8 |
+
- stable-diffusion-diffusers
|
9 |
+
- text-to-image
|
10 |
+
- diffusers
|
11 |
+
- diffusers-training
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
|
18 |
+
# GameNgen fine-tuning - johnrobinsn/sd-model-gameNgen
|
19 |
+
Full finetune of CompVis/stable-diffusion-v1-4. The weights were fine-tuned on the johnrobinsn/ViZDoom-500 dataset. You can find some example images in the following.
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
#### How to use
|
27 |
+
|
28 |
+
```python
|
29 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
30 |
+
```
|
31 |
+
|
32 |
+
#### Limitations and bias
|
33 |
+
|
34 |
+
[TODO: provide examples of latent issues and potential remediations]
|
35 |
+
|
36 |
+
## Training details
|
37 |
+
|
38 |
+
[TODO: describe the data used to train the model]
|
action_embedding_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:212a58c6d785e3d290ba24f013d3602c6e22ded6a95ea66303617dbb988f2f88
|
3 |
+
size 55376
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba6bbecf5a6a48089651b3b7c0da5db25f77164a49ed31b868051eda01874a14
|
3 |
+
size 3438633568
|
vae/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37bc7662e32cc4479bea551ec5b2815e9784ce1d49ae3591ed59be0ad6f4c291
|
3 |
+
size 334643268
|