SPM icon indicating copy to clipboard operation
SPM copied to clipboard

Official implementation of paper "One-dimensional Adapter to Rule Them All: Concepts, Diffusion Models and Erasing Applications".

Results 2 SPM issues
Sort by recently updated
recently updated
newest added

I've tested the nudity erasure model(nudity.safetensors) using the script ``` if len(os.listdir(args.img_output_path)) == 4703: print("benchmark images already generated.") else: pipe = StableDiffusionPipeline.from_pretrained( "/root/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b", safety_checker=None, requires_safety_checker = False # local_files_only=~args.remote, )...

Thanks for you incredible work. I am confused by the results I get when evaluating your checkpoints. My problem includes: 1. When using the nudity spm, Does "γ = 2.0"...