-
Notifications
You must be signed in to change notification settings - Fork 224
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
[image generation] -img does not work with -q #348
Comments
I haven't added support for -q or for filepath for --img To generate image with pollinations ai, you just have to make a GET request. |
In typescript (astal / gtk) here is the code
i like the convenience of simply getting the output of what i want without searching for an api that is free / reading the docs / maintaining the code plus u already implemented image generation so why redo it
i would do it, but each new API will require me to create its own GET request, which will defeat the point of multiple APIs
Please add the support for -q & filepath if u got the time, i really like this project, would be a shame to make things from scratch |
I agree. However the image generation api is very simple and using it directly will give you more control Its just a GET request:
|
-img works without -q
but when i use -q it dosent work for some reason, only returns text
Also is there a way to specify the path of the image that get generated
use case
am building a gui for text and image generation, and i need to specify the path where the image should be stored
version
The text was updated successfully, but these errors were encountered: