Type | Other |
Stats | 133 |
Reviews | (29) |
Published | Sep 3, 2023 |
Base Model | |
Hash | AutoV2 46562E610A |
Gigachad GIF/MP4 Animation | Script
This script allows you to animate the Gigachad GIF/MP4. Credits to @wrench1815 for helping me out with the script.
Before you use it, I recommend opening this script in a text editor and examining the code yourself to ensure that it doesn't contain any malware or viruses.
Now that we have that cleared up, let me explain how this works. You need to download all four Gigachad Pose LoRA models. They are listed below:
Then, download this script and place it in your SD folder \stable-diffusion-webui\scripts
. After that, you'll need to restart your SD. Under "text2img" in the scripts section, you will now find the option: txt2mp4-GigaChad
. Click on it, and you should see five available options:
In the first four fields, you need to enter the names of the LoRA itself. It's crucial to maintain the order of the LoRA's, or else you'll have to modify it manually. The last field allows you to decide how much weight you want to assign to all the LoRA's. It's recommended to use a value between 0.8 and 1.
Your prompt can be anything, for example:
High Quality, Masterpiece, 1girl,
but keep in mind, if you add any coloring like:
pink hair, pink eyes,
then it will be not 100% monochrome and greyscale.
After that, you can generate an image as you usually do, and you should find this animation as an MP4 file under /outputs/txt2mp4-GigaChad
. Hires fix and Adetailer are also possible.
Enjoy.
(If you encounter any problems with imageio, you need to navigate to your SD Venv Folder \stable-diffusion-webui\venv\Scripts
,open cmd, type activate
and paste pip install imageio[ffmpeg]
)