We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4c02b commit 0605c83Copy full SHA for 0605c83
src/diffusers/models/attention_flax.py
@@ -157,7 +157,7 @@ class FlaxAttention(nn.Module):
157
158
def setup(self):
159
logger.warning(
160
- "Flax classes are deprecated and will be removed in Diffusers v1. We "
+ "Flax classes are deprecated and will be removed in Diffusers v1.0.0 We "
161
"recommend migrating to PyTorch classes or pinning your version of Diffusers."
162
)
163
0 commit comments