InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[enhancement]: Clip Guidance Conditioning

Open sneccc opened this issue 1 year ago • 2 comments

Will you guys implement Clip Guidance feature like in dreamstudio?

sneccc avatar Dec 23 '22 23:12 sneccc

DreamStudio and some other folks working on similar models have been pushing CLIP guidance pretty hard, so I expect we'll want the option.

There's an example we can look at here: https://github.com/huggingface/diffusers/blob/9be94d9c6659f7a0a804874f445291e3a84d61d4/examples/community/clip_guided_stable_diffusion.py#L113

It does look a lot more resource-hungry than the classifier-free guidance we've been using. Both in computation and memory.

keturn avatar Dec 24 '22 06:12 keturn

DreamStudio and some other folks working on similar models have been pushing CLIP guidance pretty hard, so I expect we'll want the option.

There's an example we can look at here: https://github.com/huggingface/diffusers/blob/9be94d9c6659f7a0a804874f445291e3a84d61d4/examples/community/clip_guided_stable_diffusion.py#L113

It does look a lot more resource-hungry than the classifier-free guidance we've been using. Both in computation and memory.

yeah it is resource hungry, but for people that rent gpus A6000,3090 etc it would be fine

sneccc avatar Dec 27 '22 14:12 sneccc

There has been no activity in this issue for 14 days. If this issue is still being experienced, please reply with an updated confirmation that the issue is still being experienced with the latest release.

github-actions[bot] avatar Mar 13 '23 06:03 github-actions[bot]