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 missing cli args to usage #363

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Add missing cli args to usage #363

merged 3 commits into from
Aug 27, 2024

Conversation

stduhpf
Copy link
Contributor

@stduhpf stduhpf commented Aug 24, 2024

As the title says. Feel free to correct the descriptions if I misunderstood their usage.

Fixes #360

printf(" --diffusion-model path to the standalone diffusion model\n");
printf(" --clip_l path to the clip-l text encoder\n");
printf(" --t5xxl path to the the t5xxl text encoder.\n");

Copy link
Contributor

Choose a reason for hiding this comment

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

why the extra new line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know, I probably added it mechanically. I can remove it, if it's out of place

@grauho
Copy link
Contributor

grauho commented Aug 26, 2024

Worth making sure that these are also mirrored in the usage section of README.md

@leejet
Copy link
Owner

leejet commented Aug 27, 2024

Thank you for your contribution

@leejet leejet merged commit f4c937c into leejet:master Aug 27, 2024
8 checks passed
stduhpf added 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.

Help message missing newly introduced arguments to run flux models
4 participants