Live data from Hacker News

Google Imagen 2

cloud.google.com

41–50 of 194 posts

Re: Google Imagen 2

#41

For the peer comments - https://cloud.google.com/vertex-ai (marketing page) - https://cloud.google.com/vertex-ai/docs (docs entry point) - https://console.cloud.google.com/vertex-ai (cloud console) - https://console.cloud.google.com/vertex-ai/model-garden (all the models) - https://console.cloud.google.com/vertex-ai/generative (studio / playground) VertexAI is the umbrella for all of the Google models available throu…

Why do Google and Amazon overload their data science notebook offerings with a lot of half-baked poorly documented models and features?

Is this just an end-run around incompetent security teams or something?

Re: Google Imagen 2

#42
I hate that you need a Google account to use it. I generally don’t mind creating yet another account on the internet since one can easily create such accounts with temp. email addresses, for example; but with Google is trickier (sometimes they even ask a mobile phone number and all when signing up), and I prefer not to have a dummy google account which I use alongside my real google account for fear of being locked out (e.g., google may think “this guy has two accounts, same computer same ip… let’s ban him”)

Re: Google Imagen 2

#43
post #33

Earlier quoted context omitted.

According to Fiona Cicconi, Google’s chief people officer, Google employed 30,000 managers before the recent layoffs. The hard truth is Google needs a Twitter style culling. Take all those billions you're burning and give it to people with a builder mentality, not career sheeple. Unfortunately the same executives who would oversee this are the ones who need to be culled first.

From what I understand, Google has a unusually large number of engineers who are happy to coast, and would actively avoid taking on anything important. That seems more of an issue to me compared to middle management bloat.

I've seen this claim thrown around a few times but haven't really seen any evidence that it's true, beyond a few unconvincing anecdotes.

Re: Google Imagen 2

#45

For the peer comments - https://cloud.google.com/vertex-ai (marketing page) - https://cloud.google.com/vertex-ai/docs (docs entry point) - https://console.cloud.google.com/vertex-ai (cloud console) - https://console.cloud.google.com/vertex-ai/model-garden (all the models) - https://console.cloud.google.com/vertex-ai/generative (studio / playground) VertexAI is the umbrella for all of the Google models available throu…

Why do Google and Amazon overload their data science notebook offerings with a lot of half-baked poorly documented models and features? Is this just an end-run around incompetent security teams or something?

I'm not sure what you mean. VertexAI is a product in the larger Google Cloud portfolio. It makes sense that they house everything together instead of making disparate platforms for each. This makes authnz consistent for me and simplifies their end too.

In addition to the models, you'll find a host of day-2 features like model monitoring and experiment tracking. Having to vet and pick from 100+ new SaaS's for these is a nice to not have problem.

Re: Google Imagen 2

#46

The prompt "A shot of a 32-year-old female, up and coming conservationist in a jungle; athletic with short, curly hair and a warm smile" produced an impressive image. But I ran the same prompt 3 times on my laptop in just a few minutes, and got 3 almost-equally impressive images. (using stable diffusion and a free model called devlishphotorealism_sdxl15) https://imgur.com/a/4otrN17

How are two completely different models from different groups, converging on what looks like the exact same person? Number 1 and 3 are eerily similar. I don't understand.

Re: Google Imagen 2

#47
post #2

This post has more information: https://cloud.google.com/blog/products/ai-machine-learning/i... I can't figure out how to try this thing. The closest I got was this sentence: "To get started with Imagen 2 on Vertex AI, find our documentation or reach out to your Google Cloud account representative to join the Trusted Tester Program."

I think the process is

1. Go to console.cloud.google.com

2. Go to model garden

3. Search imagegeneration

4. End up at https://console.cloud.google.com/vertex-ai/publishers/google...

And for whatever reason that is where the documentation is.

Sample request

    curl -X POST \
        -H "Authorization: Bearer $(gcloud auth print-access-token)" \
        -H "Content-Type: application/json; charset=utf-8" \
        -d @request.json \
        "https://us-central1-aiplatform.googleapis.com/v1/projects/PROJECT_ID/locations/us-central1/publishers/google/models/imagegeneration@002:predict"
Sample request.json

    {
      "instances": [
        {
          "prompt": "TEXT_PROMPT"
        }
      ],
      "parameters": {
        "sampleCount": IMAGE_COUNT
      }
    }
Sample response

    {
      "predictions": [
        {
          "bytesBase64Encoded": "BASE64_IMG_BYTES",
          "mimeType": "image/png"
        },
        {
          "mimeType": "image/png",
          "bytesBase64Encoded": "BASE64_IMG_BYTES"
        }
      ],
      "deployedModelId": "DEPLOYED_MODEL_ID",
      "model": "projects/PROJECT_ID/locations/us-central1/models/MODEL_ID",
      "modelDisplayName": "MODEL_DISPLAYNAME",
      "modelVersionId": "1"
    }
Disclaimer: Haven't actually tried sending a request...

Re: Google Imagen 2

#48

The prompt "A shot of a 32-year-old female, up and coming conservationist in a jungle; athletic with short, curly hair and a warm smile" produced an impressive image. But I ran the same prompt 3 times on my laptop in just a few minutes, and got 3 almost-equally impressive images. (using stable diffusion and a free model called devlishphotorealism_sdxl15) https://imgur.com/a/4otrN17

[deleted]

Re: Google Imagen 2

#49

For the peer comments - https://cloud.google.com/vertex-ai (marketing page) - https://cloud.google.com/vertex-ai/docs (docs entry point) - https://console.cloud.google.com/vertex-ai (cloud console) - https://console.cloud.google.com/vertex-ai/model-garden (all the models) - https://console.cloud.google.com/vertex-ai/generative (studio / playground) VertexAI is the umbrella for all of the Google models available throu…

[deleted]

Re: Google Imagen 2

#50

The prompt "A shot of a 32-year-old female, up and coming conservationist in a jungle; athletic with short, curly hair and a warm smile" produced an impressive image. But I ran the same prompt 3 times on my laptop in just a few minutes, and got 3 almost-equally impressive images. (using stable diffusion and a free model called devlishphotorealism_sdxl15) https://imgur.com/a/4otrN17

How are two completely different models from different groups, converging on what looks like the exact same person? Number 1 and 3 are eerily similar. I don't understand.

https://nonint.com/2023/06/10/the-it-in-ai-models-is-the-dat...
Post reply on HN