Commit b1105269 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

make style

parent 5d28d221
...@@ -172,12 +172,12 @@ class WuerstchenCombinedPipeline(DiffusionPipeline): ...@@ -172,12 +172,12 @@ class WuerstchenCombinedPipeline(DiffusionPipeline):
The prompt or prompts not to guide the image generation. Ignored when not using guidance (i.e., ignored The prompt or prompts not to guide the image generation. Ignored when not using guidance (i.e., ignored
if `guidance_scale` is less than `1`). if `guidance_scale` is less than `1`).
prompt_embeds (`torch.FloatTensor`, *optional*): prompt_embeds (`torch.FloatTensor`, *optional*):
Pre-generated text embeddings for the prior. Can be used to easily tweak text inputs, *e.g.* prompt weighting. If not Pre-generated text embeddings for the prior. Can be used to easily tweak text inputs, *e.g.* prompt
provided, text embeddings will be generated from `prompt` input argument. weighting. If not provided, text embeddings will be generated from `prompt` input argument.
negative_prompt_embeds (`torch.FloatTensor`, *optional*): negative_prompt_embeds (`torch.FloatTensor`, *optional*):
Pre-generated negative text embeddings for the prior. Can be used to easily tweak text inputs, *e.g.* prompt Pre-generated negative text embeddings for the prior. Can be used to easily tweak text inputs, *e.g.*
weighting. If not provided, negative_prompt_embeds will be generated from `negative_prompt` input prompt weighting. If not provided, negative_prompt_embeds will be generated from `negative_prompt`
argument. input argument.
num_images_per_prompt (`int`, *optional*, defaults to 1): num_images_per_prompt (`int`, *optional*, defaults to 1):
The number of images to generate per prompt. The number of images to generate per prompt.
height (`int`, *optional*, defaults to 512): height (`int`, *optional*, defaults to 512):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment