"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "8492db2332482b9c53f18393049dd7576cf7deaa"
Commit 589cd810 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

make style

parent 6281d206
...@@ -227,8 +227,9 @@ class WuerstchenCombinedPipeline(DiffusionPipeline): ...@@ -227,8 +227,9 @@ class WuerstchenCombinedPipeline(DiffusionPipeline):
return_dict (`bool`, *optional*, defaults to `True`): return_dict (`bool`, *optional*, defaults to `True`):
Whether or not to return a [`~pipelines.ImagePipelineOutput`] instead of a plain tuple. Whether or not to return a [`~pipelines.ImagePipelineOutput`] instead of a plain tuple.
prior_callback (`Callable`, *optional*): prior_callback (`Callable`, *optional*):
A function that will be called every `prior_callback_steps` steps during inference. The function will be A function that will be called every `prior_callback_steps` steps during inference. The function will
called with the following arguments: `prior_callback(step: int, timestep: int, latents: torch.FloatTensor)`. be called with the following arguments: `prior_callback(step: int, timestep: int, latents:
torch.FloatTensor)`.
prior_callback_steps (`int`, *optional*, defaults to 1): prior_callback_steps (`int`, *optional*, defaults to 1):
The frequency at which the `callback` function will be called. If not specified, the callback will be The frequency at which the `callback` function will be called. If not specified, the callback will be
called at every step. called at every step.
......
...@@ -15,7 +15,7 @@ import importlib ...@@ -15,7 +15,7 @@ import importlib
import os import os
from dataclasses import dataclass from dataclasses import dataclass
from enum import Enum from enum import Enum
from typing import Any, Dict, Optional, Union from typing import Optional, Union
import torch import torch
......
...@@ -16,7 +16,7 @@ import math ...@@ -16,7 +16,7 @@ import math
import os import os
from dataclasses import dataclass from dataclasses import dataclass
from enum import Enum from enum import Enum
from typing import Any, Dict, Optional, Tuple, Union from typing import Optional, Tuple, Union
import flax import flax
import jax.numpy as jnp import jax.numpy as jnp
......
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