Skip to content

A shortcut instruction based on LLama 2 to expand the stable diffusion prompt, Power by llama.cpp.

License

Notifications You must be signed in to change notification settings

czkoko/SD-AI-Prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

SD-AI-Prompt

A shortcut instruction based on LLama 2 to expand the stable diffusion prompt, Power by llama.cpp.

Some prompt magic for LLama is used. The generated SD prompts are perfect and appropriate natural language descriptions.

SDXL can understand and restore these descriptions well, which is much better than using a lot of phrases.

  • Install shortcuts from the following address:

    https://www.icloud.com/shortcuts/5b75e1494c514a4bb3501f2e1a6acbb6

    2023/10/25 update:Solve the problem that the prompt may not meet expectations.

    2023/11/4 update:Solved the problem that multiple results may be generated continuously and cannot be stopped in time.

  • Then edit it and modify the directory where llama.cpp main is located and the model directory as shown in the figure below.

    The parameter configuration turns on GPU acceleration by default. It is recommended to use the Llama-2-7b-chat-q4_1.gguf model.

    Recommend to use Qwen 1.8B https://huggingface.co/Qwen/Qwen-1_8B-Chat Fewer parameters, faster speed, and the same effect as llama 7B.

    (If you haven't used llama.cpp, please learn about this project first, With the following parameters, the startup speed will be faster, and the --prompt-cache-ro parameter should be removed for the first time.)

    --prompt-cache ./cache.gguf --prompt-cache-ro

modify
demo.mov

Original Prompt: Magic Forest

AI Prompt: A dense and enchanted forest with towering trees, twisted branches, and glowing mushrooms, a group of creatures and fairies flitting about in the distance, soft and warm lighting, close-up shot, dreamy tone. IMG_00051

Original Prompt: a beautiful woman

AI Prompt: A stunningly beautiful woman with long blonde hair and piercing blue eyes, standing on a rocky cliffside overlooking the ocean, the sun setting behind her, Wide-angle shot, dramatic lighting, warm color tone. IMG_00052

You can also specify the picture style, just like this:

Original Prompt: use cartoon style, A girl sitting in a coffee shop

AI Prompt: a cute young girl with pink hair and big blue eyes sitting at a small table in a cozy coffee shop, surrounded by warm colors and soft lighting, cartoon-style illustration.

About

A shortcut instruction based on LLama 2 to expand the stable diffusion prompt, Power by llama.cpp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published