Update README.md
Browse files
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
|
| 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 |

|
|
|
|
|
|
|
| 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 |

|
| 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 |
|