GithubHelp home page GithubHelp logo

Comments (8)

RemmyLee avatar RemmyLee commented on June 1, 2024 3

In pipline_stable_diffusion.py, change:
image

To:

image

This will essentially bypass the NSFW filter, but it will at least allow it to work. You'll need to do this for any file that has this if/else.

Path should be:
riffusion/lib/python3.XX/site-packages/diffusers/pipelines/stable_diffusion

from riffusion.

rsxdalv avatar rsxdalv commented on June 1, 2024 1

More precisely: "\installer_files\env\lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_stable_diffusion.py", line 706

I opened an issue with the upstream repository to see if it can be solved there.

Also here's the same thing as code for copy-paste convenience:

        if has_nsfw_concept is None:
            do_denormalize = [True] * image.shape[0]
        else:
            do_denormalize = [True] * image.shape[0]

from riffusion.

qinfrank avatar qinfrank commented on June 1, 2024

Have you resolved this yet? Seeing the same error with Apple M2 Pro, 16 GB, macOS 13.4.1.

from riffusion.

GuillaumeROCHE49 avatar GuillaumeROCHE49 commented on June 1, 2024

Hi, same error with a Acer AN515, with core i7... If someone have an idea, I'm here :)
I doing a text2audio

from riffusion.

fatualux avatar fatualux commented on June 1, 2024

Same error... I cannot figure how to solve it

from riffusion.

kassi-bertrand avatar kassi-bertrand commented on June 1, 2024

Running into the same issue Text-to-image pipeline.

from riffusion.

fatualux avatar fatualux commented on June 1, 2024

In pipline_stable_diffusion.py, change: image

To:

image

This will essentially bypass the NSFW filter, but it will at least allow it to work. You'll need to do this for any file that has this if/else.

Path should be: riffusion/lib/python3.XX/site-packages/diffusers/pipelines/stable_diffusion

Thank you RemmyLee

from riffusion.

gitihobo avatar gitihobo commented on June 1, 2024

same issue

from riffusion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.