Hacker News new | ask | show | jobs
by typest 1297 days ago
How much of this is stable diffusion 2, and how much is something else? For instance, the text based masks, the syntax like AND and OR, the face up scaling — are these all part of stable diffusion 2 (and can be used via other stable diffusion apis)?
1 comments

- text-based masks use a clipseg model. - the boolean mask logic is unique to this library - the face fixing is done by CodeFormer