Merge branch 'main' into main-private
This commit is contained in:
		
						commit
						d644edd3c4
					
				@ -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 (
 | 
				
			||||||
 | 
				
			|||||||
@ -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",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user