Skip to content

Commit 9a52e33

Browse files
Merge branch 'main' of https://github.com/huggingface/diffusers into main
2 parents c524fd8 + 2cfdf37 commit 9a52e33

5 files changed

+5
-5
lines changed

src/diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __init__(
140140
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64:
141141
deprecation_message = (
142142
"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"
144144
" following: \n- CompVis/stable-diffusion-v1-4 \n- CompVis/stable-diffusion-v1-3 \n-"
145145
" CompVis/stable-diffusion-v1-2 \n- CompVis/stable-diffusion-v1-1 \n- runwayml/stable-diffusion-v1-5"
146146
" \n- runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"

src/diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion_img2img.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __init__(
153153
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64:
154154
deprecation_message = (
155155
"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"
157157
" following: \n- CompVis/stable-diffusion-v1-4 \n- CompVis/stable-diffusion-v1-3 \n-"
158158
" CompVis/stable-diffusion-v1-2 \n- CompVis/stable-diffusion-v1-1 \n- runwayml/stable-diffusion-v1-5"
159159
" \n- runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"

src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __init__(
139139
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64:
140140
deprecation_message = (
141141
"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"
143143
" following: \n- CompVis/stable-diffusion-v1-4 \n- CompVis/stable-diffusion-v1-3 \n-"
144144
" CompVis/stable-diffusion-v1-2 \n- CompVis/stable-diffusion-v1-1 \n- runwayml/stable-diffusion-v1-5"
145145
" \n- runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"

src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_img2img.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def __init__(
152152
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64:
153153
deprecation_message = (
154154
"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"
156156
" following: \n- CompVis/stable-diffusion-v1-4 \n- CompVis/stable-diffusion-v1-3 \n-"
157157
" CompVis/stable-diffusion-v1-2 \n- CompVis/stable-diffusion-v1-1 \n- runwayml/stable-diffusion-v1-5"
158158
" \n- runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"

src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint_legacy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def __init__(
165165
if is_unet_version_less_0_9_0 and is_unet_sample_size_less_64:
166166
deprecation_message = (
167167
"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"
169169
" following: \n- CompVis/stable-diffusion-v1-4 \n- CompVis/stable-diffusion-v1-3 \n-"
170170
" CompVis/stable-diffusion-v1-2 \n- CompVis/stable-diffusion-v1-1 \n- runwayml/stable-diffusion-v1-5"
171171
" \n- runwayml/stable-diffusion-inpainting \n you should change 'sample_size' to 64 in the"

0 commit comments

Comments
 (0)