https://github.com/storyicon/comfyui_musev_evolved
https://github.com/storyicon/comfyui_musev_evolved
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/storyicon/comfyui_musev_evolved
- Owner: storyicon
- License: mit
- Created: 2024-05-21T07:48:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-14T11:02:40.000Z (about 1 year ago)
- Last Synced: 2024-12-20T14:32:38.368Z (6 months ago)
- Language: Python
- Size: 36.7 MB
- Stars: 22
- Watchers: 2
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI MuseV Evolved**
README
# ComfyUI MuseV Evolved
Based on the diffusion model, let us animate anything.
> This is the ComfyUI version of [MuseV](https://github.com/TMElyralab/MuseV), which also draws inspiration from [ComfyUI-MuseV](https://github.com/chaojie/ComfyUI-MuseV). It offers more configurable parameters, making it more flexible in implementation.

| Input | Output |
| ---- | ---- |
|  |  |
|  |  |
|  |  |## Example Workflow
| Input | Output | Workflow Preview | Workflow |
| ---- | ---- | ---- | ---- |
|  |  |  | [workflow](./docs/assets/example01_workflow.json) |## Prepare Models
download https://huggingface.co/TMElyralab/MuseV to ComfyUI/models/diffusers
```
huggingface-cli download --resume-download TMElyralab/MuseV --local-dir ComfyUI/models/diffusers/TMElyralab/MuseV
```## Contribution
Thank you for considering to help out with the source code! Welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes!
If you'd like to contribute to this project, please fork, fix, commit and send a pull request for me to review and merge into the main code base.