Sign In

Cotton Doll 1 image lora HunyuanDit v1.1

Updated: Jun 25, 2024

stylecotton doll

Download

1 variant available

SafeTensor

214.33 MB

Verified:

Type
LoRA
Stats

96

Reviews
Published

Jun 25, 2024

Base Model

Hunyuan 1

Hash
AutoV2
FB6685C673
Trigger Words
cotton doll
default creator card background decoration
Followers - 2572

2.6K

Likes - 12393

12.4K

img-dora-500.png

This is an experiment lora only train with 1 image.

adamw constant 1e-4

trained with my custom training script https://github.com/lrzjason/T2ITrainer

The lora is a dora with diffusers format.

You could load the lora with the custom hunyuanDit pipeline in T2ITrainer.

It added the SD3LoraLoaderMixin to the pipeline.

Code:

lora_state_dict = HunyuanDiTPipeline.lora_state_dict(lora_path) HunyuanDiTPipeline.load_lora_into_transformer(lora_state_dict,transformer_)