Skip to content

Add wrappers for Stable Diffusion 3.5 Large model#20711

Open
FabulousSuperDude wants to merge 1 commit into
pytorch:mainfrom
FabulousSuperDude:sd35_wrapper
Open

Add wrappers for Stable Diffusion 3.5 Large model#20711
FabulousSuperDude wants to merge 1 commit into
pytorch:mainfrom
FabulousSuperDude:sd35_wrapper

Conversation

@FabulousSuperDude

@FabulousSuperDude FabulousSuperDude commented Jul 3, 2026

Copy link
Copy Markdown
Contributor
  • Wrappers for CLIP/T5 text encoders, Transformer, and VAEDecoder contained in SD3.5 Large model.
  • Support for exporting any or all of the above component output generated from dummy input (normal-distributed random values).

Change-Id: I3bc202e2e856a81c6598cf01cdcd8ec158694c25

cc @mergennachin @iseeyuan @lucylq @helunwencser @tarun292 @kimishpatel @jackzhxng @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani

@pytorch-bot

pytorch-bot Bot commented Jul 3, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20711

Note: Links to docs will display an error until the docs builds have been completed.

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@swha815

swha815 commented Jul 3, 2026

Copy link
Copy Markdown

Posting again to resolve credential problems with Github account. The original PR was closed without merging.

@FabulousSuperDude FabulousSuperDude marked this pull request as ready for review July 6, 2026 15:39
@FabulousSuperDude FabulousSuperDude force-pushed the sd35_wrapper branch 2 times, most recently from 4ef88d6 to 1d5e805 Compare July 6, 2026 20:15
@nil-is-all nil-is-all requested review from digantdesai and zingo July 7, 2026 17:37
@nil-is-all nil-is-all added module: examples Issues related to demos under examples/ partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm labels Jul 7, 2026

@zingo zingo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not something that is needed and Im not sure if it makes sense for this model but when possible it's nice to add them to examples/models/init.py also then it's easier to test them with scripts in CI and such, but I see the non large stable diffusion is also missing and there might be a reason for this already.

@zingo zingo added the help wanted Extra attention is needed label Jul 8, 2026
- Wrappers for CLIP/T5 text encoders, Transformer, and VAEDecoder
  contained in SD3.5 Large model.
- Support for exporting any or all of the above component output
  generated from dummy input (normal-distributed random values).

Signed-off-by: Sangwon Ha <sangwon.ha@arm.com>
Change-Id: I3bc202e2e856a81c6598cf01cdcd8ec158694c25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. help wanted Extra attention is needed module: examples Issues related to demos under examples/ partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants