Erwann Millon
commited on
Commit
·
61502ac
1
Parent(s):
fb97152
test
Browse files- .gitmodules +3 -0
- CondColorDiff.py +1 -0
- PLModel.py +1 -0
- PLStableDiff.py +1 -0
- attn.py +1 -0
- aws +1 -0
- color +1 -0
- cond_encoder.py +1 -0
- cond_train.py +1 -0
- data +1 -0
- dataset.py +1 -0
- default_configs.py +1 -0
- diffusion.py +1 -0
- encoder_test.py +1 -0
- minimagen_unet.py +1 -0
- models.py +1 -0
- modules +1 -0
- pl_sd_train.py +1 -0
- pl_train.py +1 -0
- requirements.txt +1 -0
- sample.py +1 -0
- stable_diffusion +1 -0
- tests +1 -0
- tracking.py +1 -0
- train.py +1 -0
- train_filtered.csv +1 -0
- unet.py +1 -0
- utils.py +1 -0
- val_filtered.csv +1 -0
- validation.py +1 -0
- visualize_dataset.py +1 -0
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "cicdiff"]
|
2 |
+
path = color
|
3 |
+
url = https://github.com/ErwannMillon/Color-diffusion.git
|
CondColorDiff.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/CondColorDiff.py
|
PLModel.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/PLModel.py
|
PLStableDiff.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/PLStableDiff.py
|
attn.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/attn.py
|
aws
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/aws
|
color
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ec091be62e386d7f33ccee0d245065d6919ffbaf
|
cond_encoder.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/cond_encoder.py
|
cond_train.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/cond_train.py
|
data
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/data
|
dataset.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/dataset.py
|
default_configs.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/default_configs.py
|
diffusion.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/diffusion.py
|
encoder_test.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/encoder_test.py
|
minimagen_unet.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/minimagen_unet.py
|
models.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/models.py
|
modules
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/modules
|
pl_sd_train.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/pl_sd_train.py
|
pl_train.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/pl_train.py
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/requirements.txt
|
sample.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/sample.py
|
stable_diffusion
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/stable_diffusion
|
tests
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/tests
|
tracking.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/tracking.py
|
train.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/train.py
|
train_filtered.csv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/train_filtered.csv
|
unet.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/unet.py
|
utils.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/utils.py
|
val_filtered.csv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/val_filtered.csv
|
validation.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/validation.py
|
visualize_dataset.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
color/visualize_dataset.py
|