Merge branch 'main' into main-private

This commit is contained in:
BennyKok 2024-01-25 00:40:31 +08:00
commit d644edd3c4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ export function CreateShareButton({
const [isLoading, setIsLoading] = useState(false); const [isLoading, setIsLoading] = useState(false);
const workflow_version_id = workflow?.versions.find( const workflow_version_id = workflow?.versions.find(
(x) => x.version === version, (x) => x.version == version,
)?.id; )?.id;
return ( return (

View File

@ -14,7 +14,7 @@ export const insertCustomMachineSchema = createInsertSchema(machinesTable, {
gpu: (schema) => schema.gpu.default("T4"), gpu: (schema) => schema.gpu.default("T4"),
snapshot: (schema) => snapshot: (schema) =>
schema.snapshot.default({ schema.snapshot.default({
comfyui: "8e3ee6468f4c2801c4736c139fd5632c25fbcab7", comfyui: "d0165d819afe76bd4e6bdd710eb5f3e571b6a804",
git_custom_nodes: { git_custom_nodes: {
"https://github.com/BennyKok/comfyui-deploy.git": { "https://github.com/BennyKok/comfyui-deploy.git": {
hash: "43fe0a384aa5fa9e141d4a264b2ed40a73b817bc", hash: "43fe0a384aa5fa9e141d4a264b2ed40a73b817bc",