Skip to content

Commit e51f19a

Browse files
add model (#3230)
* add * clean * up * clean up more * fix more tests * Improve docs further * improve * more fixes docs * Improve docs more * Update src/diffusers/models/unet_2d_condition.py * fix * up * update doc links * make fix-copies * add safety checker and watermarker to stage 3 doc page code snippets * speed optimizations docs * memory optimization docs * make style * add watermarking snippets to doc string examples * make style * use pt_to_pil helper functions in doc strings * skip mps tests * Improve safety * make style * new logic * fix * fix bad onnx design * make new stable diffusion upscale pipeline model arguments optional * define has_nsfw_concept when non-pil output type * lowercase linked to notebook name --------- Co-authored-by: William Berman <[email protected]>
1 parent 1ffcc92 commit e51f19a

38 files changed

+10135
-32
lines changed

docs/source/en/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
title: DDPM
153153
- local: api/pipelines/dit
154154
title: DiT
155+
- local: api/pipelines/if
156+
title: IF
155157
- local: api/pipelines/latent_diffusion
156158
title: Latent Diffusion
157159
- local: api/pipelines/paint_by_example

0 commit comments

Comments
 (0)