Skip to content

Cambalab/ia-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title Cambá IA Demos
emoji 👀
colorFrom pink
colorTo gray
sdk gradio
sdk_version 5.45.0
app_file app.py
pinned false
license gpl-3.0
short_description Prueba de generador de flyers

Cambá IA DEMOs

Install

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env

Run

python app.py

Point Browser to http://localhost:7860

Deploy with docker

docker compose up

ComfyUI workflows

generate_flyer_workflow.json

generate_sing_avatar_workflow.json

  • Models: Float
  • Input: Audio file (what to sing), Image file (face to animate)
  • Output: Video file
  • Video Demo

generate_voice_clone_workflow.json

  • Model: VibeVoice
  • Input: Audio file (voice sample), Text (what to say)
  • Output: Audio file

generate_voice_clone_avatar_workflow.json

  • Model: VibeVoice, Float
  • Input: Audio file (voice sample), Text (what to say), Image file (face to animate)
  • Output: Video file
  • Video Demo

Misc

check_ia_sonics.py

  • Use Model Sonics
  • Input (Audio file)
  • Output (Probability of fake: float)
  • Video Demo

About

Experimentación con Asistencia de IA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors