pharmapsychotic / clip-interrogator

Image to prompt with BLIP and CLIP
MIT License
2.58k stars 429 forks source link

Does clip-interrogator have built-in queue processing? #95

Open kincjf opened 10 months ago

kincjf commented 10 months ago

Hello. Does clip-interrogator have built-in queue processing? Do I need to do queue processing separately?

pharmapsychotic commented 10 months ago

It does not have a queue system, you call ci.interrogate(image) or ci.interrogate_fast(image) for example and get the result when it finishes processing.