decoupled dit configs
This commit is contained in:
@@ -42,14 +42,14 @@ model:
|
|||||||
precompute: true
|
precompute: true
|
||||||
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
||||||
denoiser:
|
denoiser:
|
||||||
class_path: src.models.denoiser.flatten_condit_dit_fixt.FlattenConDiT
|
class_path: src.models.denoiser.decoupled_improved_dit.DDT
|
||||||
init_args:
|
init_args:
|
||||||
in_channels: 4
|
in_channels: 4
|
||||||
patch_size: 2
|
patch_size: 2
|
||||||
num_groups: 16
|
num_groups: 16
|
||||||
hidden_size: &hidden_dim 1152
|
hidden_size: &hidden_dim 1152
|
||||||
num_blocks: 28
|
num_blocks: 28
|
||||||
num_cond_blocks: 22
|
num_encoder_blocks: 22
|
||||||
num_classes: 1000
|
num_classes: 1000
|
||||||
conditioner:
|
conditioner:
|
||||||
class_path: src.models.conditioner.LabelConditioner
|
class_path: src.models.conditioner.LabelConditioner
|
||||||
@@ -42,14 +42,14 @@ model:
|
|||||||
precompute: true
|
precompute: true
|
||||||
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
||||||
denoiser:
|
denoiser:
|
||||||
class_path: src.models.denoiser.flatten_condit_dit_fixt.FlattenConDiT
|
class_path: src.models.denoiser.decoupled_improved_dit.DDT
|
||||||
init_args:
|
init_args:
|
||||||
in_channels: 4
|
in_channels: 4
|
||||||
patch_size: 2
|
patch_size: 2
|
||||||
num_groups: 16
|
num_groups: 16
|
||||||
hidden_size: &hidden_dim 1152
|
hidden_size: &hidden_dim 1152
|
||||||
num_blocks: 28
|
num_blocks: 28
|
||||||
num_cond_blocks: 22
|
num_encoder_blocks: 22
|
||||||
num_classes: 1000
|
num_classes: 1000
|
||||||
conditioner:
|
conditioner:
|
||||||
class_path: src.models.conditioner.LabelConditioner
|
class_path: src.models.conditioner.LabelConditioner
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# lightning.pytorch==2.4.0
|
# lightning.pytorch==2.4.0
|
||||||
seed_everything: true
|
seed_everything: true
|
||||||
tags:
|
tags:
|
||||||
exp: &exp repa_flatten_dit_fixt_large
|
exp: &exp repa_improved_dit_large
|
||||||
torch_hub_dir: /mnt/bn/wangshuai6/torch_hub
|
torch_hub_dir: /mnt/bn/wangshuai6/torch_hub
|
||||||
huggingface_cache_dir: null
|
huggingface_cache_dir: null
|
||||||
trainer:
|
trainer:
|
||||||
@@ -42,7 +42,7 @@ model:
|
|||||||
precompute: true
|
precompute: true
|
||||||
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
||||||
denoiser:
|
denoiser:
|
||||||
class_path: src.models.denoiser.flatten_dit_fixt.FlattenDiT
|
class_path: src.models.denoiser.improved_dit.DiT
|
||||||
init_args:
|
init_args:
|
||||||
in_channels: 4
|
in_channels: 4
|
||||||
patch_size: 2
|
patch_size: 2
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# lightning.pytorch==2.4.0
|
# lightning.pytorch==2.4.0
|
||||||
seed_everything: true
|
seed_everything: true
|
||||||
tags:
|
tags:
|
||||||
exp: &exp repa_flatten_dit_fixt_xl
|
exp: &exp repa_improved_dit_xlen22de6_512
|
||||||
torch_hub_dir: /mnt/bn/wangshuai6/torch_hub
|
torch_hub_dir: /mnt/bn/wangshuai6/torch_hub
|
||||||
huggingface_cache_dir: null
|
huggingface_cache_dir: null
|
||||||
trainer:
|
trainer:
|
||||||
@@ -42,7 +42,7 @@ model:
|
|||||||
precompute: true
|
precompute: true
|
||||||
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
weight_path: /mnt/bn/wangshuai6/models/sd-vae-ft-ema/
|
||||||
denoiser:
|
denoiser:
|
||||||
class_path: src.models.denoiser.flatten_dit_fixt.FlattenDiT
|
class_path: src.models.denoiser.improved_dit.DiT
|
||||||
init_args:
|
init_args:
|
||||||
in_channels: 4
|
in_channels: 4
|
||||||
patch_size: 2
|
patch_size: 2
|
||||||
Reference in New Issue
Block a user