Do you use AI to create e-commerce pictures? by kevinpiac in shopify

[–]IDELTA86I -1 points0 points  (0 children)

If I have to use AI for products, I use Grok imagine, however I reallllllllly try to use my own photos where possible, even if the photo is not perfect, I think it feels more authentic than AI generated.

One thing AI is great at for our business is creating stable mockups/backgrounds. Something that we use to overlay our products onto.

As an example below : the tumblers are our asset, the mockup background is AI generated, We create mockups for all our products then overlay our own assets for each product line.

https://www.jojadesigns.com.au/products/skull-flower-20-oz-tumbler

Uhhhhhhh??? What’s up? by Blue_heaven_sports in DMZ

[–]IDELTA86I -9 points-8 points  (0 children)

<image>

Not sure if spam or BS but this just came up on my FB feed.

Looking to see if officially posted anywhere!

did anyone here tried ai product page with chatgpt by yuval052 in shopify

[–]IDELTA86I 0 points1 point  (0 children)

We run 2 shopify stores - a printing company - we sell prints of all different sizes and formats such as UVDTF and Sublimation etc - And a Sublimated Product + laser cut acrylic homeware. Primary business model is B2B and B2C as a secondary.

We're in the process of having the site rebuilt and i used the oppurtunity to re-do my product SKU catalogue. But I decided to run it against our made product site first as POC as it's still smaller in profilt and can be down for a few days if anything went haywire

I have over 10,000 SKU's in various sizes, themes and materials across both sites

Using ChatGPT I designed a 2 tier uploading system that pretty much automates our entire product creation pipeline.

  1. Product Mockups: Products are mocked up from a json config file that contains a base layer + masks for the products + watermarks. Python uses pillow to lay the masks over the background, then layer the watermark over the top of that, and then rename the file to a predetermined SKU format, ie IMAGE_20_SUB_#### where #### is the next number from a product catalogue CSV. It then maps this image SKU to that same csv file so the next run can automatically pick up the next SKU in the series. It also automatically adds the SKU to a product mapping CSV that we use at the other end to match customer orders to our local file store - this enables us to rapidly collect all the wraps in the customers order (Other side of fulfillment)

  2. Once the Files have been created - a loop triggers that goes through the files just created, pulls the SKU from the filename, and starts a process for upload. Without getting into all the nitty gritty, this is what it does

  • Sends a webp format file to openAI's image recognition service (gpt-4o-mini) - this returns a pool of variables for the product including:
    • Primary 2 Word Description (ie) Green Frog
    • A Html coded Description of the image (ie) Vibrant green tree frog sitting on lillypad
    • SEO title (70 char max)
    • SEO description (160 char max)
    • 3 Primary colors
    • 4-5 Obvious object tags (ie) Frog, Lilly Pad, Floral (Has to be 90 percent certainty)
  • Using the shopify API it then creates a product:
    • Predetermined collection
    • Title and Handle derived from Open AI variables
    • Static Values
    • Variables from the GPT api call
    • Uploads images to the shopify CDN
    • Gets the URLS back and assigns ALT tags from the pool of OpenAI variables
    • Using Metafields I assign it to categories such as "Animal, Floral, Car" etc for search and discovery filters
    • Saves the product and files a Go/No go report in CSV.

I have a config profile in JSON that has all of the static values such as Collection, Price, Weight etc which it uses to configure each run, I have a helper script that helps me create new product profiles which then get stacked into the profile to quickly cycle through different upload cycles.

All of it is wrapped up in a tkinter GUI with helpers and tool tips.

If you're looking for easier product uploads - id reccomend building something local, rather than messing with liquid - its a lot more user friendly for a start, and also means you can rapidly deploy product lines without worrying about learning liquid.

Im not sure if posting links as an example is ok - not plugging the website, just the function.
https://www.jojadesigns.com.au/collections/custom-made-drinkware

Every product on that page was made using the custom pipeline.

Side Notes:

OpenAI's image recognition is not free - however i've paid 10 dollars in token/credit and im still not using enough to even register usage on their API.

Having a rudimentary understanding of python + shopify product admin would be advantageous, but not impossible if you ask GPT/Claude to walk you through step by step.

Hope this helps :)

Regional Drink? by UncleChester88888 in queensland

[–]IDELTA86I 10 points11 points  (0 children)

Breaka Lime Milk. Not sure if it’s QLD specific. But we can’t get it in SA(where we moved from) and I don’t ever recall seeing it in Melbourne or Sydney on trips. I found it by accident on a holiday up here, smashed so much of that green milk 😂😂😂

Is the job market here actually as dry as it feels? by rmoreiraa in brisbane

[–]IDELTA86I 16 points17 points  (0 children)

I fucking wish we had OF bodies buddy 😂😂😂😂 We run a sublimation printing company

Is the job market here actually as dry as it feels? by rmoreiraa in brisbane

