@@ -77,7 +77,7 @@ class FlaxUpsample2D(nn.Module):
7777
7878    def  setup (self ):
7979        logger .warning (
80-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
80+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
8181            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
8282        )
8383        self .conv  =  nn .Conv (
@@ -115,7 +115,7 @@ class FlaxDownsample2D(nn.Module):
115115
116116    def  setup (self ):
117117        logger .warning (
118-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
118+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
119119            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
120120        )
121121
@@ -162,7 +162,7 @@ class FlaxResnetBlock2D(nn.Module):
162162
163163    def  setup (self ):
164164        logger .warning (
165-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
165+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
166166            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
167167        )
168168
@@ -239,7 +239,7 @@ class FlaxAttentionBlock(nn.Module):
239239
240240    def  setup (self ):
241241        logger .warning (
242-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
242+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
243243            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
244244        )
245245
@@ -325,7 +325,7 @@ class FlaxDownEncoderBlock2D(nn.Module):
325325
326326    def  setup (self ):
327327        logger .warning (
328-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
328+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
329329            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
330330        )
331331
@@ -387,7 +387,7 @@ class FlaxUpDecoderBlock2D(nn.Module):
387387
388388    def  setup (self ):
389389        logger .warning (
390-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
390+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
391391            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
392392        )
393393
@@ -446,7 +446,7 @@ class FlaxUNetMidBlock2D(nn.Module):
446446
447447    def  setup (self ):
448448        logger .warning (
449-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
449+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
450450            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
451451        )
452452
@@ -542,7 +542,7 @@ class FlaxEncoder(nn.Module):
542542
543543    def  setup (self ):
544544        logger .warning (
545-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
545+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
546546            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
547547        )
548548
@@ -659,7 +659,7 @@ class FlaxDecoder(nn.Module):
659659
660660    def  setup (self ):
661661        logger .warning (
662-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
662+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
663663            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
664664        )
665665
@@ -836,7 +836,7 @@ class FlaxAutoencoderKL(nn.Module, FlaxModelMixin, ConfigMixin):
836836
837837    def  setup (self ):
838838        logger .warning (
839-             "Flax classes are deprecated and will be removed in Diffusers v1. We " 
839+             "Flax classes are deprecated and will be removed in Diffusers v1.0.0.  We " 
840840            "recommend migrating to PyTorch classes or pinning your version of Diffusers." 
841841        )
842842
0 commit comments