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

Is it possible to access the CLI for invoked-ai via this flake? #39

Closed
qwbarch opened this issue Jun 14, 2023 · 2 comments
Closed

Is it possible to access the CLI for invoked-ai via this flake? #39

qwbarch opened this issue Jun 14, 2023 · 2 comments

Comments

@qwbarch
Copy link

qwbarch commented Jun 14, 2023

When running nix run .#invokeai-nvidia, is it possible to somehow access the CLI?
By the way, thanks for packaging this into a nix flake! This is exactly what I needed

@MatthewCroughan
Copy link
Member

@qwbarch yeah, that's what passing -- alone does to the nix command line. So there's two ways:

  1. nix run .#invokeai-nvidia -- --the --real --stuff --you --want --to --pass --web
  2. nix shell .#invokeai-nvidia
    invokeai --the --real --stuff --you --want --to --pass --web
    

@qwbarch
Copy link
Author

qwbarch commented Jun 14, 2023

Thanks a lot!

MatthewCroughan added a commit that referenced this issue Feb 9, 2025
makeDarwinImage: use startosinstall, less OCR/VNC
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

No branches or pull requests

2 participants