doguilmak commited on
Commit
ab8dd02
·
verified ·
1 Parent(s): 6500251

Update README.md

Browse files

Added model metadata.

Files changed (1) hide show
  1. README.md +18 -1
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
- Input Segmentation Map
81
 
82
  ![inference](https://cdn-uploads.huggingface.co/production/uploads/67e303fff01ee3e3ab5505a2/Dphjxf34_5ysSTTMrCaEi.png)
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
  ![inference](https://cdn-uploads.huggingface.co/production/uploads/67e303fff01ee3e3ab5505a2/Dphjxf34_5ysSTTMrCaEi.png)
100