Skip to content

Commit 8881fc9

Browse files
committed
[Docs] add stable cascade unet doc. (#9066)
* add stable cascade unet doc. * fix path
1 parent 9dbffc8 commit 8881fc9

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/source/en/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@
237237
title: AutoencoderKL
238238
- local: api/models/asymmetricautoencoderkl
239239
title: AsymmetricAutoencoderKL
240+
- local: api/models/stable_cascade_unet
241+
title: StableCascadeUNet
240242
- local: api/models/autoencoder_tiny
241243
title: Tiny AutoEncoder
242244
- local: api/models/autoencoder_oobleck
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--Copyright 2024 The HuggingFace Team. All rights reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
the License. You may obtain a copy of the License at
5+
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
specific language governing permissions and limitations under the License.
11+
-->
12+
13+
# StableCascadeUNet
14+
15+
A UNet model from the [Stable Cascade pipeline](../pipelines/stable_cascade.md).
16+
17+
## StableCascadeUNet
18+
19+
[[autodoc]] models.unets.unet_stable_cascade.StableCascadeUNet

0 commit comments

Comments
 (0)