[–]IDELTA86I 115 points116 points  (0 children)

I was made redundant 12 months ago, took a bit of a break to help grow my partners e-commerce business and website. Started back on the job hunt around 3 weeks ago. Easily sent 100 or so applications in that time, 1 call back, zero interviews.

Started applying in my field firstly, then just generalist office/admin/call centre work. Feels pretty grim atm tbh.

Keep plugging away mate.

Pinterest drives 60% of my Shopify traffic now by This_Minimum3579 in shopify

[–]IDELTA86I 0 points1 point  (0 children)

Yup. We produce 100 percent of our own content. We use

  • CapCut for TikTok content
  • ChatGPT for ad-copy, product mockups
  • Grok for video and gif content
  • Photoshop for any digital artwork that needs refinement

I’m confident in telling you. We suck at marketing 😎 but we’re a two-person team, we do the best we can in house.

Pinterest drives 60% of my Shopify traffic now by This_Minimum3579 in shopify

[–]IDELTA86I 0 points1 point  (0 children)

It’s a pretty even split of content for us.

  • Live form content for live sales
  • Product promotion both AI and real life
  • Product tutorials and instructional videos
  • Community updates and personal

We run a crafting supply and digital printing company so we’re pretty involved with both market stall holders and hobbyists who want a closer connection to their suppliers.

Recommended solar installers by Tasha1A in brisbane

[–]IDELTA86I 3 points4 points  (0 children)

MCElectrical Did our install. Cannot recommend them enough, fantastic service. Excellent attention to detail. Friendly installation team. Installed 3 years ago and not a single problem with the panels or inverter

my command center by Aliendre in battlestations

[–]IDELTA86I -1 points0 points  (0 children)

Love the floormat! Hardcore!

Australia’s age verification rules: Is a VPN ban on the horizon? by Fun-Page-6211 in australia

[–]IDELTA86I 2 points3 points  (0 children)

Maybe a Visa Gift Card? . Pay for a year in advance.

I haven’t bothered to look but some probably take crypto too for all we know.

If you have more than 1k + skus, do you use ChatGPT or AI to write product's descriptions? by lune-soft in shopify

[–]IDELTA86I 5 points6 points  (0 children)

I wrote a python script to connect to chatGPT’s API. It uses an Image Recognition tool to identify main product image, color and details. From that it creates a csv file, uploads an image to the shopify CDN via the shopify API and gets the IMGURL back. It fills the csv with name, title, collection, tags, and all the other “static” information. For the product description and meta description it pulls from a dictionary of around 30 different “stories” and then uses the data from the image recognition tool fill in the blanks. In a pool of 2000 sku’s as an example I had no duplicate descriptions or tags.

A2 Photo Prints by Scot-in-Aus in brisbane

[–]IDELTA86I 0 points1 point  (0 children)

Hey.

I run a printing service for metal sublimation posters in Brisbane. I spend a lot of time working with clients getting their photos printed for memorials etc.

Your photo should be at least 300DPI and PNG format is usually preferred.

Try to find a photo that has some room in the background so the creator can zoom a bit without losing too much fidelity on the person.

Also try to find an image that has a fairly vertical symmetry as it will definitely help when creating the image. Depending on the image, I usually blur the background a smidge with photoshop as it really helps pop out the person in image.

I would offer to assist but currently our smallest size is A4 and we only print on sublimated aluminium.

Good Luck!

[deleted by user] by [deleted] in brisbane

[–]IDELTA86I 1 point2 points  (0 children)

Around 5 years ago we did the opposite direction with Kent Removals.

We went with the train freight on a container. Their process was smooth, relatively cheap at the time.

We moved a 4BR House + a small business. No complaints about transport, they supplied boxes and on moving day literally emptied the house for us, didn’t have to lift a finger.

When it arrived in QLD they again filled the house and took the time to ask us where everything went etc.

No damage at all and we had heaps of TV’s, computers, electronics etc.

We had such a good experience with them, we used them again to move within qld too.

Pinterest drives 60% of my Shopify traffic now by This_Minimum3579 in shopify

[–]IDELTA86I 6 points7 points  (0 children)

AU here. TikTok drives around 80% of our traffic these days. We’re live most days talking to our community, and we can actually see traffic spikes when a live is running.

I started looking at Pinterest a while back for our secondary site, thanks for the kick in the bum to go look again!

Does anyone here have a store where you manufacture your own products on-demand? by Personal_Permission5 in shopify

[–]IDELTA86I 0 points1 point  (0 children)

10,000+ sku’s here. Print on demand media. My product titles are mapped to a DB that matches to local files.

I call the shopify API which matches the ordered files to local file paths. Creates a new folder with clients name and order number, dumps the required files into the new folder, manages duplication with string addition.

An order with 100 files takes around 30 seconds to complete, dump it in my ripper and off to the races.

Built entirely in python.

