9 ms·
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 — ar
by typest 4y 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)?
- bryced 4y ago- text-based masks use a clipseg model. - the boolean mask logic is unique to this library - the face fixing is done by CodeFormer