Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
21bc59ab
Unverified
Commit
21bc59ab
authored
Nov 28, 2023
by
Soumik Rakshit
Committed by
GitHub
Nov 28, 2023
Browse files
fix: minor typo in docstring (#5961)
parent
50a749e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.py
...diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.py
+1
-1
No files found.
src/diffusers/pipelines/pixart_alpha/pipeline_pixart_alpha.py
View file @
21bc59ab
...
@@ -662,7 +662,7 @@ class PixArtAlphaPipeline(DiffusionPipeline):
...
@@ -662,7 +662,7 @@ class PixArtAlphaPipeline(DiffusionPipeline):
timesteps (`List[int]`, *optional*):
timesteps (`List[int]`, *optional*):
Custom timesteps to use for the denoising process. If not defined, equal spaced `num_inference_steps`
Custom timesteps to use for the denoising process. If not defined, equal spaced `num_inference_steps`
timesteps are used. Must be in descending order.
timesteps are used. Must be in descending order.
guidance_scale (`float`, *optional*, defaults to
7.0
):
guidance_scale (`float`, *optional*, defaults to
4.5
):
Guidance scale as defined in [Classifier-Free Diffusion Guidance](https://arxiv.org/abs/2207.12598).
Guidance scale as defined in [Classifier-Free Diffusion Guidance](https://arxiv.org/abs/2207.12598).
`guidance_scale` is defined as `w` of equation 2. of [Imagen
`guidance_scale` is defined as `w` of equation 2. of [Imagen
Paper](https://arxiv.org/pdf/2205.11487.pdf). Guidance scale is enabled by setting `guidance_scale >
Paper](https://arxiv.org/pdf/2205.11487.pdf). Guidance scale is enabled by setting `guidance_scale >
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment