BrunoLM
BrunoLM
Potentially related: - https://github.com/nousr/koi/issues/51 - https://github.com/nousr/koi/issues/53
Something as simple as `hello world` doesn't work. This issue has been open since March, I guess we need to find an alternative.
`/pages/api` only work in dev, to make it work in the bundled version you need this code in background.ts ```ts import dotenv from 'dotenv' import { BrowserWindow, app, ipcMain }...
Workaround ```ts import { Parser as CommonMarkParser } from "commonmark"; import remarkHtml from "remark-html"; import slate from "remark-slate"; import { type Descendant } from "slate"; import * as slateMark from...
Same error, but that's just what you see in the "frontend". The actual error I think is this on the server: ``` ERROR:__main__:Exception on /api/img2img [POST] Traceback (most recent call...
Bing helped me change the script a little bit to make it work: ``` import torch from flask import Flask, Response, request, send_file from PIL import Image from io import...
Are the assets free to use as well? These are really good, can I use it? https://github.com/imomin/CustomTShirt/blob/master/img/crew_back.png https://github.com/imomin/CustomTShirt/blob/master/img/crew_front.png
Got same error when trying to separate voice/instrument ``` _pickle.UnpicklingError: invalid load key, 'v'. ``` related?  --- Note: no errors downloading the 7z file and extracting everything instead
I don't know how to use it, but I think it's a replacement for `Transpose (integer, number of semitones, raise by an octave: 12, lower by an octave: -12):` where...
Eugen with 3 Grenades + Detonator fully charged on dummy triggers it. `4294967295` is max **unsigned int32** number. and `-1` in signed **int32** -- if that helps