Hey, computer, make me a font
41–50 of 150 posts
Re: Hey, computer, make me a font
#42This is interesting but i think generating the next letter from the letters before may not be the best way to do it. As you mentioned they degrade with each letter. Maybe creating one long image of a whole font would work better. edit: in the above am misunderstanding what is happening here. But i still think there must be another way to structure this so the attention mechanism doesn't have to work so hard.
Re: Hey, computer, make me a font
#43Earlier quoted context omitted.
So, if I understand you correctly, it was less a question "does it do x?" and more an indirect form of "hey OP, would be cool if it did X" ?
This is not the place for starting a discussion about whether context and subtext should be implicit or explicit in written English. That's what https://philosophy.stackexchange.com is for.
From your answer, tho very indirect, I now suspect that I did misunderstand your initial comment, and answering your question was missing the point.
That is all I wanted (after at first wanting to be helpful).
Re: Hey, computer, make me a font
#44> To train the model, I assembled a dataset of 71k distinct fonts. I give it a week before Monotype sues your face off.
Re: Hey, computer, make me a font
#45I found a few months ago that the gpt-4 code interpreter is capable of converting a black and white png of a glyph to an svg https://twitter.com/lfegray/status/1678787763905126400 It would be cool to combine a script like the one gpt-4 gave me with an image generation model to generate fonts. The approach from this blog post is way more interesting though. On a separate note it reminds me of this suckerpinch video :)…
Re: Hey, computer, make me a font
#46Earlier quoted context omitted.
This is not the place for starting a discussion about whether context and subtext should be implicit or explicit in written English. That's what https://philosophy.stackexchange.com is for.
I don't want to start a discussion, I wanted to know if I misread your original comment, and whether you meant something different from what I thought you meant. From your answer, tho very indirect, I now suspect that I did misunderstand your initial comment, and answering your question was missing the point. That is all I wanted (after at first wanting to be helpful).
Re: Hey, computer, make me a font
#47Re: Hey, computer, make me a font
#48A 1% error in a raster output would be pixel colors being slightly off, but a 89° corner in a vector image is immediately noticeable, making this a hard problem to solve. I haven’t looked into this problem too much since, but I’m interested to hear about possible solutions and reading material.
Re: Hey, computer, make me a font
#49Kinda funny how it works well at this whereas diffusion models go to die when it comes to drawing text but of course it works in a completely different manner.
But yeah overall diffusion has not generally been able to do it at all before.