Using “underdrawings” for accurate text and numbers
11–20 of 140 posts
Re: Using “underdrawings” for accurate text and numbers
#12Re: Using “underdrawings” for accurate text and numbers
#13This is just img2img where first image with correct structure was generated by code.
Re: Using “underdrawings” for accurate text and numbers
#14This hack definitely falls in the “duh, why didn’t I think of that” category of tricks, but glad to now have it next time imagegen comes up short
Re: Using “underdrawings” for accurate text and numbers
#15It should be fairly trivial to fix any logic errors in the structured output, too.
Re: Using “underdrawings” for accurate text and numbers
#16This hack definitely falls in the “duh, why didn’t I think of that” category of tricks, but glad to now have it next time imagegen comes up short
Even the original stable diffusion app had image 2 image. It just didn’t work as well. I‘m not sure why this is supposed to be novel.
Re: Using “underdrawings” for accurate text and numbers
#17This is just img2img where first image with correct structure was generated by code.
Re: Using “underdrawings” for accurate text and numbers
#18Re: Using “underdrawings” for accurate text and numbers
#19This hack definitely falls in the “duh, why didn’t I think of that” category of tricks, but glad to now have it next time imagegen comes up short
Even the original stable diffusion app had image 2 image. It just didn’t work as well. I‘m not sure why this is supposed to be novel.
It’s a useful trick to have in one’s toolbox, and I’m grateful to the author for sharing it.
Re: Using “underdrawings” for accurate text and numbers
#20I'm glad that we're making progress towards a deeper understanding of what LLMs are inherently good at and what they're inherently bad at (not to say incapable of doing, but stuff that is less likely to work due to fundamental limitations). There's similarity here with, for example, defining the architecture of software, but letting an LLM write the functions. Or asking an LLM to write you the SQL query for your data…
Not so long ago, this was how early adopters of LLM coding assistants claimed was the right way to use them in coding tasks: prompt to draft the outline, and then prompt to implement each function. There were even a few posts in HN on blogposts showing off this approach with terms inspired in animation work.