Skip to content

Commit 8f98b8f

Browse files
committed
initial commit
0 parents  commit 8f98b8f

File tree

72 files changed

+108993
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+108993
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
checkpoints
2+
**/__pycache__
3+
wandb
4+
outputs

.gitmodules

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[submodule "latent-diffusion"]
2+
path = ldm
3+
url = https://github.com/CompVis/latent-diffusion
4+
ignore = dirty
5+
[submodule "bkse"]
6+
path = bkse
7+
url = https://github.com/VinAIResearch/blur-kernel-space-exploring

assets/sample.png

126 KB
Loading

bkse

Submodule bkse added at 67c568f

data_utils/bedrooms_test_ids.txt

+1,000
Large diffs are not rendered by default.

data_utils/bedrooms_val_ids.txt

+4,000
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)