bart1259 commited on
Commit
01dcbf5
·
verified ·
1 Parent(s): e9f49fa

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -10,3 +10,12 @@ tags:
10
  This is a diffusion model trained to generate cities.
11
 
12
  The model will output a 256x256 image of a city where blue pixels represent buildings, red pixels represent roads, and white pixels represent empty space.
 
 
 
 
 
 
 
 
 
 
10
  This is a diffusion model trained to generate cities.
11
 
12
  The model will output a 256x256 image of a city where blue pixels represent buildings, red pixels represent roads, and white pixels represent empty space.
13
+
14
+ ## Sample training data
15
+
16
+ ![sample_data](https://raw.githubusercontent.com/bart1259/CityDiffusion/refs/heads/main/images/train_samples.png)
17
+
18
+ ## Frontend
19
+ [City Generator Web Interface](https://github.com/bart1259/CityDiffusion)
20
+
21
+ ![frontend](https://raw.githubusercontent.com/bart1259/CityDiffusion/refs/heads/main/images/frontend.gif)