Download theantelopev2 face model. Extract the zip files and put the.onnxfiles in the folderComfyUI > models > insightface > models > antelopev2. (You need to create the last folder.) Restart ComfyUI and refresh the ComfyUI page. Step 4: Run the workflow Now you should have everything...
johndpopecommentedJan 22, 2024• edited Copy link Author johndpopecommentedJan 23, 2024• edited Thank you@ZHO-ZHO-ZHO https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/tree/main/INSTANTID%20WORKFLOWS the readme needs update that there are dependencies on custom_nodes ...
Recreating Workflownosiu/comfyui-instantId-faceswap#42 Closed Fix encoder_hidden_states (#6) b8002bb Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment Reviewers No reviews Assignees No one assigned ...
ComfyUI –PreviewImage –ControlNetLoader –CLIPTextEncode –SetLatentNoiseMask –LoadImage –VAEEncode –GrowMask –CheckpointLoaderSimple –LoraLoader –VAELoader ComfyUI InstantID (Native Support) –InstantIDModelLoader –InstantIDFaceAnalysis
# based on https://github.com/laksjdjf/IPAdapter-ComfyUI/blob/main/ip_adapter.py#L256 class CrossAttentionPatch: def __init__(self, scale, instantId, cond, number): self.scales = [scale] self.instantIds = [instantId] self.conds = [cond] self.number = number def set_new_conditio...
Recreating Workflow nosiu/comfyui-instantId-faceswap#42 Closed Fix encoder_hidden_states (#6) Verified b8002bb ipfans commented Jun 5, 2024 • edited I tried to test it and chose to use two examples images: musk_resize.jpeg and post2.jpeg(in this repo) the parameters: controlnet...
 ## Installation **Upgrade ComfyUI to the latest version!** ComfyUI required a small update to work with InstantID that was pushed recently. **Upgrade ComfyUI to the latest version!** Download or `git clone` this repository into the `Comfy...
Basic Workflow In theexamplesdirectory you'll find some basic workflows. Video Tutorial ** 🎥Introduction to InstantID features** Installation Upgrade ComfyUI to the latest version! Download orgit clonethis repository into theComfyUI/custom_nodes/directory or use the Manager. ...
ComfyUI Error Report Error Details Node ID:44 Node Type:InstantIDFaceAnalysis Exception Type:AssertionError Exception Message: Stack Trace File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 328, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all...
Basic Workflow In theexamplesdirectory you'll find some basic workflows. Video Tutorial Upgrade ComfyUI to the latest version! Download orgit clonethis repository into theComfyUI/custom_nodes/directory or use the Manager. InstantID requiresinsightface, you need to add it to your libraries together...