Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
GNU General Public License v3.0
5.55k stars 245 forks source link

[Feature request] Add promt scheduling/fusion/mixing with weights like A1111 has (to make hybrit images) #754

Open Serasul1984 opened 1 month ago

Serasul1984 commented 1 month ago

[token1:token2:number] change number to 1.0 and token1 and token2 gets an 50/50 mixing go below 1.0 and token1 is stronger go over 1.0 and token2 gets stronger.

You can object hybrids,person/animal hybrids,style hybrids and so on.Stable diffusion discord had this feature too when we trained the model with their bot. an explanation with images: https://docs.novelai.net/image/promptmixing.html another example: https://sandner.art/prompt-engineering-and-diffusion-control-in-synthetic-photography/

Code example for comfy: https://github.com/asagi4/comfyui-prompt-control and here: https://github.com/shiimizu/ComfyUI_smZNodes

LeF0URBE commented 4 weeks ago

PROMPT editing like A1111 is a thing i would like to see supported in comfyUI too :/

Serasul1984 commented 2 weeks ago

PROMPT editing like A1111 is a thing i would like to see supported in comfyUI too :/

i added the comfy examples so it should be possible to do in comfy :/