XinRan-Tang commited on
Commit
06ec345
·
verified ·
1 Parent(s): 7c8de01

Upload MMDiff inference weights

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +25 -32
  2. .gitignore +4 -0
  3. README.md +90 -0
  4. assets/logo.png +3 -0
  5. assets/ribbon.svg +9 -0
  6. assets/show.png +3 -0
  7. mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/model.safetensors +3 -0
  8. mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/model_1.safetensors +3 -0
  9. mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  10. mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/random_states_0.pkl +3 -0
  11. mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/scheduler.bin +3 -0
  12. mmdiff-ir/sd-ir-lora-beach/pytorch_lora_weights.safetensors +3 -0
  13. mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/model.safetensors +3 -0
  14. mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/model_1.safetensors +3 -0
  15. mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  16. mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/random_states_0.pkl +3 -0
  17. mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/scheduler.bin +3 -0
  18. mmdiff-ir/sd-ir-lora-bridge/pytorch_lora_weights.safetensors +3 -0
  19. mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/model.safetensors +3 -0
  20. mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/model_1.safetensors +3 -0
  21. mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  22. mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/random_states_0.pkl +3 -0
  23. mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/scheduler.bin +3 -0
  24. mmdiff-ir/sd-ir-lora-desert/pytorch_lora_weights.safetensors +3 -0
  25. mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/model.safetensors +3 -0
  26. mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/model_1.safetensors +3 -0
  27. mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  28. mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/random_states_0.pkl +3 -0
  29. mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/scheduler.bin +3 -0
  30. mmdiff-ir/sd-ir-lora-farmland/pytorch_lora_weights.safetensors +3 -0
  31. mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/model.safetensors +3 -0
  32. mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/model_1.safetensors +3 -0
  33. mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  34. mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/random_states_0.pkl +3 -0
  35. mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/scheduler.bin +3 -0
  36. mmdiff-ir/sd-ir-lora-lake/pytorch_lora_weights.safetensors +3 -0
  37. mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/model.safetensors +3 -0
  38. mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/model_1.safetensors +3 -0
  39. mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  40. mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/random_states_0.pkl +3 -0
  41. mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/scheduler.bin +3 -0
  42. mmdiff-ir/sd-ir-lora-mountain/pytorch_lora_weights.safetensors +3 -0
  43. mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/model.safetensors +3 -0
  44. mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/model_1.safetensors +3 -0
  45. mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
  46. mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/random_states_0.pkl +3 -0
  47. mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/scheduler.bin +3 -0
  48. mmdiff-ir/sd-ir-lora-residential/pytorch_lora_weights.safetensors +3 -0
  49. mmdiff-ir/sd-ir-lora-river/checkpoint-15000/model.safetensors +3 -0
  50. mmdiff-ir/sd-ir-lora-river/checkpoint-15000/model_1.safetensors +3 -0
.gitattributes CHANGED
@@ -1,35 +1,28 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
  *.pt filter=lfs diff=lfs merge=lfs -text
23
  *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz filter=lfs diff=lfs merge=lfs -text
33
- *.zip filter=lfs diff=lfs merge=lfs -text
34
- *.zst filter=lfs diff=lfs merge=lfs -text
35
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
 
2
  *.bin filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  *.pt filter=lfs diff=lfs merge=lfs -text
4
  *.pth filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ assets/logo.png filter=lfs diff=lfs merge=lfs -text
7
+ assets/show.png filter=lfs diff=lfs merge=lfs -text
8
+ mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
9
+ mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
10
+ mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
11
+ mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
12
+ mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
13
+ mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
14
+ mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
15
+ mmdiff-ir/sd-ir-lora-river/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
16
+ mmdiff-ir/sd-ir-lora-ship/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
17
+ mmdiff-opt/checkpoint-10000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
18
+ mmdiff-opt/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
19
+ mmdiff-opt/checkpoint-5000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
20
+ mmdiff-sar/sd-sar-lora-beach/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
21
+ mmdiff-sar/sd-sar-lora-bridge/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
22
+ mmdiff-sar/sd-sar-lora-desert/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
23
+ mmdiff-sar/sd-sar-lora-farmland/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
24
+ mmdiff-sar/sd-sar-lora-lake/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
25
+ mmdiff-sar/sd-sar-lora-mountain/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
26
+ mmdiff-sar/sd-sar-lora-residential/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
27
+ mmdiff-sar/sd-sar-lora-river/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
28
+ mmdiff-sar/sd-sar-lora-ship/checkpoint-15000/random_states_0.pkl filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Training-only artifacts: keep locally, do not upload
2
+ **/checkpoint-*/
3
+ **/optimizer.bin
4
+ **/logs/
README.md CHANGED
@@ -1,3 +1,93 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: diffusers
4
+ tags:
5
+ - remote-sensing
6
+ - optical
7
+ - sar
8
+ - infrared
9
+ - multimodal
10
+ - text-to-image
11
+ - diffusers
12
  ---
