out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings")) File "C:\DEV\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 400, in load_checkpoint_guess_config sd = comfy.utils.load_torch_fi...
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 459, in load_insight_face raise Exception('IPAdapter: InsightFace is not installed! Install the missing dependencies if you wish to use FaceID models.') 主要是insightface安装不成功,也有一种...
#Rename this to extra_model_paths.yaml and ComfyUI will load it #config for a1111 ui #all you have to do is change the base_path to where yours is installed a111: base_path: C:/dev/sd160/stable-diffusion-webui checkpoints: models/Stable-diffusion configs: models/Stable-diffusion vae:...
IE<Lora:name:weight:nodename>wherenodenamewould be optional so if you have only one point to inject the relevant information it wouldn't matter. I was just starting to write the logic as find the first one and use it. Otherwise work through all of the nodes and use the one of the ma...
#Rename this to extra_model_paths.yaml and ComfyUI will load it#config for a1111 ui#all you have to do is change the base_path to where yours is installeda111: base_path: D:/sd-webui-aki/sd-webui-aki-v4.1/ checkpoints: models/Stable-diffusion configs: models/Stable-diff...
fromdiffusersimportDiffusionPipelineimporttorchmodel_path="takuoko/sd-pokemon-model-lora-sdxl"pipe=DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0",torch_dtype=torch.float16)pipe.to("cuda")pipe.load_lora_weights(model_path)prompt="A pokemon with green eyes and red legs...
```配置输入内容如下,可以自定义添加#config for a1111 ui#all you have to do is change the base_path to where yours is installeda111:base_path:D:\MACMOVEDISK\learn\Windows-SDWW\stable-diffusion-webui\ checkpoints:models\Stable-diffusion ...
Use theLoad Loranode connected to yourpositiveandnegativeprompt nodes. You can cascade multiple loras as shownhereandhere. How to reproduce the latent couple/two-shot extension? Thelatent couple extensionthat allows drawing multiple subjects in the same image can be tricky in ComfyUI due to certai...
Restart ComfyUI completely. If the configuration is correct, you should see the full list of your model by clicking theckpt_namefield in theLoad Checkpointnode. You can use this technique to shareLoRA,textual inversions, etc between AUTOMATIC1111 and ComfyUI. ...
Where to start? The best way to learn ComfyUI is by going through examples. So, we will learn how to do things in ComfyUI in the simplest text-to-image workflow. We will go through some basic workflow examples. After studying some essential ones, you will start to understand how to ma...