divamgupta / stable-diffusion-tensorflow

Stable Diffusion in TensorFlow / Keras
Other
1.57k stars 227 forks source link

temperature parameter purpose #47

Open neverix opened 1 year ago

neverix commented 1 year ago

In https://github.com/divamgupta/stable-diffusion-tensorflow/blob/c172a406ab25f2dc64495d20ceb31386d0fb00e1/stable_diffusion_tf/stable_diffusion.py#L141-L150 there is a parameter named temperature. Changing it does not affect the output. Are there future plans for it?