neuralvfx commited on
Commit
906d34c
·
verified ·
1 Parent(s): 85afb51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -36,12 +36,14 @@ thumbnail: https://huggingface.co/neuralvfx/Z-Image-SAM-ControlNet/resolve/main/
36
  </table>
37
 
38
  # ComfyUI Usage
39
- 1) Copy the weights from `comfy-ui-patch/z-image-sam-controlnet.safetensors` to `ComfyUI/models/model_patches`
40
  2) Use `ModelPatchLoader` to load the patch
41
  3) Plug `MODEL_PATCH` into `model_patch` on `ZImageFunControlnet`
42
  4) Plug the model, VAE and image into `ZImageFunControlnet`
43
  5) Plug the `ZImageFunControlnet` into KSampler
44
  ![videoXFun Nodes](assets/comfyui.png)
 
 
45
 
46
  # Hugging Face Usage
47
 
 
36
  </table>
37
 
38
  # ComfyUI Usage
39
+ 1) Copy the weights from [comfy-ui-patch/z-image-sam-controlnet.safetensors](comfy-ui-patch/z-image-sam-controlnet.safetensors) to `ComfyUI/models/model_patches`
40
  2) Use `ModelPatchLoader` to load the patch
41
  3) Plug `MODEL_PATCH` into `model_patch` on `ZImageFunControlnet`
42
  4) Plug the model, VAE and image into `ZImageFunControlnet`
43
  5) Plug the `ZImageFunControlnet` into KSampler
44
  ![videoXFun Nodes](assets/comfyui.png)
45
+ ## Example Workflow
46
+ [comfy-ui-patch/z-image-control.json](https://huggingface.co/neuralvfx/Z-Image-SAM-ControlNet/blob/main/comfy-ui-patch/z-image-control.json)
47
 
48
  # Hugging Face Usage
49