Instructions to use MonsterMMORPG/VExpressQuick with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MonsterMMORPG/VExpressQuick with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MonsterMMORPG/VExpressQuick", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| R:\V_Express_Installers_V6\V-Express\venv\Scripts\python.exe inference.py --reference_image_path C:\Users\King\AppData\Local\Temp\gradio\e57288fe0b82a668f63c481f82c0fc65eaa84618\Biden_Photo_Big.png --audio_path temp_process\Biden_Photo_Big_20240620112047\target_audio.mp3 --kps_path temp_process\Biden_Photo_Big_20240620112047\kps.pth --output_path outputs\Biden_Photo_Big_result_0006.mp4 --retarget_strategy offset_retarget --num_inference_steps 30 --reference_attention_weight 0.95 --audio_attention_weight 3 --image_width 512 --image_height 512 |