You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running SD on a RPI 5 and everything seems working fine.
Need to refine the text description for an image.
Is there a way to change the images size?
Did not find an option.
On SD repo I found there are --H and --W.
Do I need to change this:
std::string m_seed = std::to_string(std::time(0) % 1024 * 1024);
and recompile?
The text was updated successfully, but these errors were encountered:
hi,
Unfortunately there is no way to change the size of the output image with
OnnxStream.
However, consider that generating images with SD at sizes other than
standard ones usually produces inferior results.
Vito
I am tryint to change images sizes.
I am running SD on a RPI 5 and everything seems working fine.
Need to refine the text description for an image.
Is there a way to change the images size?
Did not find an option.
On SD repo I found there are --H and --W.
Do I need to change this:
std::string m_seed = std::to_string(std::time(0) % 1024 * 1024);
and recompile?
The text was updated successfully, but these errors were encountered: