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 3fa1b83 commit bd53c50Copy full SHA for bd53c50
docs/source/en/using-diffusers/unconditional_image_generation.mdx
@@ -14,7 +14,7 @@ specific language governing permissions and limitations under the License.
14
15
# Unconditional Image Generation
16
17
-The [`DiffusionPipeline`] is the easiest way to use a pre-trained diffusion system for inference
+The [`DiffusionPipeline`] is the easiest way to use a pre-trained diffusion system for inference.
18
19
Start by creating an instance of [`DiffusionPipeline`] and specify which pipeline checkpoint you would like to download.
20
You can use the [`DiffusionPipeline`] for any [Diffusers' checkpoint](https://huggingface.co/models?library=diffusers&sort=downloads).
0 commit comments