Suzie1 / ComfyUI_Comfyroll_CustomNodes

Custom nodes for SDXL and SD1.5 including Multi-ControlNet, LoRA, Aspect Ratio, Process Switches, and many more nodes.
https://civitai.com/models/183551/comfyui-comfyroll-custom-nodes
525 stars 68 forks source link

Does the blacklist support multiple keywords and what is the format? #112

Closed whmc76 closed 6 months ago

whmc76 commented 6 months ago

Does the blacklist support multiple keywords and what is the format?

Suzie1 commented 6 months ago

The blacklist is intended to be for simple keyword lists such as: blue chair elephant

However, word strings also work, e.g.: blue chair large blue elephant

I need to add handling for an empty blacklist I could also add stripping of trailing commas for csv lists

hope this helps Suzie

Suzie1 commented 6 months ago

i just did some tests and see there was a bug with multiple keywords, this is fixed in v1.75.1 thanks for reporting this Suzie

whmc76 commented 6 months ago

i just did some tests and see there was a bug with multiple keywords, this is fixed in v1.75.1 thanks for reporting this Suzie

good job