catcathh / UltraPixel

Implementation of UltraPixel: Advancing Ultra-High-Resolution Image Synthesis to New Peaks
GNU Affero General Public License v3.0
558 stars 21 forks source link

Other SD versions support? #4

Closed andupotorac closed 3 months ago

andupotorac commented 3 months ago

Hi. On page 15 you showcase results for SDXL. Is it fair to assume the code would work on other versions of SD?

catcathh commented 3 months ago

The figure on page 15 primarily compares the latent space differences between StableCascade and SDXL. The latent space of StableCascade is more compact. Currently, our method only supports StableCascade. We are not certain if it can be applied to other SD models, as their latent spaces are not as compact as StableCascade's. This might result in significantly higher training costs.

andupotorac commented 3 months ago

Got it, thanks!