Skip to content

Add IF #3230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Apr 25, 2023
Merged

Add IF #3230

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7ba31f7
add
patrickvonplaten Apr 25, 2023
cb7fa07
clean
patrickvonplaten Apr 25, 2023
d26e110
up
patrickvonplaten Apr 25, 2023
334388e
clean up more
patrickvonplaten Apr 25, 2023
5cf2278
fix more tests
patrickvonplaten Apr 25, 2023
4c672cc
Improve docs further
patrickvonplaten Apr 25, 2023
ef60ea6
improve
patrickvonplaten Apr 25, 2023
dea9c55
more fixes docs
patrickvonplaten Apr 25, 2023
035a3f3
Improve docs more
patrickvonplaten Apr 25, 2023
969327b
Update src/diffusers/models/unet_2d_condition.py
patrickvonplaten Apr 25, 2023
de84d7f
fix
patrickvonplaten Apr 25, 2023
7b40c9e
up
patrickvonplaten Apr 25, 2023
14ba8bc
update doc links
williamberman Apr 25, 2023
a9e2599
make fix-copies
williamberman Apr 25, 2023
7dd44dd
add safety checker and watermarker to stage 3 doc page code snippets
williamberman Apr 25, 2023
e02343f
speed optimizations docs
williamberman Apr 25, 2023
f78c19e
memory optimization docs
williamberman Apr 25, 2023
60e16bf
make style
williamberman Apr 25, 2023
4011959
add watermarking snippets to doc string examples
williamberman Apr 25, 2023
1d22057
make style
williamberman Apr 25, 2023
a2f4fa4
use pt_to_pil helper functions in doc strings
williamberman Apr 25, 2023
0fa69c5
skip mps tests
williamberman Apr 25, 2023
15515d8
Improve safety
patrickvonplaten Apr 25, 2023
d02a441
Merge branch 'add_new_model' of https://github.com/huggingface/diffus…
patrickvonplaten Apr 25, 2023
092560f
make style
patrickvonplaten Apr 25, 2023
560bcab
new logic
patrickvonplaten Apr 25, 2023
57e6db5
fix
patrickvonplaten Apr 25, 2023
6d74604
fix bad onnx design
patrickvonplaten Apr 25, 2023
62947b7
make new stable diffusion upscale pipeline model arguments optional
williamberman Apr 25, 2023
84306f5
define has_nsfw_concept when non-pil output type
williamberman Apr 25, 2023
0795afe
lowercase linked to notebook name
williamberman Apr 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@
title: DDPM
- local: api/pipelines/dit
title: DiT
- local: api/pipelines/if
title: IF
- local: api/pipelines/latent_diffusion
title: Latent Diffusion
- local: api/pipelines/paint_by_example
Expand Down
Loading