You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,10 +59,10 @@ After loading, confirm the extension is enabled and pin `Web2Comics` from the Ex
51
59
52
60
## Supported Providers
53
61
54
-
Text + image support (current implementation):
62
+
Current provider support:
55
63
- OpenAI
56
64
- Google Gemini
57
-
- Cloudflare Workers AI
65
+
- Cloudflare Workers AI (text only in current extension build)
58
66
- OpenRouter (model/account dependent)
59
67
- Hugging Face Inference API
60
68
@@ -82,6 +90,7 @@ Web2Comics also supports automatic fallback to other configured providers when a
82
90
## Sample Comics (Real Provider Runs)
83
91
84
92
These examples were generated from the same `cnn.com` page using different providers and exported from Web2Comics as single PNG comic sheets.
93
+
Some sample outputs may come from earlier probe/test runs and may not exactly match the current default provider capability matrix in the extension UI.
85
94
86
95
### OpenAI
87
96
@@ -93,6 +102,8 @@ These examples were generated from the same `cnn.com` page using different provi
93
102
94
103
### Cloudflare Workers AI
95
104
105
+
Cloudflare support in the current extension is text generation only. This sample is kept as a reference artifact from prior provider testing/output workflows.
0 commit comments