Update README.md
Browse files
README.md
CHANGED
|
@@ -30,6 +30,15 @@ Global
|
|
| 30 |
### Use Case:
|
| 31 |
Medical researchers, AI developers, and healthcare institutions would be expected to use this system for generating synthetic MR training data, data augmentation for rare conditions, and advancing AI applications in healthcare research.
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
### Release Date:
|
| 34 |
Huggingface: 10/27/2025 via https://huggingface.co/NVIDIA
|
| 35 |
|
|
|
|
| 30 |
### Use Case:
|
| 31 |
Medical researchers, AI developers, and healthcare institutions would be expected to use this system for generating synthetic MR training data, data augmentation for rare conditions, and advancing AI applications in healthcare research.
|
| 32 |
|
| 33 |
+
## Download
|
| 34 |
+
For example, to download the VAE, you can run:
|
| 35 |
+
```
|
| 36 |
+
pip install -U huggingface_hub
|
| 37 |
+
huggingface-cli download nvidia/NV-Generate-MR \
|
| 38 |
+
models/autoencoder_v2.pt \
|
| 39 |
+
--local-dir ./models
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
### Release Date:
|
| 43 |
Huggingface: 10/27/2025 via https://huggingface.co/NVIDIA
|
| 44 |
|