Upload folder using huggingface_hub
Browse files- model-10.pt +3 -0
- readme.md +13 -0
model-10.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af1f1e2be5d88261a7357cb09de305661325d216858527a6f5da0f4f2c81e7e6
|
| 3 |
+
size 3589536349
|
readme.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Diffusion Model
|
| 2 |
+
|
| 3 |
+
This directory stores pretrained model weights for the SAM conditional diffusion model.
|
| 4 |
+
|
| 5 |
+
The pretrained model can be downloaded from:
|
| 6 |
+
|
| 7 |
+
https://huggingface.co/CJJP/SAM-Diffusion/tree/main
|
| 8 |
+
|
| 9 |
+
## File Description
|
| 10 |
+
|
| 11 |
+
| File | Description |
|
| 12 |
+
| --- | --- |
|
| 13 |
+
| `model-10.pt` | Pretrained conditional diffusion model checkpoint used by the SAM diffusion-based local design pipeline. |
|