bk
Browse files- anydoor/configs/inference.yaml +1 -1
- anydoor/image_log/train/control_gs-000000_e-000000_b-000000.png +0 -3
- anydoor/image_log/train/reconstruction_gs-000000_e-000000_b-000000.png +0 -3
- anydoor/image_log/train/samples_cfg_scale_9.00_gs-000000_e-000000_b-000000.png +0 -3
- anydoor/run_inference_api_select.py +1 -1
- anydoor/run_train_anydoor.py +1 -1
- anydoor/{image_log/train/conditioning_gs-000000_e-000000_b-000000.png → step_311k.ckpt} +2 -2
- anydoor/step_320k_P.ckpt +0 -3
anydoor/configs/inference.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
|
2 |
-
pretrained_model: /workspace/train-wefadoor-master/
|
3 |
config_file: configs/anydoor.yaml
|
4 |
save_memory: False
|
|
|
1 |
|
2 |
+
pretrained_model: /workspace/train-wefadoor-master/anydoor/lightning_logs/version_1/checkpoints/epoch=1-step=2499.ckpt
|
3 |
config_file: configs/anydoor.yaml
|
4 |
save_memory: False
|
anydoor/image_log/train/control_gs-000000_e-000000_b-000000.png
DELETED
Git LFS Details
|
anydoor/image_log/train/reconstruction_gs-000000_e-000000_b-000000.png
DELETED
Git LFS Details
|
anydoor/image_log/train/samples_cfg_scale_9.00_gs-000000_e-000000_b-000000.png
DELETED
Git LFS Details
|
anydoor/run_inference_api_select.py
CHANGED
@@ -32,7 +32,7 @@ def load_model(new_model_ckpt):
|
|
32 |
global model, ddim_sampler, current_model_ckpt
|
33 |
if new_model_ckpt != current_model_ckpt:
|
34 |
print(f"Loading new model: {new_model_ckpt}")
|
35 |
-
model.load_state_dict(load_state_dict(f'/workspace/train-wefadoor-master/
|
36 |
# model.load_state_dict(load_state_dict(f'/workspace/300k_wefa_boys_slim/lightning_logs/version_0/checkpoints/{new_model_ckpt}', location='cuda'))
|
37 |
current_model_ckpt = new_model_ckpt
|
38 |
print("New model loaded successfully.")
|
|
|
32 |
global model, ddim_sampler, current_model_ckpt
|
33 |
if new_model_ckpt != current_model_ckpt:
|
34 |
print(f"Loading new model: {new_model_ckpt}")
|
35 |
+
model.load_state_dict(load_state_dict(f'/workspace/train-wefadoor-master/anydoor/lightning_logs/version_1/checkpoints/epoch=1-step=2499.ckpt', location='cuda'))
|
36 |
# model.load_state_dict(load_state_dict(f'/workspace/300k_wefa_boys_slim/lightning_logs/version_0/checkpoints/{new_model_ckpt}', location='cuda'))
|
37 |
current_model_ckpt = new_model_ckpt
|
38 |
print("New model loaded successfully.")
|
anydoor/run_train_anydoor.py
CHANGED
@@ -42,7 +42,7 @@ if save_memory:
|
|
42 |
# accumulate_grad_batches=1
|
43 |
|
44 |
# Configs
|
45 |
-
resume_path = '/workspace/train-wefadoor-master/anydoor/
|
46 |
batch_size = 8
|
47 |
logger_freq = 1000
|
48 |
learning_rate = 1e-5
|
|
|
42 |
# accumulate_grad_batches=1
|
43 |
|
44 |
# Configs
|
45 |
+
resume_path = '/workspace/train-wefadoor-master/anydoor/lightning_logs/version_0/checkpoints/epoch=6-step=8749.ckpt'
|
46 |
batch_size = 8
|
47 |
logger_freq = 1000
|
48 |
learning_rate = 1e-5
|
anydoor/{image_log/train/conditioning_gs-000000_e-000000_b-000000.png → step_311k.ckpt}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b90850c52742351419086745d4ebca7171ca678e25003f3bc512c74afc73429
|
3 |
+
size 16836620107
|
anydoor/step_320k_P.ckpt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:27677fbf4254e0f70f37f575658156e5fa193255de025aa7a0252cc8c15748c6
|
3 |
-
size 9808231801
|
|
|
|
|
|
|
|