Based on ComfyUI, we provide a graphical user interface (GUI) for copyright detection of diffusion models, namely CopyMark UI.
We provide two approaches to install CopyMark UI:
First, follow the installation guideline of ComfyUI to install ComfyUI.
Second, cover custom_nodes/
with files in the custom_nodes/
in this repository.
Third, create a new directory diffusers
under the folder models/
. Put model checkpoints under diffusers
.
Clone this repository and run the following command in the root:
pip install -r requirements.txt
python main.py
We provide metadata for Stable Diffusion v1.5 in custom_nodes/assets/
.
Here, we show two examples of copyright detection, SecMI and GSA, as follows.