Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vipermu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
vipermu
1y ago
hey hn! I'm one of the founders at Krea. we prepared a blogpost about how we trained FLUX Krea if you're interested in learning more: https://www.krea.ai/blog/flux-krea-open-source-release
2.
▲
by
vipermu
1y ago
hey hn! I'm one of the founders at Krea. we prepared a blogpost about how we trained FLUX Krea if you're interested in learning more: https://www.krea.ai/blog/flux-krea-open-source-release
3.
▲
by
vipermu
3y ago
exactly
4.
▲
by
vipermu
3y ago
how will this change with ai though?
5.
▲
by
vipermu
3y ago
it would be interesting to play with LCM-LoRAs and AnimateDiff and see how much much this technique can speed up video generation. not sure if it's possible to just plug-and-play it or if we would need an extra LCM-LoRA for the motion
6.
▲
by
vipermu
3y ago
indeed; we're able to make it work with SDXL thanks to a new technique that got released yesterday called LCM-LoRA. with LCM-LoRA you can turn models like SDXL into LCMs without need for training and you can add other style LoRAs like
7.
▲
by
vipermu
3y ago
it uses a new technique called "consistency" that lets latent diffusion models to predict images in much fewer steps. some links here: - https://arxiv.org/abs/2310.04378 - https://arxiv.org/ab
8.
▲
What is ControlNet and how does it work?
(twitter.com)
1 points
by
vipermu
4y ago
|
1 comments
9.
▲
by
vipermu
4y ago
Here's a brief explanation of ControlNet, a new method that can be used to control large diffusion models in arbitrary conditions, such as image edges, human poses, or segmentation maps.
10.
▲
by
vipermu
4y ago
really cool! that must have been a lot of work. Here's another great site for references: https://proximacentaurib.notion.site/proximacentaurib/parrot...
11.
▲
by
vipermu
4y ago
Good question. All the generations in the dataset were generated with version 1.3.
12.
▲
by
vipermu
4y ago
yup! btw, if you want compressed generators you'll enjoy this discussion https://discuss.huggingface.co/t/decoding-latents-to-rgb-wit...
13.
▲
by
vipermu
4y ago
in krea.ai you can create collections of images with their prompts by pressing the "+" button in an image. you also have access to all the different components that create each prompt, and you can search similar ones by clicking t
14.
▲
by
vipermu
4y ago
Stable Diffusion was released just a month ago and look at the amount of applications and improvements that have been developed, it feels like a year! Open-source is the way to get the most out of this tech. We plan to keep building all the
15.
▲
by
vipermu
4y ago
We're living some crazy times! A truly AI summer. If you enjoy thinking about how the future of this field might look like, I highly recommend watching the interview between Yannic Kilcher and Sebastian Risi ( https://www.you
16.
▲
by
vipermu
4y ago
You can use the code in https://github.com/krea-ai/prompt-search to do so. You first want to compute the CLIP embeddings of each prompt, index them using something like K-Nearest Neighbors (so you can get search for si
17.
▲
by
vipermu
4y ago
fixed! thanks for spotting the issue :)
18.
▲
by
vipermu
4y ago
Thanks! Great work with Lexica. We also released a free API https://devapi.krea.ai/ if anyone wants to check it out. It will soon have endpoints with custom image generation features.
19.
▲
by
vipermu
4y ago
Thanks! Prompts can be hard to create, we hope that having access to these kinds of datasets we will be able to create tools and conduct studies that help us create better images and understand better the possibilities of AI models like sta
20.
▲
by
vipermu
4y ago
I wonder how CLIP search would work for finding errors in the dataset. For now, a workaround is to create your own "glitch" collection in krea.ai and store there images with artifacts. If you end up doing it we will add a "do
21.
▲
by
vipermu
4y ago
The source (Stability AI Discord) is the same, but I don't know how Sharif gathered his data.
22.
▲
by
vipermu
4y ago
We do not have a continuous system, the data is a mix between our own crawled generations and the dataset published by Dave Caruso ( https://github.com/paperdave ). With our crawler, we were able to get about 100k generations
23.
▲
Show HN: Open Prompts – dataset of 10M Stable Diffusion generations
(github.com)
279 points
by
vipermu
4y ago
|
71 comments
24.
▲
by
vipermu
4y ago
you should check out these amazing art studies by @proximasan, @EErratica, @KyrickYoung, and @sureailabs (twitter) https://proximacentaurib.notion.site/proximacentaurib/parrot...
25.
▲
by
vipermu
6y ago
Just wrote this article introducing the main ideas on why Transformers can be so powerful for Computer Vision applications. Hope you find it insightful, any feedback is welcome :)