Instructions to use XinRan-Tang/MM-Diff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XinRan-Tang/MM-Diff with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("XinRan-Tang/MM-Diff", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload MMDiff inference weights
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +25 -32
- .gitignore +4 -0
- README.md +90 -0
- assets/logo.png +3 -0
- assets/ribbon.svg +9 -0
- assets/show.png +3 -0
- mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/model_1.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/random_states_0.pkl +3 -0
- mmdiff-ir/sd-ir-lora-beach/checkpoint-15000/scheduler.bin +3 -0
- mmdiff-ir/sd-ir-lora-beach/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/model_1.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/random_states_0.pkl +3 -0
- mmdiff-ir/sd-ir-lora-bridge/checkpoint-15000/scheduler.bin +3 -0
- mmdiff-ir/sd-ir-lora-bridge/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/model_1.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/random_states_0.pkl +3 -0
- mmdiff-ir/sd-ir-lora-desert/checkpoint-15000/scheduler.bin +3 -0
- mmdiff-ir/sd-ir-lora-desert/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/model_1.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/random_states_0.pkl +3 -0
- mmdiff-ir/sd-ir-lora-farmland/checkpoint-15000/scheduler.bin +3 -0
- mmdiff-ir/sd-ir-lora-farmland/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/model_1.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/random_states_0.pkl +3 -0
- mmdiff-ir/sd-ir-lora-lake/checkpoint-15000/scheduler.bin +3 -0
- mmdiff-ir/sd-ir-lora-lake/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/model_1.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/random_states_0.pkl +3 -0
- mmdiff-ir/sd-ir-lora-mountain/checkpoint-15000/scheduler.bin +3 -0
- mmdiff-ir/sd-ir-lora-mountain/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/model_1.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/random_states_0.pkl +3 -0
- mmdiff-ir/sd-ir-lora-residential/checkpoint-15000/scheduler.bin +3 -0
- mmdiff-ir/sd-ir-lora-residential/pytorch_lora_weights.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-river/checkpoint-15000/model.safetensors +3 -0
- mmdiff-ir/sd-ir-lora-river/checkpoint-15000/model_1.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -1,35 +1,28 @@
|
|
| 1 |
-
*.
|
| 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 |
-
*.
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 🔥</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 |
+
[](#)
|
| 35 |
+
[](#)
|
| 36 |
+
[](https://huggingface.co/XinRan-Tang/MM-Diff)
|
| 37 |
+
[](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
|
assets/ribbon.svg
ADDED
|
|
assets/show.png
ADDED
|
Git LFS Details
|
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
|