-
Notifications
You must be signed in to change notification settings - Fork 98
How to change the default directory for the .wunjo folder
Wladislav Radchenko edited this page Nov 6, 2023
·
4 revisions
If you need to change the location of the .wunjo
folder, which stores the results of speech synthesis, deepfake video, and neural network models, follow these steps:
- Open the directory where your application is installed.
- Go to the app/backend/folders.py file.
- Add the following line:
If you use Linux:
os.environ["HOME"] = "path to the desired drive or folder"
If you use Windows:
os.environ["USERPROFILE"] = "N:\\wunjo" // path to the desired drive or folder
Here "path to the desired drive or folder"
is the location where you want to move the .wunjo
folder.
Note: Make sure the specified path exists and that you have write access to this directory.
- Home
- English
- How to install the application
- How to change the default directory for the .wunjo folder
- How to add another application language
- Speech documentation
- How manually install model for text to speech
- How to synthesize text to speech
- How to clone a voice
- How to translate speech to text
- Deepfake documentation
- How to manually set models for deepfake animation of the face and lips
- How to animate a face from an image
- How to animate lip movement under audio
- How to face swap target video face on source face from photo
- How to use retouch to improve quality deepfake or remove object
- How to get segmentation mask
- How to use deepfake emotion
- How to use video editor tools
- Diffusion documentation
- How use video to video by text prompt
- How to use the GPU in the application
- File is too big
- Support the Project
- Acknowledgements
- Author
- Русский
- Как установить приложение
- Как изменить директорию по умолчанию для папки .wunjo
- Как добавить другой язык приложения
- Документация по речи
- Как вручную установить модель преобразования текста в речь
- Как синтезировать речь из текста
- Как клонировать голос
- Как перевести речь в текст
- Документация по дипфейкам
- Как вручную установить модели для дипфейка анимации лица и губ
- Как анимировать лицо из изображения
- Как анимировать движение губ под аудио
- Как поменять лицо целевого видео на исходное лицо с фотографии
- Как использовать ретушь для улучшения качества дипфейка или удаления объектов с видео
- Как получить маску объектов
- Как изменить эмоции человека на видео
- Как использовать инструменты видеоредактора
- Документация по diffusion
- Как изменить видео текстовым запросом
- Как использовать GPU в приложении
- Файл слишком большой
- Поддержите проект
- Благодарности
- Автор