LICENSE
README.md
setup.py
cfgs/te_struct.txt
cfgs/unet_struct.txt
cfgs/zero2.json
cfgs/zero3.json
cfgs/infer/change_vae.yaml
cfgs/infer/euler_a.yaml
cfgs/infer/img2img.yaml
cfgs/infer/img2img_controlnet.yaml
cfgs/infer/inpaint.yaml
cfgs/infer/load_lora.yaml
cfgs/infer/load_unet_part.yaml
cfgs/infer/offload_2GB.yaml
cfgs/infer/save_model.yaml
cfgs/infer/text2img.yaml
cfgs/infer/text2img_DA++.yaml
cfgs/infer/text2img_sdxl.yaml
cfgs/infer/anime/text2img_anime.yaml
cfgs/infer/anime/text2img_anime_lora.yaml
cfgs/plugins/plugin_controlnet.yaml
cfgs/train/train_base.yaml
cfgs/train/tuning_base.yaml
cfgs/train/dataset/base_dataset.yaml
cfgs/train/dataset/regularization_dataset.yaml
cfgs/train/examples/CustomDiffusion.yaml
cfgs/train/examples/DreamArtist++.yaml
cfgs/train/examples/DreamArtist.yaml
cfgs/train/examples/DreamBooth.yaml
cfgs/train/examples/FT_sdxl.yaml
cfgs/train/examples/Lion_optimizer.yaml
cfgs/train/examples/TextualInversion.yaml
cfgs/train/examples/add_logger_tensorboard_wandb.yaml
cfgs/train/examples/controlnet.yaml
cfgs/train/examples/fine-tuning.yaml
cfgs/train/examples/locon.yaml
cfgs/train/examples/lora_anime_character.yaml
cfgs/train/examples/lora_conventional.yaml
cfgs/train/examples/lora_sdxl.yaml
cfgs/train/examples/min_snr.yaml
cfgs/train/examples_noob/DreamBooth.yaml
cfgs/train/examples_noob/TextualInversion.yaml
cfgs/train/examples_noob/fine-tuning.yaml
cfgs/train/examples_noob/lora.yaml
hcpdiff/__init__.py
hcpdiff/train_ac.py
hcpdiff/train_ac_single.py
hcpdiff/train_colo.py
hcpdiff/train_deepspeed.py
hcpdiff/visualizer.py
hcpdiff/visualizer_reloadable.py
hcpdiff.egg-info/PKG-INFO
hcpdiff.egg-info/SOURCES.txt
hcpdiff.egg-info/dependency_links.txt
hcpdiff.egg-info/entry_points.txt
hcpdiff.egg-info/requires.txt
hcpdiff.egg-info/top_level.txt
hcpdiff/ckpt_manager/__init__.py
hcpdiff/ckpt_manager/ckpt_pkl.py
hcpdiff/ckpt_manager/ckpt_safetensor.py
hcpdiff/data/__init__.py
hcpdiff/data/bucket.py
hcpdiff/data/caption_loader.py
hcpdiff/data/cond_dataset.py
hcpdiff/data/crop_info_dataset.py
hcpdiff/data/data_processor.py
hcpdiff/data/pair_dataset.py
hcpdiff/data/sampler.py
hcpdiff/data/utils.py
hcpdiff/loggers/__init__.py
hcpdiff/loggers/base_logger.py
hcpdiff/loggers/cli_logger.py
hcpdiff/loggers/tensorboard_logger.py
hcpdiff/loggers/wandb_logger.py
hcpdiff/loggers/webui_logger.py
hcpdiff/loggers/preview/__init__.py
hcpdiff/loggers/preview/image_previewer.py
hcpdiff/loss/__init__.py
hcpdiff/loss/min_snr_loss.py
hcpdiff/models/__init__.py
hcpdiff/models/cfg_context.py
hcpdiff/models/container.py
hcpdiff/models/controlnet.py
hcpdiff/models/layers.py
hcpdiff/models/lora_base.py
hcpdiff/models/lora_layers.py
hcpdiff/models/plugin.py
hcpdiff/models/text_emb_ex.py
hcpdiff/models/textencoder_ex.py
hcpdiff/models/tokenizer_ex.py
hcpdiff/models/wrapper.py
hcpdiff/models/compose/__init__.py
hcpdiff/models/compose/compose_hook.py
hcpdiff/models/compose/compose_textencoder.py
hcpdiff/models/compose/compose_tokenizer.py
hcpdiff/models/compose/sdxl_composer.py
hcpdiff/noise/__init__.py
hcpdiff/noise/noise_base.py
hcpdiff/noise/pyramid_noise.py
hcpdiff/noise/zero_terminal.py
hcpdiff/tools/__init__.py
hcpdiff/tools/convert_caption_txt2json.py
hcpdiff/tools/create_embedding.py
hcpdiff/tools/embedding_convert.py
hcpdiff/tools/gen_from_ptlist.py
hcpdiff/tools/init_proj.py
hcpdiff/tools/lora_convert.py
hcpdiff/tools/sd2diffusers.py
hcpdiff/utils/__init__.py
hcpdiff/utils/caption_tools.py
hcpdiff/utils/cfg_net_tools.py
hcpdiff/utils/cfg_resolvers.py
hcpdiff/utils/colo_utils.py
hcpdiff/utils/ema.py
hcpdiff/utils/img_size_tool.py
hcpdiff/utils/net_utils.py
hcpdiff/utils/pipe_hook.py
hcpdiff/utils/utils.py
hcpdiff/vis/__init__.py
hcpdiff/vis/base_interface.py
hcpdiff/vis/disk_interface.py
hcpdiff/vis/webui_interface.py
prompt_tuning_template/caption.txt
prompt_tuning_template/name.txt
prompt_tuning_template/name_2pt_caption.txt
prompt_tuning_template/name_caption.txt
prompt_tuning_template/object.txt
prompt_tuning_template/object_caption.txt
prompt_tuning_template/style.txt
prompt_tuning_template/style_caption.txt