Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://www.interstice.cloud
GNU General Public License v3.0
7.13k stars 355 forks source link

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

Open Serasul1984 opened 6 months ago

Serasul1984 commented 6 months 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 6 months ago

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

Serasul1984 commented 5 months 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 :/

Serasul1984 commented 4 months ago

Hope some of the devs see this