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
The reason why the resolution is 512 in the given code is because we are fine-tuning Stable Diffusion v1.4 with the ReFL algorithm in the code, and the resolution supported by SD v1.4 is 512. In fact, how much resolution is supported is determined by the text-to-image base model, not by fine-tuning algorithms such as ReFL. If you want to support 1024, you can try a newer text-to-image base model such as SDXL that supports larger resolutions.
你好,我看到ReFL.py在训练阶段要求图像尺寸在512512,那请问在推理阶段是否支持10241024或者更大的尺寸呢?如果不支持的话,我是否可以直接在训练阶段将图像尺寸修改成1024*1024,这样修改会有什么问题吗?
The text was updated successfully, but these errors were encountered: