mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
enable StyleAligned
related docstrings in mkdocstrings
This commit is contained in:
parent
efa3988638
commit
2a3e353f04
|
@ -9,3 +9,5 @@
|
|||
::: refiners.foundationals.latent_diffusion.lora
|
||||
|
||||
::: refiners.foundationals.latent_diffusion.image_prompt
|
||||
|
||||
::: refiners.foundationals.latent_diffusion.style_aligned
|
||||
|
|
|
@ -21,6 +21,7 @@ from refiners.foundationals.latent_diffusion.stable_diffusion_xl import (
|
|||
SDXLUNet,
|
||||
StableDiffusion_XL,
|
||||
)
|
||||
from refiners.foundationals.latent_diffusion.style_aligned import StyleAlignedAdapter
|
||||
|
||||
__all__ = [
|
||||
"StableDiffusion_1",
|
||||
|
@ -39,4 +40,5 @@ __all__ = [
|
|||
"LatentDiffusionAutoencoder",
|
||||
"SDFreeUAdapter",
|
||||
"StableDiffusion_XL",
|
||||
"StyleAlignedAdapter",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue