Skip to content
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

add sd3.5 support #445

Merged
merged 1 commit into from
Oct 24, 2024
Merged

add sd3.5 support #445

merged 1 commit into from
Oct 24, 2024

Conversation

leejet
Copy link
Owner

@leejet leejet commented Oct 24, 2024

How to Use

Download weights

Run

SD3.5 Large

For example:

.\bin\Release\sd.exe -m  ..\models\sd3.5_large.safetensors --clip_l ..\models\clip_l.safetensors --clip_g ..\models\clip_g.safetensors --t5xxl ..\models\t5xxl_fp16.safetensors  -H 1024 -W 1024 -p 'a lovely cat holding a sign says \"Stable diffusion 3.5 Large\"' --cfg-scale 4.5 --sampling-method euler -v

sd3 5_large

@leejet leejet merged commit ac54e00 into master Oct 24, 2024
9 checks passed
@stduhpf
Copy link
Contributor

stduhpf commented Oct 24, 2024

Well that was pretty fast. I aws trying to implement it on my end, but I only managed to get it to output gibberish:
output
(that's supposed to be "a lovely cat holding a sign says 'Stable Diffusion CPP'")

Good job!

@stduhpf
Copy link
Contributor

stduhpf commented Oct 24, 2024

Ah turns out it was only breaking because I had the changes from #397 merged in my dev branch.

@OfficinaTurini
Copy link

This library is fantastic!
a_lovely_cat_holding_a_sign_says_'Auguri_Giulia'

stduhpf pushed a commit to stduhpf/stable-diffusion.cpp that referenced this pull request Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants