OPTML-Group / Diffusion-MU-Attack

The official implementation of ECCV'24 paper "To Generate or Not? Safety-Driven Unlearned Diffusion Models Are Still Easy To Generate Unsafe Images ... For Now". This work introduces one fast and effective attack method to evaluate the harmful-content generation ability of safety-driven unlearned diffusion models.
MIT License
57 stars 3 forks source link

fastargs version #9

Closed ryliu68 closed 2 months ago

ryliu68 commented 2 months ago

Hi, thanks for the great work! I encountered a problem with the version of fastargs and tried many different versions, but I still had some obstacles running the code. So, could you kindly tell me what the fastargs version you used is?

All versions: """ Could not find a version that satisfies the requirement fastargs==1.3.0 (from versions: 0.1.0, 0.2.0, 0.3.0, 1.0.0, 1.1.0, 1.1.1, 1.2.0) """ Tried: fastargs-1.2.0: """ ImportError: cannot import name 'File' from 'fastargs.validation' """

fastargs-1.1.1: """ ImportError: cannot import name 'File' from 'fastargs.validation' """

fastargs-1.1.0: """ ImportError: cannot import name 'File' from 'fastargs.validation' """

fastargs-1.0.0: """ ImportError: cannot import name 'OneOf' from 'fastargs.validation' """

fastargs-0.3.0: """ ImportError: cannot import name 'OneOf' from 'fastargs.validation' """

fastargs-0.2.0: """ ImportError: cannot import name 'OneOf' from 'fastargs.validation' """

fastargs-0.1.0: """ ImportError: cannot import name 'OneOf' from 'fastargs.validation """

damon-demon commented 2 months ago

Thanks a lot for your interests in our works.

The version of fastargs this project used is 0.1.6. More information can be found in the image below.

Screenshot 2024-09-10 at 10 26 48 AM