6 Commits

Author SHA1 Message Date
97543dca9c Update .gitea/workflows/build-and-publish.yml 2024-12-10 20:35:39 +00:00
75e293f193 Update package.json 2024-12-10 20:35:05 +00:00
4d9bf52a11 Update image generation model 2024-12-10 20:26:25 +00:00
9d916177a7 Merge pull request 'develop' (#6) from develop into main
Reviewed-on: #6
2024-09-18 17:33:09 +01:00
f82e21ffde Merge pull request 'develop' (#5) from develop into main
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 22s
Reviewed-on: #5
2024-09-17 23:05:04 +01:00
6a964da152 Merge pull request 'develop' (#3) from develop into main
All checks were successful
Build and Publish Docker Image / build_and_push (push) Successful in 17s
Reviewed-on: #3
2024-09-16 17:01:28 +01:00
3 changed files with 1 additions and 4 deletions

View File

@@ -55,8 +55,6 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.set_tags.outputs.image_tags }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Set Portainer Webhook URL
run: |

View File

@@ -17,7 +17,6 @@
"license": "ISC",
"description": "",
"dependencies": {
"@3t.network/orchestra": "^1.0.0",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"discord.js": "^14.16.1",

View File

@@ -39,7 +39,7 @@ export async function execute(
try {
// Create image generation prediction
const prediction = await replicate.predictions.create({
model: 'black-forest-labs/flux-schnell',
model: 'black-forest-labs/flux-1.1-pro-ultra',
input: { prompt },
});