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

[BUG] nexa run flux --output foo does not output to specified output directory #206

Open
hammer-ai opened this issue Nov 2, 2024 · 1 comment
Assignees
Labels
🐞 bug Something isn't working

Comments

@hammer-ai
Copy link

Issue Description

When I pass --output it to nexa run flux, it does not respect the output directory location.

Steps to Reproduce

Here I try to save to /tmp/, but it saves to a new generated_images directory in the directory where I run the command from.

~/repo/app/apps/web nexa run flux --output /tmp/
Model FLUX.1-schnell:flux1-schnell-q4_0 already exists at /Users/user/.cache/nexa/hub/official/FLUX.1-schnell/flux1-schnell-q4_0.gguf
Model FLUX.1-schnell:t5xxl-q4_0 already exists at /Users/user/.cache/nexa/hub/official/FLUX.1-schnell/t5xxl-q4_0.gguf
Model FLUX.1-schnell:ae-fp16 already exists at /Users/user/.cache/nexa/hub/official/FLUX.1-schnell/ae-fp16.gguf
Model FLUX.1-schnell:clip_l-fp16 already exists at /Users/user/.cache/nexa/hub/official/FLUX.1-schnell/clip_l-fp16.gguf
>>> a cute dog
>>> Enter your negative prompt (press Enter to skip):  (type "/exit" to quit)

Image 1 saved to: /Users/user/repo/app/apps/web/generated_images/image_1_1730508659.png

Thank you for any help!

OS

MacOS 14.4.1

Python Version

N/A

Nexa SDK Version

0.0.8.5

GPU (if using one)

Apple M2

@hammer-ai hammer-ai added the 🐞 bug Something isn't working label Nov 2, 2024
@zhiyuan8
Copy link
Contributor

zhiyuan8 commented Nov 2, 2024

Thank you for bringing this up. We are actively working on the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants