laurent
commited on
Commit
•
4ba1ac5
1
Parent(s):
dbb3278
Add the weights files.
Browse files- README.md +13 -0
- weights/bpe_simple_vocab_16e6.txt +0 -0
- weights/pytorch_model.ot +3 -0
- weights/unet-inpaint.ot +3 -0
- weights/unet.ot +3 -0
- weights/vae.ot +3 -0
README.md
CHANGED
@@ -24,6 +24,19 @@ These weights have been directly adapted from the
|
|
24 |
weights, they can be used with the
|
25 |
[diffusers-rs](https://github.com/LaurentMazare/diffusers-rs) crate.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
The license is unchanged, see the
|
28 |
[original version](https://huggingface.co/spaces/CompVis/stable-diffusion-license).
|
29 |
In line with paragraph 4, the original copyright is preserved:
|
|
|
24 |
weights, they can be used with the
|
25 |
[diffusers-rs](https://github.com/LaurentMazare/diffusers-rs) crate.
|
26 |
|
27 |
+
To do so, checkout the diffusers-rs repo, copy the weights in the `data/`
|
28 |
+
directory and run the following command:
|
29 |
+
|
30 |
+
```bash
|
31 |
+
cargo run --example stable-diffusion --features clap -- --prompt "A rusty robot holding a fire torch."
|
32 |
+
```
|
33 |
+
|
34 |
+
This is for the image-to-text pipeline, example using the image-to-image and
|
35 |
+
inpainting pipelines can be found in the
|
36 |
+
[crate readme](https://github.com/LaurentMazare/diffusers-rs/blob/main/README.md).
|
37 |
+
|
38 |
+
|
39 |
+
## License
|
40 |
The license is unchanged, see the
|
41 |
[original version](https://huggingface.co/spaces/CompVis/stable-diffusion-license).
|
42 |
In line with paragraph 4, the original copyright is preserved:
|
weights/bpe_simple_vocab_16e6.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
weights/pytorch_model.ot
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f14e4137b90256da8eb5fa4f09ff4e283a12625f019dce3c9a340f5751bbe4bf
|
3 |
+
size 492305550
|
weights/unet-inpaint.ot
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a50a21660c3fa66b43d038ad5f06228fb6afa39f68cc488a0897432ab1bec0fe
|
3 |
+
size 1719290687
|
weights/unet.ot
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4414438a5d6dc2e8131a3ecfd1857c3b3b20a58d5678f4a5282a93c36d25383
|
3 |
+
size 1719212519
|
weights/vae.ot
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c989cd97c9f4417fda11344b13cbc7d00edf55115cb2da604f70b8830fa93746
|
3 |
+
size 167367544
|