facebookresearch / stable_signature

Official implementation of the paper "The Stable Signature Rooting Watermarks in Latent Diffusion Models"
Other
367 stars 48 forks source link

Could you please upload the config file for Fine-tune LDM decoder #10

Closed BigBang019 closed 10 months ago

BigBang019 commented 10 months ago

As is stated in README.md

It requires a configuration file to load SD model.

aa("--ldm_config", type=str, default="sd/stable-diffusion-v-1-4-original/v1-inference.yaml", help="Path to the configuration file for the LDM model") 

But I didn't find any in your repo, did I miss something?

BigBang019 commented 10 months ago

Sorry, I did miss the statement in your README.md Section Stable Diffusion models.