From d4ec54632d35fdc8270b9730ec39735145837c99 Mon Sep 17 00:00:00 2001 From: Joachim Date: Fri, 4 Jul 2025 12:22:43 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index e5572c4..5863fd5 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,6 @@ # VideoStory -This is an experiment with Stable Diffusion 1.5, Llama 3, and TTS that allows for the generation of "video" (a sequence of images) with a narrated story. It potentially supports SD Video. This program is not really intended for practical use. - -## Library -Here are the dependencies: -``` -re -llama_cpp -outetts -diffusers -torch -os -moviepy -``` - -## Usage -In the `main.py` file, add the prompt in the call to main(). -`SYSTEMPROMPTT` is the system prompt for Llama. -`SDBAD` is the negative prompt for Stable Diffusion. -`SYSTEMPROMPTI` is the system prompt for Llama for Stable Diffusion. - -`promptTtoI.txt` and `promptUtoT.txt` are respectively the system prompt for Stable Diffusion and that for Llama. - -In the `gen.py` file, in the functions `loadllama()`, `loadtts()`, and `loadsdxl()`, you need to add your models (local files). - -The program is launched with `main.py`. +This is an experiment with Stable Diffusion (1.5/SDXL), Llama (2/3), Phi, and others that allows for the generation of "video" (a sequence of images) with a narrated story. This program is not really intended for practical use. ## Why does this project suck @@ -194,4 +170,28 @@ subN: Video's subtitles pt1: Gen SD prompt with simplified story pt2: Gen SD prompt with simplified story ptN: Gen SD prompt with simplified story -``` \ No newline at end of file +``` + +## Library +Here are the dependencies: +``` +re +llama_cpp +outetts +diffusers +torch +os +moviepy +``` + +## Usage +In the `main.py` file, add the prompt in the call to main(). +`SYSTEMPROMPTT` is the system prompt for Llama. +`SDBAD` is the negative prompt for Stable Diffusion. +`SYSTEMPROMPTI` is the system prompt for Llama for Stable Diffusion. + +`promptTtoI.txt` and `promptUtoT.txt` are respectively the system prompt for Stable Diffusion and that for Llama. + +In the `gen.py` file, in the functions `loadllama()`, `loadtts()`, and `loadsdxl()`, you need to add your models (local files). + +The program is launched with `main.py`. \ No newline at end of file