Skip to content

Commit

Permalink
merge from source main
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Jun 15, 2024
2 parents bd3de7f + bc7d4e3 commit 117ace4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Showcase


https://github.com/fudan-generative-vision/hallo/assets/17402682/c0952394-de64-42a9-a76d-de1e4bf67124
https://github.com/fudan-generative-vision/hallo/assets/17402682/294e78ef-c60d-4c32-8e3c-7f8d6934c6bd


# Framework
Expand Down Expand Up @@ -64,7 +64,10 @@ Install packages with `pip`
pip install .
```

In addition, you need to have [ffmpeg](https://ffmpeg.org/) included in your PATH environment variable.
Besides, ffmpeg is also need:
```bash
apt-get install ffmpeg
```

# Inference

Expand Down Expand Up @@ -113,29 +116,24 @@ Finally, these pretrained models should be organized as follows:
| `-- mm_sd_v15_v2.ckpt
|-- 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
| | `-- diffusion_pytorch_model.safetensors
| `-- v1-inference.yaml
`-- wav2vec/
|-- wav2vec2-base-960h/
| |-- config.json
| |-- feature_extractor_config.json
| |-- model.safetensors
| |-- preprocessor_config.json
| |-- pytorch_model.bin
| |-- special_tokens_map.json
| |-- tf_model.h5
| |-- tokenizer_config.json
| `-- vocab.json
`-- wav2vec2-large-960h/
`-- ...
```

## Run inference
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ numpy==1.26.4
omegaconf==2.3.0
onnx2torch==1.5.14
onnx==1.16.1
onnxruntime==1.18.0
opencv-contrib-python==4.9.0.80
opencv-python-headless==4.9.0.80
opencv-python==4.9.0.80
Expand Down

0 comments on commit 117ace4

Please sign in to comment.