Comfyui Model Location
Where in comfyui do these models need to be placed? I have been trying to search through chatGPT and google and still have no idea. ChatGPT seems to think this model needs to be placed in the checkpoints\sdxl\ folder inside of ComfyUi but I do know how often chatGPT gets things 150% wrong and I cant trust her, so im asking here where im downloading the model. Anyone have an idea?
I'm running the comfyui-mixlab-nodes extension, and as per their instructions (https://github.com/shadowcz007/comfyui-mixlab-nodes/blob/main/README.md; scroll all the way to the bottom), you have to first create a sub-directory in your [...]\ComfyUI\models folder called prompt_generator if you don't already have it.
Then, navigate to that directory in PowerShell or cmd, and run the following:
git clone https://huggingface.co/succinctly/text2image-prompt-generator
This will clone it under a new sub-directory it creates called text2image-prompt-generator
Hope this helps.
Thank you so much!