3v324v23 commited on
Commit
3c411b7
·
1 Parent(s): a34661c
anydoor/image_log/train/conditioning_gs-000000_e-000000_b-000000.png CHANGED

Git LFS Details

  • SHA256: 3245971306619ad2fc36131498518317209511558c611b42709f4104954cfb8d
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB

Git LFS Details

  • SHA256: c83f57b2c574a824401313149f7c3c5e9a587f005b97cacfc2a9338a3ba91773
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
anydoor/image_log/train/control_gs-000000_e-000000_b-000000.png CHANGED

Git LFS Details

  • SHA256: e36b1d3dd36e29d4537829fd62be998303953d71e32b38eb596d980b433813a1
  • Pointer size: 131 Bytes
  • Size of remote file: 697 kB

Git LFS Details

  • SHA256: 48fd88b2d0b30e19c1db8cf267d6a5a319c23359000c54292e4aa37e69744645
  • Pointer size: 131 Bytes
  • Size of remote file: 468 kB
anydoor/image_log/train/reconstruction_gs-000000_e-000000_b-000000.png CHANGED

Git LFS Details

  • SHA256: d906bb9d60f0c20a56618d355ff59b6cb1b427b2e924fbffe85ab90a21f31efa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB

Git LFS Details

  • SHA256: 682605330a8bc169b8d99fd1af247c0dc9f0460e791b2fc26bb9903c1909d9e0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB
anydoor/image_log/train/samples_cfg_scale_9.00_gs-000000_e-000000_b-000000.png CHANGED

Git LFS Details

  • SHA256: 665a5b807213bb5bd5fe99cb009b1587c366eb3f6eaf4c24b24a7bc626cad637
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB

Git LFS Details

  • SHA256: f0d0f9da5ae47eb794776aafa71a6ba0ed7d0bee390d8ee4e00c7da62aff04af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.11 MB
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/lightning_logs/version_0/checkpoints/step_320k.ckpt'
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/step_300k_u.ckpt'
46
  batch_size = 8
47
  logger_freq = 1000
48
  learning_rate = 1e-5
strip_state.py CHANGED
@@ -1,10 +1,10 @@
1
  import torch
2
 
3
  # Load the checkpoint
4
- checkpoint = torch.load('/workspace/train-wefadoor-master/anydoor/step_276500.ckpt', map_location='cpu')
5
 
6
  # Extract the state dictionary
7
  state_dict = checkpoint['state_dict'] if 'state_dict' in checkpoint else checkpoint
8
 
9
  # Save the state dictionary to a new checkpoint
10
- torch.save(state_dict, '/workspace/train-wefadoor-master/anydoor/step_276k.ckpt')
 
1
  import torch
2
 
3
  # Load the checkpoint
4
+ checkpoint = torch.load('/workspace/train-wefadoor-master/anydoor/lightning_logs/version_4/checkpoints/300k_u.ckpt', map_location='cpu')
5
 
6
  # Extract the state dictionary
7
  state_dict = checkpoint['state_dict'] if 'state_dict' in checkpoint else checkpoint
8
 
9
  # Save the state dictionary to a new checkpoint
10
+ torch.save(state_dict, '/workspace/train-wefadoor-master/anydoor/lightning_logs/version_4/checkpoints/300k_u.ckpt')