Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bryced
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bryced
1y ago
Asked this and related questions to o3. I do not vouch for the answers at all but you may find it interesting. https://chatgpt.com/share/6876cdd1-dfbc-8011-a55f-6915a90275...
2.
▲
Show HN: Launch StableStudio local inference in one commmand
(github.com)
6 points
by
bryced
3y ago
|
0 comments
3.
▲
by
bryced
4y ago
There is a smart mask feature. Add `--mask-prompt face --mask-mode keep`. I believe it outputs the masks as well
4.
▲
by
bryced
4y ago
I believe you can just ignore that error. The cell ran.
5.
▲
by
bryced
4y ago
Fair but I'd point out I also didn't make the algorithm that changes photos. I'm wrapping a bunch of algorithms that other people made in a way that makes them easy to use. It's not just that GUI's are hard, it'
6.
▲
by
bryced
4y ago
> would it be possible to use this tool to make automatic mask for editing in something like GIMP probably but GIMP plugins are not something I've looked into > REPL already done. just type `aimg` and you're good to go >
7.
▲
by
bryced
4y ago
I'm told Imaginairy secretly does run on Intel Mac. very slowly. I just don't want to be on the hook for support so the reqs are written that way.
8.
▲
by
bryced
4y ago
Oh I see what you're saying. It's not actually downloading but there is a bug where it's not using the cache properly. will fix
9.
▲
by
bryced
4y ago
If you're wanting to use Stable Diffusion 2.1 with imaginairy you just specify the model with `--model SD-2.1` when running the `aimg imagine` command.
10.
▲
by
bryced
4y ago
This is itself it's own finetuned version of SD so now it won't work with alternative versions. img2img works by just running normal stable diffusion img2img on a noised starting image. As such it destroys information at all parts
11.
▲
by
bryced
4y ago
The console output tells you what happened.
12.
▲
by
bryced
4y ago
Does dalle do prompt based photo edits now? But yeah sometimes it doesn't follow directions well. I haven't noticed a pattern yet for why that is.
13.
▲
by
bryced
4y ago
Here is a google colab you can try it in: https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjC...
14.
▲
by
bryced
4y ago
Here is a colab you can try it in. It crashed for me the first time but worked the second time. https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjC...
15.
▲
by
bryced
4y ago
It does work in non-pro colab apparently. Here you go: https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjC...
16.
▲
by
bryced
4y ago
If you're used to installing python packages it should be relatively easy. There are other projects with nice UIs but that's not what this library is for.
17.
▲
by
bryced
4y ago
yes stable diffusion is not great about handling multiple ideas. New image models coming out soon though.
18.
▲
by
bryced
4y ago
That is strange. I'm not sure what would cause that unless it was running in some ephemeral environment. What OS? Can you open a github issue with a screenshot?
19.
▲
by
bryced
4y ago
I tried it out :-) `aimg edit assets/girl_with_a_pearl_earring.jpg "make it pop" --prompt-strength 40 --gif` https://user-images.githubusercontent.com/1217531/213912442-...
20.
▲
by
bryced
4y ago
I'm running on a 2080 TI and an edit runs in 2 seconds. On my Apple M1 Max 32Gb edits take about 60 seconds.
21.
▲
by
bryced
4y ago
dreambooth perhaps?
22.
▲
by
bryced
4y ago
https://arxiv.org/abs/2211.09800
23.
▲
by
bryced
4y ago
Yes if you're not careful it can ruin the face. You can play with the strength factor to see if something can be worked out. Bigger faces are safer.
24.
▲
by
bryced
4y ago
I did the work to wrap it up and make it "easy" to install. The researchers who did the real work can be found here: https://www.timothybrooks.com/instruct-pix2pix
25.
▲
by
bryced
4y ago
Shouldn't be downloads per prompt. Processing happens on your machine. It does download models as needed. A network call per prompt would be a bug.
26.
▲
by
bryced
4y ago
I'm not aware of any pre-existing open-source model that selectively edits images (leaving some parts untouched) based on instructions. This new method is much better than the image2image that shipped with the original stable diffus
27.
▲
by
bryced
4y ago
Been doing a lot with prompts lately. What people are calling "prompt engineering" I'd call "knowing what to even ask for and also asking for it in a clear manner". That was a valuable skill before computers and wi
28.
▲
by
bryced
4y ago
For the specific example you provide you could also use a prompt-based mask to prevent it from editing the person.
29.
▲
by
bryced
4y ago
no. in imaginairy it's called `--prompt-strength`. In other libraries it's called CFG or "classifier-free guidance". For the image edits I vary the strength of the effect from between 3-25
30.
▲
by
bryced
4y ago
Thanks Paul!
More ›