MLOS, Way share folders with a1111 and comfyUI

   3413   1   2
User Avatar
Member
7 posts
Joined: 6月 2015
オフライン
Hey guys, I have already a folder with tons of models and Loras, I share it between a1111 and comfyUI, I just need to change the yaml file to point it to the directory.
But I'm not sure how to edit it to work with Houdini.

For instance I have this path "A:\a1111\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors"

but it's giving me an error,

Error
Invalid source /obj/geo1/sd_tokenizer1/tokenizer
Error: Error generated by Python node.
The specified model does not exist locally. Because the 'Local Cache' checkbox for this node is enabled, it also wont be downloaded automatically. Specify a valid local model or disable the 'Local Cache' parameter. a


I want to be able to use the folders that I have already with models, loras and controlNet.
Is this possible?

{
"MLOPS_MODELS": "A:/a1111/stable-diffusion-webui/models/Stable-diffusion"
},
{
"MLOPS_SD_MODEL": "A:/a1111/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors"
},
User Avatar
Member
8173 posts
Joined: 9月 2011
オフライン
What type of models does MLOPs use? If it's meant to work with diffusers style models then you can't use it with a checkpoint style model.
  • Quick Links