--- license: apache-2.0 tags: - champ --- # Model Sources - **Repository:** [fudan-generative-ai/champ](https://github.com/fudan-generative-vision/champ) - **Paper:** [https://arxiv.org/abs/2403.14781](https://arxiv.org/abs/2403.14781) # Directory Structure ```shell ./PROJECT_ROOT/ |-- champ # Champ Model | |-- denoising_unet.pth | |-- guidance_encoder_depth.pth | |-- guidance_encoder_dwpose.pth | |-- guidance_encoder_normal.pth | |-- guidance_encoder_semantic_map.pth | |-- reference_unet.pth | `-- motion_module.pth |-- image_encoder | |-- config.json | `-- pytorch_model.bin |-- sd-vae-ft-mse | |-- config.json | |-- diffusion_pytorch_model.bin | `-- diffusion_pytorch_model.safetensors `-- stable-diffusion-v1-5 |-- feature_extractor | `-- preprocessor_config.json |-- model_index.json |-- unet | |-- config.json | `-- diffusion_pytorch_model.bin `-- v1-inference.yaml ``` # Reference Thanks to the following projects and authors: * [1] [runwayml](https://huggingface.co/runwayml). [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5). * [2] [stabilityai](https://huggingface.co/stabilityai). [sd-vae-ft-mse](https://huggingface.co/stabilityai/sd-vae-ft-mse) * [3] [bdsqlsz](https://huggingface.co/bdsqlsz). [image_encoder](https://huggingface.co/bdsqlsz/image_encoder)