Is there anything like this for the vector landscape? This may just be due to the iterative denoising approach a lot of these models take but they only seem to work well when creating raster style images. In my experience when you ask them to create logos, shirt designs, illustrations, they tend to not work as well and introduce a lot of artifacts, distortions, incorrect spellings etc.
Stable Diffusion XL 1.0
101–110 of 182 posts
Re: Stable Diffusion XL 1.0
#102Re: Stable Diffusion XL 1.0
#103Can SD draw hands finally?
Re: Stable Diffusion XL 1.0
#104Is there anything like this for the vector landscape? This may just be due to the iterative denoising approach a lot of these models take but they only seem to work well when creating raster style images. In my experience when you ask them to create logos, shirt designs, illustrations, they tend to not work as well and introduce a lot of artifacts, distortions, incorrect spellings etc.
As for directly generating vector images, there's nothing yet. Your best bet is generating vector-looking raster and tracing it.
Re: Stable Diffusion XL 1.0
#105I always wondered why the vision models don't seem to be following the whole "scale up as much as possible" mantra that has defined the language models of the past few years (to the same extent). Even 3.5 billion parameters is absolutely nothing compared to the likes of GPT-3, 3.5, 4, or even the larger open-source language models (e.g. LLaMA-65B). Is it just an engineering challenge that no one has stepped up for ye…
Diffusion is more parameter-efficient and you quickly saturate the target fidelity, especially with some refiner cascade. It's a solved problem. You do not need more than maybe 4B total. Images are far more redundant than text. In fact, most interesting papers since Imagen show that you get more mileage out of scaling the text encoder part, which is, of course, a Transformer. This is what drives accuracy, text render…
That’s actually how this whole party got started. DALL-E (the first one) was a transformer model trained on image tokens from an early VAE (and text tokens ofc). Researchers from CompVis developed VQGAN in response. OpenAI showed improved fidelity with guided diffusion over ImageNet (classes) and subsequently DALLE2 using pixel space diffusion and cascading up sampling. CompVis responded with Latent Diffusion which used diffusion in the latent space of some new VQGANs.
The paper you mention is interesting! They go back to the DALL-E 1 method but train two VQGAN’s for upsampling and increase the parameter count. This is faster, but only faster than originally reported benchmarks using inferior sampling methods for their diffusion. I would be curious if they can beat some of the more recent ones which require as few as 10-20 steps.
They also improve on FID/CLIP scores likely by using more parameters. This might be a memory/time trade off though. I would be curious how much more VRAM their model requires compared to SD, MJ, Kandinsky.
The same goes for using T5-XXL. You’ll win FID score contests but no one will be able to run it without an A100 or TPU pod.
Re: Stable Diffusion XL 1.0
#106Earlier quoted context omitted.
Diffusion is more parameter-efficient and you quickly saturate the target fidelity, especially with some refiner cascade. It's a solved problem. You do not need more than maybe 4B total. Images are far more redundant than text. In fact, most interesting papers since Imagen show that you get more mileage out of scaling the text encoder part, which is, of course, a Transformer. This is what drives accuracy, text render…
> Images are far more redundant than text. "A picture is worth a thousand words" - I wonder how (in)accurate this popular saying turned out to be? :D
Re: Stable Diffusion XL 1.0
#107Earlier quoted context omitted.
It's already supported in automatic1111 (see recent updates), and someone in the community will convert it to the automatic1111 format within minutes/hours after it's released on huggingface.
whats the memory usage of sdxl ?
Re: Stable Diffusion XL 1.0
#108Earlier quoted context omitted.
> Images are far more redundant than text. "A picture is worth a thousand words" - I wonder how (in)accurate this popular saying turned out to be? :D
I'm gonna go ahead and say in 2023, one detailed picture (512x512) is worth about 30 words.
Re: Stable Diffusion XL 1.0
#109Amazing that their examples at the bottom of the page still show really messed up human hands.
Re: Stable Diffusion XL 1.0
#110Earlier quoted context omitted.
I've personally observed that the drawing of hands in Midjourney and SD has been getting incrementally better release after release.
That's why I'm amazed they picked images with totally borked up hands to put on their press release. Truth in advertising!