@@ -76,7 +76,7 @@ class FlaxUpsample2D(nn.Module):
7676
7777 def setup (self ):
7878 logger .warning (
79- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
79+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
8080 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
8181 )
8282 self .conv = nn .Conv (
@@ -114,7 +114,7 @@ class FlaxDownsample2D(nn.Module):
114114
115115 def setup (self ):
116116 logger .warning (
117- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
117+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
118118 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
119119 )
120120
@@ -161,7 +161,7 @@ class FlaxResnetBlock2D(nn.Module):
161161
162162 def setup (self ):
163163 logger .warning (
164- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
164+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
165165 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
166166 )
167167
@@ -238,7 +238,7 @@ class FlaxAttentionBlock(nn.Module):
238238
239239 def setup (self ):
240240 logger .warning (
241- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
241+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
242242 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
243243 )
244244
@@ -324,7 +324,7 @@ class FlaxDownEncoderBlock2D(nn.Module):
324324
325325 def setup (self ):
326326 logger .warning (
327- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
327+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
328328 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
329329 )
330330
@@ -386,7 +386,7 @@ class FlaxUpDecoderBlock2D(nn.Module):
386386
387387 def setup (self ):
388388 logger .warning (
389- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
389+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
390390 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
391391 )
392392
@@ -445,7 +445,7 @@ class FlaxUNetMidBlock2D(nn.Module):
445445
446446 def setup (self ):
447447 logger .warning (
448- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
448+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
449449 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
450450 )
451451
@@ -541,7 +541,7 @@ class FlaxEncoder(nn.Module):
541541
542542 def setup (self ):
543543 logger .warning (
544- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
544+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
545545 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
546546 )
547547
@@ -658,7 +658,7 @@ class FlaxDecoder(nn.Module):
658658
659659 def setup (self ):
660660 logger .warning (
661- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
661+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
662662 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
663663 )
664664
@@ -835,7 +835,7 @@ class FlaxAutoencoderKL(nn.Module, FlaxModelMixin, ConfigMixin):
835835
836836 def setup (self ):
837837 logger .warning (
838- "Flax classes are deprecated and will be removed in Diffusers v1.0 .0. We "
838+ "Flax classes are deprecated and will be removed in Diffusers v0.40 .0. We "
839839 "recommend migrating to PyTorch classes or pinning your version of Diffusers."
840840 )
841841
0 commit comments