Open s-show opened 2 years ago
https://www.youtube.com/watch?v=Z9PFh2Us3vk
This might help you.
You need to rebuild the data base to the proportion you want, but at more resolution you need more VRAM, see the steps to do it here #10 (works to higher sizes too)
PD: You need to calculate based in any divible number by 64, not by 8 as the comments in the source code.
I am using Stable Diffusion in this branch to generate images, but I get an error when I try to generate a 768x512 size image.
The code to generate the image is as follows
Running this code returns the following error
I think it conflicts with the setting of the example code in
examples/inference/dml_onnx.py
, but due to my lack of knowledge I cannot determine the cause.Please let me know how to generate a 768x512 sized image with Stable Diffusion in this branch.