Live data from Hacker News

Viewing profile — bryced

bryced

HN member
Joined
Fri, Feb 01, 2013, 5:26 PM UTC
HN karma
967
Public activity
72 items

About bryced

No profile information was provided.

Recent public activity

  1. comment
    Comment #44576211

    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. story
    Show HN: Launch StableStudio local inference in one commmand

    Happy to announce integration between imaginAIry and StableStudio. This is the easiest way to try out StableStudio with local image generation. A local instance can be launched sim…

  3. comment
    Comment #34489883

    There is a smart mask feature. Add `--mask-prompt face --mask-mode keep`. I believe it outputs the masks as well

  4. comment
    Comment #34488927

    I believe you can just ignore that error. The cell ran.

  5. comment
    Comment #34488914

    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 no…

  6. comment
    Comment #34488637

    > 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. …

  7. comment
    Comment #34484170

    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. comment
    Comment #34481418

    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. comment
    Comment #34481132

    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. comment
    Comment #34478840

    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 i…

  11. comment
    Comment #34478755

    The console output tells you what happened.

  12. comment
    Comment #34478715

    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. comment
    Comment #34476318

    Here is a google colab you can try it in: https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjC...

  14. comment
    Comment #34476305

    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. comment
    Comment #34476296

    It does work in non-pro colab apparently. Here you go: https://colab.research.google.com/drive/1rOvQNs0Cmn_yU1bKWjC...

  16. comment
    Comment #34476219

    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. comment
    Comment #34476209

    yes stable diffusion is not great about handling multiple ideas. New image models coming out soon though.

  18. comment
    Comment #34476206

    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. comment
    Comment #34476192

    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. comment
    Comment #34476151

    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. comment
    Comment #34476134

    dreambooth perhaps?

  22. comment
    Comment #34476129

    https://arxiv.org/abs/2211.09800

  23. comment
    Comment #34476121

    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. comment
    Comment #34476114

    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. comment
    Comment #34476109

    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.