ru-dalle icon indicating copy to clipboard operation
ru-dalle copied to clipboard

should use_cache=True be used for image prompts?

Open eyaler opened this issue 2 years ago • 1 comments

should we now use use_cache=True for image prompts? I was using the latest code but with use_cache=False. after changing results look the same but it is 10x faster... is there any reason to use use_cache=False in some conditions?

eyaler avatar Dec 17 '21 03:12 eyaler

@eyaler you can use param use_cache=True with image_prompt ;) thanks a lot @oriBetelgeuse for fix here: https://github.com/sberbank-ai/ru-dalle/pull/37

shonenkov avatar Dec 17 '21 11:12 shonenkov