Sign In

township_style

0

Updated: Aug 27, 2026

style

Download

1 variant available

bf16 SafeTensor

township_style.safetensors

BF16, good balance • 132.24 MB

Verified:

Type
LoRA
Stats

49

0

Reviews
Published

Aug 27, 2026

Base Model

Anima

Training
Steps: 1,080
Epochs: 40
Hash
AutoV2
6674C3E369
default creator card background decoration
Followers - 11

11

Likes - 86

86

License:

Anima

The Anima Model is licensed by CircleStone Labs LLC. Copyright CircleStone Labs LLC. IN NO EVENT SHALL CIRCLESTONE LABS LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.

Built on NVIDIA Cosmos

township_style.png

caption_prefix = '@township. '

# trained using diffusion-pipe commit 6e95020cad0b3cd7dcb93ce42b358669051bf6d2

output_dir = '/home/txiaou/diffusion-pipe/output/township_style'

dataset = '/home/txiaou/diffusion-pipe/examples/township.toml'

eval_datasets = [

{name = 'eval_train', config = '/home/txiaou/diffusion-pipe/examples/township_eval_train.toml'},

]

# training settings

epochs = 40

micro_batch_size_per_gpu = 1

pipeline_stages = 1

gradient_accumulation_steps = 4

gradient_clipping = 1

warmup_steps = 100

# eval settings

eval_every_n_epochs = 5

#eval_every_n_steps = 500

#eval_every_n_examples = 2048000

eval_before_first_step = true

eval_micro_batch_size_per_gpu = 1

eval_gradient_accumulation_steps = 1

# misc settings

save_every_n_epochs = 10

#save_every_n_steps = 1000

#save_every_n_examples = 4096000

#checkpoint_every_n_epochs = 1

#checkpoint_every_n_minutes = 120

activation_checkpointing = true

#reentrant_activation_checkpointing = true

partition_method = 'parameters'

# partition_method = 'manual'

# partition_split = [10]

save_dtype = 'bfloat16'

caching_batch_size = 1

map_num_proc = 8

steps_per_print = 1

compile = true

[model]

type = 'anima'

transformer_path = '/home/txiaou/diffusion-pipe/models/anima/anima-base-v1.0.safetensors'

vae_path = '/home/txiaou/diffusion-pipe/models/qwen/qwen_image_vae.safetensors'

llm_path = '/home/txiaou/diffusion-pipe/models/qwen/qwen_3_06b_base.safetensors'

dtype = 'bfloat16'

#cache_text_embeddings = false

llm_adapter_lr = 0

#timestep_sample_method = 'uniform'

#flux_shift = true

#multiscale_loss_weight = 0.5

sigmoid_scale = 1.3

[adapter]

type = 'lora'

rank = 32

dtype = 'bfloat16'

[optimizer]

type = 'adamw_optimi'

lr = 2e-5

betas = [0.9, 0.99]

weight_decay = 0.01

eps = 1e-8