woctezuma / stable-diffusion-colab

Colab notebook for Stable Diffusion Hyper-SDXL.
https://github.com/Stability-AI/generative-models
MIT License
320 stars 82 forks source link

Negative Prompts #25

Open erhankasapoglu opened 2 months ago

erhankasapoglu commented 2 months ago

Is this pipeline has the negative prompt option ?

woctezuma commented 2 months ago

Not sure. You can try adding the following line in the call to pipe() and see if it works:

negative_prompt = "",

Otherwise, one would have to check the code of diffusers.