File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def __init__(
140
140
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64 :
141
141
deprecation_message = (
142
142
"The configuration file of the unet has set the default `sample_size` to smaller than"
143
- " 64 which seems highly unlikely . If you're checkpoint is a fine-tuned version of any of the"
143
+ " 64 which seems highly unlikely. If your checkpoint is a fine-tuned version of any of the"
144
144
" following: \n - CompVis/stable-diffusion-v1-4 \n - CompVis/stable-diffusion-v1-3 \n -"
145
145
" CompVis/stable-diffusion-v1-2 \n - CompVis/stable-diffusion-v1-1 \n - runwayml/stable-diffusion-v1-5"
146
146
" \n - runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def __init__(
153
153
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64 :
154
154
deprecation_message = (
155
155
"The configuration file of the unet has set the default `sample_size` to smaller than"
156
- " 64 which seems highly unlikely . If you're checkpoint is a fine-tuned version of any of the"
156
+ " 64 which seems highly unlikely. If your checkpoint is a fine-tuned version of any of the"
157
157
" following: \n - CompVis/stable-diffusion-v1-4 \n - CompVis/stable-diffusion-v1-3 \n -"
158
158
" CompVis/stable-diffusion-v1-2 \n - CompVis/stable-diffusion-v1-1 \n - runwayml/stable-diffusion-v1-5"
159
159
" \n - runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def __init__(
139
139
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64 :
140
140
deprecation_message = (
141
141
"The configuration file of the unet has set the default `sample_size` to smaller than"
142
- " 64 which seems highly unlikely . If you're checkpoint is a fine-tuned version of any of the"
142
+ " 64 which seems highly unlikely. If your checkpoint is a fine-tuned version of any of the"
143
143
" following: \n - CompVis/stable-diffusion-v1-4 \n - CompVis/stable-diffusion-v1-3 \n -"
144
144
" CompVis/stable-diffusion-v1-2 \n - CompVis/stable-diffusion-v1-1 \n - runwayml/stable-diffusion-v1-5"
145
145
" \n - runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def __init__(
152
152
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64 :
153
153
deprecation_message = (
154
154
"The configuration file of the unet has set the default `sample_size` to smaller than"
155
- " 64 which seems highly unlikely . If you're checkpoint is a fine-tuned version of any of the"
155
+ " 64 which seems highly unlikely. If your checkpoint is a fine-tuned version of any of the"
156
156
" following: \n - CompVis/stable-diffusion-v1-4 \n - CompVis/stable-diffusion-v1-3 \n -"
157
157
" CompVis/stable-diffusion-v1-2 \n - CompVis/stable-diffusion-v1-1 \n - runwayml/stable-diffusion-v1-5"
158
158
" \n - runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def __init__(
165
165
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64 :
166
166
deprecation_message = (
167
167
"The configuration file of the unet has set the default `sample_size` to smaller than"
168
- " 64 which seems highly unlikely . If you're checkpoint is a fine-tuned version of any of the"
168
+ " 64 which seems highly unlikely. If your checkpoint is a fine-tuned version of any of the"
169
169
" following: \n - CompVis/stable-diffusion-v1-4 \n - CompVis/stable-diffusion-v1-3 \n -"
170
170
" CompVis/stable-diffusion-v1-2 \n - CompVis/stable-diffusion-v1-1 \n - runwayml/stable-diffusion-v1-5"
171
171
" \n - runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"
You can’t perform that action at this time.
0 commit comments