nicolas-dufour
commited on
Commit
•
e942f64
1
Parent(s):
cb8e020
Fixed ckpt keys
Browse files- README.md +13 -0
- config.json +7 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- plonk
|
6 |
+
- geolocalization
|
7 |
+
- diffusion
|
8 |
+
- pytorch_model_hub_mixin
|
9 |
+
---
|
10 |
+
|
11 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
12 |
+
- Library: https://github.com/nicolas-dufour/plonk
|
13 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cond_dim": 1024,
|
3 |
+
"depth": 12,
|
4 |
+
"dim": 512,
|
5 |
+
"expansion": 4,
|
6 |
+
"input_dim": 3
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc436e39b838f7a068fb29b47635a4e8c84bc874414ea0af782534a5cda73445
|
3 |
+
size 144146412
|