How to set negative prompt in pipe?

#208
by renshengchangzui - opened

I want to set more args in the model, including width, height, random_seed and so on. How to set?

CompVis org

Hi @renshengchangzui ! All those options are indeed possible. Here's the documentation on how to use them: https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/text2img#diffusers.StableDiffusionPipeline.__call__

Hi @renshengchangzui ! All those options are indeed possible. Here's the documentation on how to use them: https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/text2img#diffusers.StableDiffusionPipeline.__call__

Hi @renshengchangzui ! All those options are indeed possible. Here's the documentation on how to use them: https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/text2img#diffusers.StableDiffusionPipeline.__call__

thank you!

Sign up or log in to comment