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