Seems the structure of UNet hasn't changed other than the text encoder input (768 to 1024). The biggest change is on the text encoder, switched from ViT-L14 to ViT-H14 and fine-tuned based on https://arxiv.org/pdf/2109.01903.pdf . Seems the 768-v model, if used properly, can substantially speed-up the generation, but not exactly sure yet. Seems straightforward to switch to 512-base model for my app next week.
Stable Diffusion 2.0
161–170 of 519 posts
Re: Stable Diffusion 2.0
#162Earlier quoted context omitted.
I agree that this a big wave, but I'm still struggling to find commercial (read: large organizations) applications.
Built a plugin for Power Point and sell it corporate wide.
Re: Stable Diffusion 2.0
#163Hopefully related: If I'm a photographer wanting to improve resolution of my content for printing, what's my current best bet for upscaling? Is it realistic to make use of this on the command line, feeding it my own images? Or has someone wrapped it in an app or online service?
Re: Stable Diffusion 2.0
#164Earlier quoted context omitted.
Banknote printing is primarily protected against on the hardware level of printers, no? With the nigh-invisible unique watermark left by every printer, there’s virtually no way you’d get away with it. My guess is that the Photoshop filter exists mostly as a barrier against the crime of convenience.
My point is that there is precedent for governments requiring companies to implement restrictions on what images can be handled by their software. As I explained: This kind of mandated restriction is looming over AI. Companies are trying to get out in front of these restrictions so they can implement them on their own terms.
But images of boobs are still legal. So this NSFW filter seems to be much more above then the law asks. Is the issue is that even if you do not train with CP you might get the model so output something that some random person will get offended and label it as CP? I assume that other companies can focus on NSFW and have their lawyers figure this out, IMo would be cool that someone sues the governments and make them reveal facts about their concern that CP of fake or cartoon people is dangerous" , I think they could focus on saving real children then cartoon ones.
Re: Stable Diffusion 2.0
#165Earlier quoted context omitted.
What are you building?
It started as an AI-powered MS paint for my son. But after demoing it to a few coworkers, it morphed into a bit more than that. Now it’s more of a storybook creator that young kids can use to generate their own stories. Not looking to monetize at all. But inference is expensive. So might have something to cover costs. Some backstory: When I was growing up in the early 90s, my dad took me into his office over the week…
Re: Stable Diffusion 2.0
#166They apparently tried to combat NSFW generation by filtering the training dataset not to include any.
Did they exclude celebrities, politicians, and religious and political symbols? Deceitful extremists and vengeful criminals fabricating lies seem to be a far more serious problem than fantasy porno.
Also lexica.art is swarming with celebrity fantasy porn that just has a thin stylistic filter of paintings from the 19th century. And a plethora of furry daddies that you can't not love.
I get why these models should be curated but I also like that the sketchy porn possibilities keep them feeling un-padded / interesting / dangerous.
Then again this all is probably really dangerous so maybe that's silly.
Re: Stable Diffusion 2.0
#167Can this transform an image into a vector illustration ?
Re: Stable Diffusion 2.0
#168Re: Stable Diffusion 2.0
#169Earlier quoted context omitted.
The future is probably models trained almost exclusively on porn.
Porn has driven many tech advances. I predict that models trained on specific porn genres will appear as soon as training a good model is doable for under $5000. They’ll get here much quicker if we get video to that mark first.
Re: Stable Diffusion 2.0
#170I've seen references to merging models together to be able to generate new kinds of imagery or styles, how does that work? I think you use Dreambooth to make specialized models, and I think I got an idea about how that basically assigns a name to a vector in the latent space that represents the thing you want to generate new imagery of, but can you generate multiple models and blend them together? Edit: Looks like AU…
Someone even figured out they could get great compression of specialized model files by first subtracting the base model from the specialized model (using plain arithmetic) before zipping it. Of course, you need the same base file handy when you go to reverse the process.