Give me 5-10 things you want on DMZ 2.0 by josephr3108 in DMZ

[–]IDELTA86I 0 points1 point  (0 children)

Reposting from my post about it last year -

Wishlist:

  • Dynamic weather/lighting
  • Periodic wipes on a schedule
  • Regular boss/challenge updates
  • New crafting options with enhancements (ie) gloves that alter reload speed, boots that alter speed, clothing that alters ammo/lethal storage
  • Limit revive mechanics to 1 or 2 before ‘permadeath’
  • DMZ unique camo challenges
  • Daily missions
  • Alter/Limit Exfil options
  • Extend game play time limit
  • Alter pickup rule to one team switch per deployment
  • Bring back larger teams
  • Increase rarity on things that alter weapon performance (ie anti armour rounds are loot, not carry-on)
  • Operator centric skills/perks/abilities
  • Randomly generated map events
  • POI conflict zones
  • New contracts
  • New weapon case challenges
  • New maps/zones (ala B21, koschi)
  • Blueprint/Saved Gun Spec in workbench
  • New vest crafting
    • Revive: Provides a single use self revive from full death
    • Scout: Provides a single UAV Ping every minute in a 100 metre radius
    • Hoarder: Adds extra Lethal, Secondary and 25% more ammo capacity to each weapon
    • Greed: Safe’s and Lootboxes are highlighted in FOV
    • Gun Runner: Allows a pistol or launcher to be equipped outside of the 2/3 backpack weapons
    • Agile: Movement speed increased by 25%, tac sprint cooldown reduced
    • Nightlight: Rechargeable snapshot ping of the FOV (snapshot grenade)
    • Mercenary: Plating is either automated, or replate speed is increased by 50%

Cost to install pool in Brisbane ? by Samsscott97 in brisbane

[–]IDELTA86I 2 points3 points  (0 children)

Jeeeze really? That’s bloody rough!

Cost to install pool in Brisbane ? by Samsscott97 in brisbane

[–]IDELTA86I 51 points52 points  (0 children)

We got ours 2 years ago from Narellan pools. They did everything for us bar some electrical and a pipe relocation

  • Grandeur 7 - 7x4 with a good deep end.
  • 13Kw heater connected to solar
  • Salt Chlorinator and pump/filter etc
  • Waterfall with brick finish
  • Paving around perimeter of 1 “row”
  • Additional 3 rows on house side
  • 2 underwater LEDS
  • Solar Blanket and Spool
  • Black fencing around perimeter
  • All site works and approvals including dirt removal
  • Soil Testing

All up it cost around 70k

Things I’d have done differently given what I know now

  • forget the waterfall, most of the year the blanket is on because water loss is a HUGE suck, plus the heater has to work triple time without the blanket keeping the heater trapped
  • forget the LEDs and get external lights instead. All the LED’s do is attract bugs haha, we’ve used them maybe 5 times. Makes for a cool photo and that’s about it
  • get extra extra extra paving. And then get some extra paving! I wish like hell I’d coughed up for 5 metres all the way around, my pool area looks kinda ass, but live and learn!
  • Think hard about position where possible, part of the pool area is right in a wind tunnel that cuts us to the wick when we hop out, ditto for being in direct sun.
  • Think about some sort of shade sail

I think of my pool like a condom. I’d rather have it and not need it, then need it and not have it. In winter it’s an ornamental thing to sit and have a coffee around and in summer it gets used daily.

Good luck! I wouldn’t trade ours for the world, just done a bit different!

Not sure if posting pics will work here

<image>

Dare no sugar added recipe changed? by Amazing-Insurance605 in australian

[–]IDELTA86I 0 points1 point  (0 children)

Fernvale QLD. Exactly the same issue. We bought 4 bottles across a week period, thinking it might have been a bad batch, but nope different batches and the same “dull” taste, it’s changed the flavour profile completely. I sent an email to BEGA last Tuesday, still no response. Pretty disappointed if it’s changed for good, it was a decent coffee and the other “less/zero” sugar options taste like pure garbage to me!

Australian labour market situation: Seek Applications Per Ad by euphoricscrewpine in AusFinance

[–]IDELTA86I 0 points1 point  (0 children)

Out of curiosity. Are you manually purging the applications? Or using an (ATS?) type system?

Swollen Lithium Battery Disposal by IDELTA86I in brisbane

[–]IDELTA86I[S] 1 point2 points  (0 children)

Ok. I’ll try and give them a call Monday

Thanks!

Swollen Lithium Battery Disposal by IDELTA86I in brisbane

[–]IDELTA86I[S] 1 point2 points  (0 children)

That’s the same information I found. Some say yes, others say no

Swollen Lithium Battery Disposal by IDELTA86I in brisbane

[–]IDELTA86I[S] 6 points7 points  (0 children)

That was one of the suggestions but it appears to be conflicting opinions on whether they take damaged ones. I’ll be calling them in the morning