Amol Kapoor
Amol Kapoor
Allow safety checker pipeline configuration that returns boolean array but does not black out images
@patrickvonplaten thanks for the reply. I think that there's a lot of sensitivity around this particular avenue of feature requests, so I understand the hesitance to take on more maintenance...
Allow safety checker pipeline configuration that returns boolean array but does not black out images
@meg-huggingface can you comment more on the discussion with Stability AI? I was under the impression that the Stable Diffusion model is tangentially related to Stability AI at best (they...
Allow safety checker pipeline configuration that returns boolean array but does not black out images
@patrickvonplaten Thanks for the response re Stability, but I don't think that's correct. Paper: https://ommer-lab.com/research/latent-diffusion-models/ Which is linked clearly in the comp vis repo: https://github.com/CompVis/stable-diffusion The actual research here was...
Allow safety checker pipeline configuration that returns boolean array but does not black out images
I am pretty sure they DONT have any IP rights at all (and I'm very concerned if they are claiming otherwise). Note that the license on the compvis repo is...
Allow safety checker pipeline configuration that returns boolean array but does not black out images
keeping this thread open -- hasn't been resolved yet. I'd be fine opening a PR but haven't had time to do so
Allow safety checker pipeline configuration that returns boolean array but does not black out images
I was ok with @patrickvonplaten's proposal, and thought it neatly solved everyones concerns. See: https://github.com/huggingface/diffusers/issues/845#issuecomment-1280541219 Patrick offers implementing 'blurred image' as a default, but I would rather the options be...
Allow safety checker pipeline configuration that returns boolean array but does not black out images
keeping this thread open -- hasn't been resolved yet
@epoberezkin following up here, couldn't you do something like: ``` type UncheckedJSONSchemaType = ( | // these two unions allow arbitrary unions of types { anyOf: readonly UncheckedJSONSchemaType[] } |...
I've read those docs before, but I don't follow what the suggestion is. Just to confirm, is the suggestion to have an eslint config at root AND an extension in...
I seem to have run into this issue again, unexpectedly on a new machine. I have no idea how I fixed the old machine, whoops. @bodymindarts any chance of reviving...