13
+
14
+ <div align="center">
15
+
16
+ <img src="assets/logo.png" alt="MMDiff logo" width="580" />
17
+
18
+ # MMDiff: Multi-modal Remote Sensing Image Generation via Cross-Modality Spatial Feature Transfer
19
+
20
+ <div align="center" style="margin-top:10px;">
21
+ <img src="assets/ribbon.svg" alt="decorative dashed ribbon" width="760" />
22
+ <p><span style="font-size: 26px;"><strong>ISPRS 2026 &#128293;</strong></span></p>
23
+ <div align="center">
24
+
25
+ **Haojun Tang**<sup>1</sup> · **Wenda Zhao**<sup>1,*</sup> · **Hengshuai Cui**<sup>1</sup> · **Haipeng Wang**<sup>2</sup>
26
+
27
+ <sup>1</sup> Dalian University of Technology
28
+ <sup>2</sup> Unit 92728 of PLA
29
+
30
+ </div>
31
+
32
+ <div align="center">
33
+
34
+ [![Website](https://img.shields.io/badge/Homepage-Website-87CEEB)](#)
35
+ [![ISPRS](https://img.shields.io/badge/ISPRS-Paper-2563EB)](#)
36
+ [![HuggingFace](https://img.shields.io/badge/HuggingFace-Model-F9D371)](https://huggingface.co/XinRan-Tang/MM-Diff)
37
+ [![Dataset](https://img.shields.io/badge/Dataset-Access-green)](https://huggingface.co/datasets/XinRan-Tang/Optical-SAR-Infrared)
38
+
39
+ </div>
40
+
41
+ <sup>*</sup> **Corresponding author:**
42
+
43
+ </div>
44
+
45
+
46
+ ## Abstract
47
+
48
+ <div align="justify">
49
+
50
+ Collecting spatially consistent multi-modal remote sensing (MMRS) images remains challenging due to different sensors vary in the imaging principles and acquisition times. This hinders the development of data-driven MMRS technologies, which rely on large-scale training samples. This paper proposes MMDiff, the first text-driven diffusion framework explicitly designed for jointly generating structurally consistent optical (OPT), synthetic aperture radar (SAR), and infrared (IR) remote sensing images from a single text prompt via cross-modality spatial feature transfer. MMDiff first trains the OPT branch with paired optical image-text data to capture rich semantic content, and then trains the SAR/IR branches with simple modality-specific text templates to learn the corresponding style attributes, without relying on complex linguistic descriptions. Specifically, we introduce a LoRA-based modality translation adaptation mechanism to translate the style attributes of optical spatial representations to SAR and IR style attributes while preserving the underlying semantic content. The translated representations are then transferred into the SAR and IR generation branches through the proposed spatial feature transfer mechanism, enabling rich spatial details in the generated SAR/IR images while maintaining cross-modal spatial consistency. Extensive experiments demonstrate that MMDiff achieves superior image quality in terms of modality similarity and semantic consistency compared to the state-of-the-art methods. Furthermore, MMDiff benefits downstream data-driven MMRS applications, e.g., multi-modal image fusion and object classification.
51
+
52
+ </div>
53
+
54
+ <p align="center"><img src="assets/show.png" alt="Generated multi-modal remote sensing images" width="900" /></p>
55
+ <p align="center" style="margin-top: -10px;"><span style="color: gray; font-size: 14px;">From top to bottom: optical (OPT), synthetic aperture radar (SAR), and infrared (IR) images.</span></p>
56
+ <div align="left">
57
+
58
+ ## Model Overview
59
+
60
+ This directory contains the MMDiff model weights for jointly generating spatially consistent optical (OPT), synthetic aperture radar (SAR), and infrared (IR) remote sensing images from text prompts.
61
+
62
+ ## Training Data
63
+
64
+ These weights were trained on the [Optical-SAR-Infrared dataset](https://huggingface.co/datasets/XinRan-Tang/Optical-SAR-Infrared), which provides modality-specific image-text pairs for OPT, SAR, and IR remote sensing imagery.
65
+
66
+ ## Available Checkpoints
67
+
68
+ ```text
69
+ Optical-SAR-Infrared/
70
+ ├── mmdiff-opt/ # Optical image generation branch
71
+ ├── mmdiff-sar/ # SAR image generation branch
72
+ └── mmdiff-ir/ # Infrared image generation branch
73
+ ```
74
+
75
+ The three branches are used together by the MMDiff sampling pipeline. Refer to the main [MMDiff repository](https://github.com/XinR-Tang/MMDiff) for installation, sampling commands, and configuration options.
76
+
77
+ ## Loading the Weights
78
+
79
+ Pass the model directory to the sampling configuration or command line. For example:
80
+
81
+ ```bash
82
+ python mmdiff/sampling_OPT.py \
83
+ --model_path /path/to/MMDiff/models/Optical-SAR-Infrared/mmdiff-opt
84
+ ```
85
+
86
+ The SAR and IR branches use their corresponding checkpoint directories during the complete OPT → SAR → IR sampling workflow.
87
+
88
+ ## Intended Use
89
+
90
+ These checkpoints are intended for research on text-driven multi-modal remote sensing image generation, cross-modality spatial feature transfer, multi-modal image fusion, and downstream remote sensing applications.
91
+
92
+ </div>
93
+
assets/logo.png ADDED

Git LFS Details

  • SHA256: 578bf535ad2d2e2b4bc36f006acfa90766e928671f73f777fddc8bf90a060ed8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.05 MB
assets/ribbon.svg ADDED
assets/show.png ADDED

Git LFS Details

  • SHA256: 5976a3d338dd280b295a89f31943221cb07d586dc61138d90991c1b91d99fd5e
  • Pointer size: 132 Bytes
  • Size of remote file: 9.82 MB
mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb8844f3f8337e16f12d59f9ccc6fe29315e6ab07d2f43be3fadc123027b29b0
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a9c883d4e45f47c1c17cb5500c8ca36ae708acba816f9eb2626edda5bd6706
3
+ size 12792952
mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3621ac1a618828032096af5bb5ba55cd023548ddfe3f31bbe356d14ff8eea2
3
+ size 14604
mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
mmdiff-ir/sd-ir-lora-beach/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a9c883d4e45f47c1c17cb5500c8ca36ae708acba816f9eb2626edda5bd6706
3
+ size 12792952
mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae86da3739f7e5feeee7e645e68c84ea1cacd5d2bf8ccaa6850f0f896436dc9
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb21c829971fc49a60eb7fd0cb6a8ae742cec3560fd1866556b362d0a7839e6
3
+ size 12792952
mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6026cb8a294feb383c1d1c16a33174b1a0eb55e82787a18e3b78cb723cef16e
3
+ size 14604
mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
mmdiff-ir/sd-ir-lora-bridge/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb21c829971fc49a60eb7fd0cb6a8ae742cec3560fd1866556b362d0a7839e6
3
+ size 12792952
mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb5f55f185f1211d419cf0a0fa640356a66e51a5bf16eda73a474b28ae27798b
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f53c30b3ae177d5afba9e46c566b9465d7d4647ebcb08d0387c6f4c10f39738e
3
+ size 12792952
mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3621ac1a618828032096af5bb5ba55cd023548ddfe3f31bbe356d14ff8eea2
3
+ size 14604
mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
mmdiff-ir/sd-ir-lora-desert/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f53c30b3ae177d5afba9e46c566b9465d7d4647ebcb08d0387c6f4c10f39738e
3
+ size 12792952
mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d33019e23cfe7abaa1b6c146ee693f0e10ee43a0ab3535b7131960c9fa2f47
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa818fecaef9f1cf6a0533e5696e450ea568563d158a9231eeaa2381d86ac716
3
+ size 12792952
mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b61339c0003324b246688d2249d3d6f92670ecf7c3e9597a83753b2b9e1fe8d9
3
+ size 14604
mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
mmdiff-ir/sd-ir-lora-farmland/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa818fecaef9f1cf6a0533e5696e450ea568563d158a9231eeaa2381d86ac716
3
+ size 12792952
mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272b39a6bd2835a3e8968d8f7d1c753057697ca71854c8b822e58c0d706d9a09
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01cb83acbc97d43da35e137ea4bd570d19986a2486405e2ec0baa7b7b0903606
3
+ size 12792952
mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3621ac1a618828032096af5bb5ba55cd023548ddfe3f31bbe356d14ff8eea2
3
+ size 14604
mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
mmdiff-ir/sd-ir-lora-lake/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01cb83acbc97d43da35e137ea4bd570d19986a2486405e2ec0baa7b7b0903606
3
+ size 12792952
mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c78cce5f027554343d4967413fb37b47714ff910b44c29c20c4346e2fcac72e6
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9830c946dcb6d60411b2b6f2cf3ba4c93e8cd740406f9a425e328b62d72c9fc0
3
+ size 12792952
mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3621ac1a618828032096af5bb5ba55cd023548ddfe3f31bbe356d14ff8eea2
3
+ size 14604
mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
mmdiff-ir/sd-ir-lora-mountain/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9830c946dcb6d60411b2b6f2cf3ba4c93e8cd740406f9a425e328b62d72c9fc0
3
+ size 12792952
mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c640b25e18813fdc15e2f7a615d32bbec3c9c27633b3ffb504fcfe3fdf292f
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cff96decb990fd6214048b9a508894bd30c6450bed41db6c509d9c0f521fb5f
3
+ size 12792952
mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3621ac1a618828032096af5bb5ba55cd023548ddfe3f31bbe356d14ff8eea2
3
+ size 14604
mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f7eab2bd1edeecc4557a33bfb3d0be4e8a4fa29560d5219a021898f3b612eb
3
+ size 1000
mmdiff-ir/sd-ir-lora-residential/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cff96decb990fd6214048b9a508894bd30c6450bed41db6c509d9c0f521fb5f
3
+ size 12792952
mmdiff-ir/sd-ir-lora-river/checkpoint-15000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f776e3e48c15bdeca008b544771b72bd8e93e2d1a4730b192fca4a706734a81
3
+ size 3450963568
mmdiff-ir/sd-ir-lora-river/checkpoint-15000/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168