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
With thus setup you can upload image to `apartment_source` column, save entity and then generate new image by clicking on `Generate` button in the `apartment_image` to remove any text from the image.
412
+
413
+
361
414
### Rate limits
362
415
363
416
You can set rate limits for image generation per IP address:
generationPrompt: "Add a 10 kittyies to the appartment look, it should be foto-realistic, they should be different colors, sitting all around the appartment",
327
334
countToGenerate: 1,
328
335
outputSize: '1024x1024',
@@ -341,19 +348,21 @@ export default {
341
348
newUploadPlugin({
342
349
pathColumnName: "apartment_source",
343
350
344
-
// storageAdapter: new AdminForthAdapterS3Storage({
0 commit comments