LICENSE
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
shiba_svc/__init__.py
shiba_svc/py.typed
shiba_svc.egg-info/PKG-INFO
shiba_svc.egg-info/SOURCES.txt
shiba_svc.egg-info/dependency_links.txt
shiba_svc.egg-info/entry_points.txt
shiba_svc.egg-info/requires.txt
shiba_svc.egg-info/top_level.txt
shiba_svc/archs/hifisinger/__init__.py
shiba_svc/archs/hifisinger/conditioning.py
shiba_svc/archs/hifisinger/core.py
shiba_svc/archs/hifisinger/harmonic_raw.py
shiba_svc/archs/hifisinger/hifisinger_refinegan.py
shiba_svc/archs/hifisinger/hifisinger_v1.py
shiba_svc/archs/hifisinger/lightning_base.py
shiba_svc/archs/hifisinger/training_utils.py
shiba_svc/cli/__init__.py
shiba_svc/cli/entrypoints.py
shiba_svc/cli/pitches_editor.py
shiba_svc/cli/speaker_verification.py
shiba_svc/cli/hifisinger/__init__.py
shiba_svc/cli/hifisinger/clean_model.py
shiba_svc/cli/hifisinger/export_safetensors.py
shiba_svc/cli/hifisinger/flask_api.py
shiba_svc/cli/hifisinger/inference.py
shiba_svc/cli/hifisinger/train.py
shiba_svc/cli/nsf_hifigan/__init__.py
shiba_svc/cli/nsf_hifigan/config_v1.json
shiba_svc/cli/nsf_hifigan/config_v1_256.json
shiba_svc/cli/nsf_hifigan/config_v1_openvpi.json
shiba_svc/cli/nsf_hifigan/export.py
shiba_svc/cli/nsf_hifigan/train.py
shiba_svc/cli/preprocessing/__init__.py
shiba_svc/cli/preprocessing/extract_features.py
shiba_svc/cli/preprocessing/preprocess_audio.py
shiba_svc/cli/preprocessing/random_move.py
shiba_svc/cli/refinegan/__init__.py
shiba_svc/cli/refinegan/config_v1.json
shiba_svc/cli/refinegan/export.py
shiba_svc/cli/refinegan/train.py
shiba_svc/cli/svc/__init__.py
shiba_svc/cli/svc/inference.py
shiba_svc/configs/__init__.py
shiba_svc/configs/svc_hifisinger.py
shiba_svc/configs/svc_hifisinger_finetune.py
shiba_svc/configs/svc_hifisinger_harmonic_raw.py
shiba_svc/configs/svc_hifisinger_harmonic_raw_finetune.py
shiba_svc/configs/svc_hifisinger_refinegan.py
shiba_svc/configs/svc_hifisinger_refinegan_finetune.py
shiba_svc/configs/svc_hifisinger_wavehax.py
shiba_svc/configs/svc_hifisinger_wavehax_finetune.py
shiba_svc/configs/vocoder_nsf_hifigan.py
shiba_svc/configs/vocoder_refinegan.py
shiba_svc/configs/_base_/__init__.py
shiba_svc/configs/_base_/archs/__init__.py
shiba_svc/configs/_base_/archs/hifi_svc.py
shiba_svc/configs/_base_/archs/hifi_svc_256.py
shiba_svc/configs/_base_/archs/hifi_svc_refinegan.py
shiba_svc/configs/_base_/datasets/__init__.py
shiba_svc/configs/_base_/datasets/audio_folder.py
shiba_svc/configs/_base_/datasets/hifi_svc.py
shiba_svc/configs/_base_/datasets/naive_svc.py
shiba_svc/configs/_base_/policies/__init__.py
shiba_svc/configs/_base_/policies/refinegan_r1.py
shiba_svc/configs/_base_/profiles/__init__.py
shiba_svc/configs/_base_/profiles/hifisinger_256_finetune.py
shiba_svc/configs/_base_/profiles/hifisinger_256_pretrain.py
shiba_svc/configs/_base_/schedulers/__init__.py
shiba_svc/configs/_base_/schedulers/adamw_exponential.py
shiba_svc/configs/_base_/schedulers/adamw_schedule_free.py
shiba_svc/configs/_base_/schedulers/exponential.py
shiba_svc/configs/_base_/schedulers/step.py
shiba_svc/configs/_base_/schedulers/warmup_cosine.py
shiba_svc/configs/_base_/schedulers/warmup_cosine_finetune.py
shiba_svc/configs/_base_/trainers/__init__.py
shiba_svc/configs/_base_/trainers/base.py
shiba_svc/datasets/__init__.py
shiba_svc/datasets/builder.py
shiba_svc/datasets/concat.py
shiba_svc/datasets/hifisinger.py
shiba_svc/datasets/naive.py
shiba_svc/datasets/repeat.py
shiba_svc/datasets/sample.py
shiba_svc/datasets/utils.py
shiba_svc/gui/__init__.py
shiba_svc/gui/__main__.py
shiba_svc/gui/app.py
shiba_svc/gui/conversion.py
shiba_svc/gui/features.py
shiba_svc/gui/preparation.py
shiba_svc/gui/tasks.py
shiba_svc/gui/training.py
shiba_svc/gui/types.py
shiba_svc/gui/assets/gui.css
shiba_svc/gui/assets/logo.png
shiba_svc/modules/encoders/__init__.py
shiba_svc/modules/encoders/builder.py
shiba_svc/modules/encoders/identity.py
shiba_svc/modules/encoders/naive_projection.py
shiba_svc/modules/encoders/pitch_quant.py
shiba_svc/modules/encoders/similar_cluster.py
shiba_svc/modules/encoders/transformer.py
shiba_svc/modules/energy_extractors/__init__.py
shiba_svc/modules/energy_extractors/builder.py
shiba_svc/modules/energy_extractors/rms.py
shiba_svc/modules/feature_extractors/__init__.py
shiba_svc/modules/feature_extractors/base.py
shiba_svc/modules/feature_extractors/builder.py
shiba_svc/modules/feature_extractors/chinese_hubert.py
shiba_svc/modules/feature_extractors/content_vec.py
shiba_svc/modules/feature_extractors/hubert_soft.py
shiba_svc/modules/pitch_extractors/__init__.py
shiba_svc/modules/pitch_extractors/builder.py
shiba_svc/modules/pitch_extractors/crepe.py
shiba_svc/modules/pitch_extractors/parsel_mouth.py
shiba_svc/modules/pitch_extractors/pyin.py
shiba_svc/modules/pitch_extractors/rmvpe.py
shiba_svc/modules/pitch_extractors/world.py
shiba_svc/modules/vocoders/__init__.py
shiba_svc/modules/vocoders/builder.py
shiba_svc/modules/vocoders/adamos/__init__.py
shiba_svc/modules/vocoders/adamos/adamos.py
shiba_svc/modules/vocoders/adamos/encoder.py
shiba_svc/modules/vocoders/adamos/hifigan.py
shiba_svc/modules/vocoders/harmonic_raw/__init__.py
shiba_svc/modules/vocoders/harmonic_raw/discriminators.py
shiba_svc/modules/vocoders/harmonic_raw/generator.py
shiba_svc/modules/vocoders/istft_net/istft_net.py
shiba_svc/modules/vocoders/istft_net/models.py
shiba_svc/modules/vocoders/nsf_hifigan/__init__.py
shiba_svc/modules/vocoders/nsf_hifigan/models.py
shiba_svc/modules/vocoders/nsf_hifigan/nsf_hifigan.py
shiba_svc/modules/vocoders/refinegan/__init__.py
shiba_svc/modules/vocoders/refinegan/generator.py
shiba_svc/modules/vocoders/refinegan/losses.py
shiba_svc/modules/vocoders/refinegan/mpd.py
shiba_svc/modules/vocoders/refinegan/mrd.py
shiba_svc/modules/vocoders/refinegan/refinegan.py
shiba_svc/modules/vocoders/wavehax/__init__.py
shiba_svc/modules/vocoders/wavehax/discriminator.py
shiba_svc/modules/vocoders/wavehax/generator.py
shiba_svc/optimizers/__init__.py
shiba_svc/optimizers/schedule_free.py
shiba_svc/schedulers/__init__.py
shiba_svc/schedulers/builder.py
shiba_svc/schedulers/cosine_scheduler.py
shiba_svc/schedulers/warmup_cosine_scheduler.py
shiba_svc/services/__init__.py
shiba_svc/services/checkpoints.py
shiba_svc/services/config_schema.py
shiba_svc/services/events.py
shiba_svc/services/hifisinger.py
shiba_svc/services/preflight.py
shiba_svc/services/pretrained.py
shiba_svc/services/project.py
shiba_svc/services/reproducibility.py
shiba_svc/utils/__init__.py
shiba_svc/utils/audio.py
shiba_svc/utils/audio_preprocess.py
shiba_svc/utils/checkpointing.py
shiba_svc/utils/content_features.py
shiba_svc/utils/content_retrieval.py
shiba_svc/utils/devices.py
shiba_svc/utils/feature_io.py
shiba_svc/utils/file.py
shiba_svc/utils/gradients.py
shiba_svc/utils/loudness_norm.py
shiba_svc/utils/model_loading.py
shiba_svc/utils/pitch.py
shiba_svc/utils/pitch_adjustable_mel.py
shiba_svc/utils/precision.py
shiba_svc/utils/progress.py
shiba_svc/utils/rich_progress.py
shiba_svc/utils/runtime_compat.py
shiba_svc/utils/tensor.py
shiba_svc/utils/tensorboard_logging.py
shiba_svc/utils/torch_compile.py
shiba_svc/utils/viz.py
shiba_svc/utils/weight_norm.py
shiba_svc/utils/smartcutter/__init__.py
shiba_svc/utils/smartcutter/model_v3.py
shiba_svc/utils/smartcutter/smartcutter.py
tests/test_audio_preprocess.py
tests/test_checkpoint_loading.py
tests/test_checkpointing.py
tests/test_contentvec_channel_reduction.py
tests/test_events.py
tests/test_feature_io.py
tests/test_feature_microbatch.py
tests/test_gradients.py
tests/test_gui_rich_output.py
tests/test_harmonic_raw.py
tests/test_hifisinger_checkpoint_config.py
tests/test_hifisinger_dataset.py
tests/test_hifisinger_inference.py
tests/test_hifisinger_style_conditioning.py
tests/test_hifisinger_training_utils.py
tests/test_inference_normalization.py
tests/test_model_loading.py
tests/test_precision.py
tests/test_progress.py
tests/test_project_services.py
tests/test_refinegan.py
tests/test_refinegan_training_options.py
tests/test_safetensors_export.py
tests/test_schedulers.py
tests/test_speaker_consistency_option.py
tests/test_speaker_mapping.py
tests/test_tensorboard_logging.py
tests/test_torch_compile.py
tests/test_vocoder_dataset_optimizations.py
tests/test_wavehax.py
tests/test_workflow_services.py