Open erhankasapoglu opened 2 months ago
Is this pipeline has the negative prompt option ?
Not sure. You can try adding the following line in the call to pipe() and see if it works:
pipe()
negative_prompt = "",
Otherwise, one would have to check the code of diffusers.
diffusers
Is this pipeline has the negative prompt option ?