logoalt Hacker News

jamiltonlast Friday at 11:43 PM2 repliesview on HN

The linked GitHub readme says it outputs a powerpoint file of the layers.


Replies

Llamamoelast Friday at 11:51 PM

...of all the possible formats, it outputs.. a powerpoint presentation..? What.

show 2 replies
oefrhayesterday at 2:02 AM

I don't see the word powerpoint anywhere in https://github.com/QwenLM/Qwen-Image-Layered, I only see a code snippet saving a bunch of PNGs:

  with torch.inference_mode():
      output = pipeline(**inputs)
      output_image = output.images[0]
  
  for i, image in enumerate(output_image):
      image.save(f"{i}.png")
Unless it's a joke that went over my head or you're talking about some other GitHub readme (there's only one GitHub link in TFA), posting an outright lie like this is not cool.
show 1 reply