Update README.md
Browse filesAdded model metadata.
README.md
CHANGED
|
@@ -12,6 +12,23 @@ tags:
|
|
| 12 |
- stable-diffusion
|
| 13 |
- conditional-generation
|
| 14 |
- segmentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Model Card for Facades ControlNet with Stable Diffusion v1.5
|
|
@@ -77,7 +94,7 @@ result.save("facade_result.png")
|
|
| 77 |
|
| 78 |
## Example Outputs
|
| 79 |
|
| 80 |
-
|
| 81 |
|
| 82 |

|
| 83 |
|
|
|
|
| 12 |
- stable-diffusion
|
| 13 |
- conditional-generation
|
| 14 |
- segmentation
|
| 15 |
+
model-index:
|
| 16 |
+
- name: Facades-ControlNet-SD15
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
type: image-to-image
|
| 20 |
+
name: Conditional Image Generation
|
| 21 |
+
dataset:
|
| 22 |
+
name: CMP Facades Dataset
|
| 23 |
+
type: facades
|
| 24 |
+
url: https://www.kaggle.com/datasets/balraj98/facades-dataset
|
| 25 |
+
metrics:
|
| 26 |
+
- name: Mean Squared Error
|
| 27 |
+
type: mse
|
| 28 |
+
value: 0.0178
|
| 29 |
+
source:
|
| 30 |
+
name: Custom Evaluation
|
| 31 |
+
url: https://www.kaggle.com/datasets/balraj98/facades-dataset
|
| 32 |
---
|
| 33 |
|
| 34 |
# Model Card for Facades ControlNet with Stable Diffusion v1.5
|
|
|
|
| 94 |
|
| 95 |
## Example Outputs
|
| 96 |
|
| 97 |
+
These example illustrate the model’s ability to generate photorealistic urban scenes guided by semantic segmentation maps. The output demonstrate strong spatial alignment between the input masks and the synthesized content.
|
| 98 |
|
| 99 |

|
| 100 |
|