Skip to main content
Participant
August 7, 2026
Question

Generative Upscale returns solid black layer — Desktop only, Web works

# Generative Upscale returns solid black layer — Desktop only, Web works

## Summary
Generative Upscale in Photoshop 27.9.1 (macOS) always produces a solid black pixel
layer*with a white layer mask. The "Original" layer is fine. Affects all models
(Firefly Upscaler, Topaz Gigapixel, Bloom).

The exact same account, image and scale factor works correctly on
photoshop.adobe.com — so the cloud service, the account and the generative credits
are demonstrably fine. The defect is in the desktop application.

Generative Fill works perfectly in the same desktop app (both Firefly and Nano
Banana). Only Generative Upscale is broken. The relevant difference: Generative Fill
works inside the existing document, Generative Upscale creates a **new document**.

## Environment
| | |
|---|---|
| Photoshop | 27.9.1 — build 20260803.r.1 65900e1 |
| macOS | 26.3 (build 25D125) |
| Hardware | MacBook Pro, Apple M2 Pro, 19 GPU cores |
| GPU | Metal 4, 12.713 MB GPU-accessible RAM |
| Displays | tested on built-in XDR, LG, Dell — identical failure |

## Steps to reproduce
1. Open any RGB 8-bit image (e.g. 960×540 PNG, sRGB IEC61966-2.1)
2. Image > Image Size > Generative Upscale, 4x, any model
3. Result: new document, "Original" layer correct, upscale layer = solid black

## What has been ruled out
- **Cloud / account / credits** — identical operation succeeds on photoshop.adobe.com
- **Network** — no proxy, no VPN, no firewall, no system extensions;
  firefly.adobe.io, sensei.adobe.io, image.adobe.io all reachable at ~200 ms
- **GPU** — disabling "Use Graphics Processor" + restart: no change
- **Preferences** — full reset performed, no change
- **Installation** — full reinstall performed, no change
- **Model** — Firefly Upscaler, Topaz Gigapixel, Bloom all identical
- **Image format** — PNG, JPG, 8-bit, 16-bit, RGB, CMYK all identical
- **Alpha channel** — tested with and without alpha, identical
- **File location** — tested on local disk and on OneDrive path, identical
- **Display / HDR** — tested on built-in XDR (dynamic range 0–16), LG and Dell
  (SDR), identical
- **Content Credentials state** — `~/Library/Application Support/Adobe/CAI`
  moved aside, folder recreated empty by Photoshop: no change
- **Scale factor / size** — source is only 960×540, far below any model limit

## Log evidence

`PSErrorLog.txt` records **no error at all** for the failing operation. Photoshop
considers the upscale successful.

The UXP log shows the same pattern on **every single upscale attempt**, and never on
Generative Fill or on normally opened documents:

```
[2026-08-07_09-58-51][Warn] [console] [CAI:handleNewDocument] timer retry 2/150: doc 64 not yet available, rescheduling
[2026-08-07_09-58-53][Warn] [console] [CAI:handleNewDocument] timer retry 3/150: doc 64 not yet available, rescheduling
... continues to retry 13/150 and beyond
```

The Content Authenticity module waits for the newly created upscale document, which
never becomes queryable. This reproduces with a **completely empty, freshly created
CAI folder**, so it is not stale local state — the new document genuinely never
materialises correctly.

Occurrences: 2026-08-06 13:32, 15:01 · 2026-08-07 09:40, 09:42, 09:58 — one per
upscale attempt.

## Note
Content Credentials are **not** enabled in the panel, but per Adobe's own note in that
panel, fully AI-generated content applies them automatically — so the code path runs
regardless of the user setting and cannot be switched off.
 



Related to:

https://community.adobe.com/t5/photoshop-ecosystem-discussions/photoshop-2026-generative-upscale-giving-black-image-layers/td-p/15567177

 

 

3 commentaires

Participant
August 7, 2026

 

@Sameer K thanks for replying. It never worked for me over the last weeks!

As written, it works via web app in my account, but it never worked in the Application installed. Do you see something in the given report?
 

Photoshop Generative Upscale — Black Layer Bug: Investigation Summary

The Defect

Generative Upscale in Photoshop 27.9.1 (macOS desktop) always outputs a solid black pixel layer with a white layer mask. The "Original" layer in the resulting document is correct; only the upscaled layer is black.

Two facts define the bug's boundaries:

1. Desktop-only. The identical operation — same account, same image, same scale factor — works correctly on photoshop.adobe.com. Cloud service, account state, and generative credits are therefore provably fine.
2. Upscale-only. Generative Fill works perfectly in the same desktop app (both Firefly and Nano Banana models). The relevant architectural difference: Generative Fill operates inside the existing document, Generative Upscale creates a brand-new document. That is the suspected fault line.

The Actual Errors Found

1. Photoshop's own error log: completely silent

~/Library/Preferences/Adobe Photoshop 2026 Settings/PSErrorLog.txt records zero entries for the failing operation. Photoshop internally considers the upscale a success. This is itself diagnostically significant — it means no exception is being thrown; the pipeline believes it completed and simply wrote nothing.

2. UXP log: the CAI retry loop — the only real error signal

~/Library/Logs/Adobe/Adobe Photoshop 2026/UXPLogs_*.log shows this on every single upscale attempt, and never on Generative Fill or on normally opened documents:

[2026-08-07_09-58-51][Warn] [console] [CAI:handleNewDocument] timer retry 2/150: doc 64 not yet available, rescheduling
[2026-08-07_09-58-53][Warn] [console] [CAI:handleNewDocument] timer retry 3/150: doc 64 not yet available, rescheduling
... continues to retry 13/150 and beyond

Plus a second, related error class:

[CAI:handleEvent] no init path for docId=X evt=open/historyStateChanged hasStore=false enabling=false activeDocument=true

Reading: The Content Authenticity Initiative (CAI / Content Credentials / C2PA) module polls for the newly created upscale document every ~2 seconds, up to 150 times, and never finds it queryable. hasStore=false persists. The document that should contain the generated pixels never materializes correctly.

3. Working Root-Cause Theory

The failure is not in the generative service, not in the image data, and not in local cached state. It's a desktop-app document-creation race: Generative Upscale spawns a new document, the CAI handler starts polling for it, the document never becomes queryable to that handler, and the generated pixel data appears to never get written into it — leaving a black placeholder layer with a mask. Since the CAI path cannot be disabled for AI-generated content, this is systemic to the desktop build, not a machine-local corruption.

4. Interim workaround: Use photoshop.adobe.com (web) for upscaling — confirmed working.

Sameer K
Community Manager
Community Manager
August 7, 2026

Hey, @Chris Gackenheimer. Thanks for the detailed report. I've tried the Generative Upscale workflow, and they're working as expected.

In general, these issues are temporary and resolved within a few hours. Please wait for a few hours and try again.


Thanks!
Sameer K
(Type '@' and type my name to mention me when you reply)

Participant
August 10, 2026

@Sameer K any updates for me based on the new given info?