Stability-AI / stability-sdk

SDK for interacting with stability.ai APIs (e.g. stable diffusion inference)
https://platform.stability.ai/
MIT License
2.42k stars 336 forks source link

Multi-prompting with negative weights not behaving as expected. #188

Open ChristopherValore opened 1 year ago

ChristopherValore commented 1 year ago

As seen on this page: https://platform.stability.ai/docs/features/multi-prompting negative prompting for tree should remove trees as is shown in the example. However when attempting to replicate past results, the functionality no longer performs as expected.

Take note of the included notebook. It shows the original outputs of the API call functioning as expected, however if run again with the same parameters, this issue can be replicated.

https://colab.research.google.com/drive/1q6EnvbxWpvnbucEvg3Bpu90jUkwx6nGn?usp=sharing

pete-finesse commented 1 year ago

I am seeing the same problem and came here to report this issue

sayanarijit commented 1 year ago

Facing the same issue...