diff --git a/public/assets/images/comfy-cloud-logo.svg b/public/assets/images/comfy-cloud-logo.svg new file mode 100644 index 000000000..4a701878c --- /dev/null +++ b/public/assets/images/comfy-cloud-logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/composables/auth/useFirebaseAuthActions.ts b/src/composables/auth/useFirebaseAuthActions.ts index a02532f56..eed7eb021 100644 --- a/src/composables/auth/useFirebaseAuthActions.ts +++ b/src/composables/auth/useFirebaseAuthActions.ts @@ -1,7 +1,6 @@ import { FirebaseError } from 'firebase/app' import { AuthErrorCodes } from 'firebase/auth' import { ref } from 'vue' -import { useRouter } from 'vue-router' import { useErrorHandling } from '@/composables/useErrorHandling' import type { ErrorRecoveryStrategy } from '@/composables/useErrorHandling' @@ -61,8 +60,7 @@ export const useFirebaseAuthActions = () => { if (isCloud) { try { - const router = useRouter() - await router.push({ name: 'cloud-login' }) + window.location.href = '/cloud/login' } catch (error) { // needed for local development until we bring in cloud login pages. window.location.reload() diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 38f9dc244..1492d3b80 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -180,6 +180,10 @@ "title": "Title", "edit": "Edit", "copy": "Copy", + "copyJobId": "Copy Job ID", + "copied": "Copied", + "jobIdCopied": "Job ID copied to clipboard", + "failedToCopyJobId": "Failed to copy job ID", "imageUrl": "Image URL", "clear": "Clear", "clearAll": "Clear all", @@ -607,17 +611,8 @@ "nodes": "Nodes", "models": "Models", "workflows": "Workflows", - "templates": "Templates", - "console": "Console", - "menu": "Menu", - "assets": "Assets", - "imported": "Imported", - "generated": "Generated" + "templates": "Templates" }, - "noFilesFound": "No files found", - "noImportedFiles": "No imported files found", - "noGeneratedFiles": "No generated files found", - "noFilesFoundMessage": "Upload files or generate content to see them here", "browseTemplates": "Browse example templates", "openWorkflow": "Open workflow in local file system", "newBlankWorkflow": "Create a new blank workflow", @@ -759,6 +754,310 @@ "Partner Nodes": "Partner Nodes", "Generation Type": "Generation Type" }, + "templateDescription": { + "Basics": { + "default": "Generate images from text prompts.", + "image2image": "Transform existing images using text prompts.", + "lora": "Generate images with LoRA models for specialized styles or subjects.", + "lora_multiple": "Generate images by combining multiple LoRA models.", + "inpaint_example": "Edit specific parts of images seamlessly.", + "inpaint_model_outpainting": "Extend images beyond their original boundaries.", + "embedding_example": "Generate images using textual inversion for consistent styles.", + "gligen_textbox_example": "Generate images with precise object placement using text boxes." + }, + "Flux": { + "flux_kontext_dev_basic": "Edit image using Flux Kontext with full node visibility, perfect for learning the workflow.", + "flux_kontext_dev_grouped": "Streamlined version of Flux Kontext with grouped nodes for cleaner workspace.", + "flux_dev_checkpoint_example": "Generate images using Flux Dev fp8 quantized version. Suitable for devices with limited VRAM, requires only one model file, but image quality is slightly lower than the full version.", + "flux_schnell": "Quickly generate images with Flux Schnell fp8 quantized version. Ideal for low-end hardware, requires only 4 steps to generate images.", + "flux_dev_full_text_to_image": "Generate high-quality images with Flux Dev full version. Requires larger VRAM and multiple model files, but provides the best prompt following capability and image quality.", + "flux_schnell_full_text_to_image": "Generate images quickly with Flux Schnell full version. Uses Apache2.0 license, requires only 4 steps to generate images while maintaining good image quality.", + "flux_fill_inpaint_example": "Fill missing parts of images using Flux inpainting.", + "flux_fill_outpaint_example": "Extend images beyond boundaries using Flux outpainting.", + "flux_canny_model_example": "Generate images guided by edge detection using Flux Canny.", + "flux_depth_lora_example": "Generate images guided by depth information using Flux LoRA.", + "flux_redux_model_example": "Generate images by transferring style from reference images using Flux Redux." + }, + "Image": { + "image_omnigen2_t2i": "Generate high-quality images from text prompts using OmniGen2's unified 7B multimodal model with dual-path architecture.", + "image_omnigen2_image_edit": "Edit images with natural language instructions using OmniGen2's advanced image editing capabilities and text rendering support.", + "image_cosmos_predict2_2B_t2i": "Generate images with Cosmos-Predict2 2B T2I, delivering physically accurate, high-fidelity, and detail-rich image generation.", + "image_chroma_text_to_image": "Chroma is modified from flux and has some changes in the architecture.", + "hidream_i1_dev": "Generate images with HiDream I1 Dev - Balanced version with 28 inference steps, suitable for medium-range hardware.", + "hidream_i1_fast": "Generate images quickly with HiDream I1 Fast - Lightweight version with 16 inference steps, ideal for rapid previews on lower-end hardware.", + "hidream_i1_full": "Generate images with HiDream I1 Full - Complete version with 50 inference steps for highest quality output.", + "hidream_e1_full": "Edit images with HiDream E1 - Professional natural language image editing model.", + "sd3_5_simple_example": "Generate images using SD 3.5.", + "sd3_5_large_canny_controlnet_example": "Generate images guided by edge detection using SD 3.5 Canny ControlNet.", + "sd3_5_large_depth": "Generate images guided by depth information using SD 3.5.", + "sd3_5_large_blur": "Generate images guided by blurred reference images using SD 3.5.", + "sdxl_simple_example": "Generate high-quality images using SDXL.", + "sdxl_refiner_prompt_example": "Enhance SDXL images using refiner models.", + "sdxl_revision_text_prompts": "Generate images by transferring concepts from reference images using SDXL Revision.", + "sdxl_revision_zero_positive": "Generate images using both text prompts and reference images with SDXL Revision.", + "sdxlturbo_example": "Generate images in a single step using SDXL Turbo.", + "image_lotus_depth_v1_1": "Run Lotus Depth in ComfyUI for zero-shot, efficient monocular depth estimation with high detail retention." + }, + "Video": { + "video_cosmos_predict2_2B_video2world_480p_16fps": "Generate videos with Cosmos-Predict2 2B Video2World, generating physically accurate, high-fidelity, and consistent video simulations.", + "video_wan_vace_14B_t2v": "Transform text descriptions into high-quality videos. Supports both 480p and 720p with VACE-14B model.", + "video_wan_vace_14B_ref2v": "Create videos that match the style and content of a reference image. Perfect for style-consistent video generation.", + "video_wan_vace_14B_v2v": "Generate videos by controlling input videos and reference images using Wan VACE.", + "video_wan_vace_outpainting": "Generate extended videos by expanding video size using Wan VACE outpainting.", + "video_wan_vace_flf2v": "Generate smooth video transitions by defining start and end frames. Supports custom keyframe sequences.", + "video_wan_vace_inpainting": "Edit specific regions in videos while preserving surrounding content. Great for object removal or replacement.", + "video_wan2_1_fun_camera_v1_1_1_3B": "Generate dynamic videos with cinematic camera movements using Wan 2.1 Fun Camera 1.3B model.", + "video_wan2_1_fun_camera_v1_1_14B": "Generate high-quality videos with advanced camera control using the full 14B model", + "text_to_video_wan": "Generate videos from text prompts using Wan 2.1.", + "image_to_video_wan": "Generate videos from images using Wan 2.1.", + "wan2_1_fun_inp": "Generate videos from start and end frames using Wan 2.1 inpainting.", + "wan2_1_fun_control": "Generate videos guided by pose, depth, and edge controls using Wan 2.1 ControlNet.", + "wan2_1_flf2v_720_f16": "Generate videos by controlling first and last frames using Wan 2.1 FLF2V.", + "ltxv_text_to_video": "Generate videos from text prompts.", + "ltxv_image_to_video": "Generate videos from still images.", + "mochi_text_to_video_example": "Generate videos from text prompts using Mochi model.", + "hunyuan_video_text_to_video": "Generate videos from text prompts using Hunyuan model.", + "image_to_video": "Generate videos from still images.", + "txt_to_image_to_video": "Generate videos by first creating images from text prompts." + }, + "Image API": { + "api_bfl_flux_1_kontext_multiple_images_input": "Input multiple images and edit them with Flux.1 Kontext.", + "api_bfl_flux_1_kontext_pro_image": "Edit images with Flux.1 Kontext pro image.", + "api_bfl_flux_1_kontext_max_image": "Edit images with Flux.1 Kontext max image.", + "api_bfl_flux_pro_t2i": "Generate images with excellent prompt following and visual quality using FLUX.1 Pro.", + "api_luma_photon_i2i": "Guide image generation using a combination of images and prompt.", + "api_luma_photon_style_ref": "Generate images by blending style references with precise control using Luma Photon.", + "api_recraft_image_gen_with_color_control": "Generate images with custom color palettes and brand-specific visuals using Recraft.", + "api_recraft_image_gen_with_style_control": "Control style with visual examples, align positioning, and fine-tune objects. Store and share styles for perfect brand consistency.", + "api_recraft_vector_gen": "Generate high-quality vector images from text prompts using Recraft's AI vector generator.", + "api_runway_text_to_image": "Generate high-quality images from text prompts using Runway's AI model.", + "api_runway_reference_to_image": "Generate new images based on reference styles and compositions with Runway's AI.", + "api_stability_ai_stable_image_ultra_t2i": "Generate high quality images with excellent prompt adherence. Perfect for professional use cases at 1 megapixel resolution.", + "api_stability_ai_i2i": "Transform images with high-quality generation using Stability AI, perfect for professional editing and style transfer.", + "api_stability_ai_sd3_5_t2i": "Generate high quality images with excellent prompt adherence. Perfect for professional use cases at 1 megapixel resolution.", + "api_stability_ai_sd3_5_i2i": "Generate high quality images with excellent prompt adherence. Perfect for professional use cases at 1 megapixel resolution.", + "api_ideogram_v3_t2i": "Generate professional-quality images with excellent prompt alignment, photorealism, and text rendering using Ideogram V3.", + "api_openai_image_1_t2i": "Generate images from text prompts using OpenAI GPT Image 1 API.", + "api_openai_image_1_i2i": "Generate images from input images using OpenAI GPT Image 1 API.", + "api_openai_image_1_inpaint": "Edit images using inpainting with OpenAI GPT Image 1 API.", + "api_openai_image_1_multi_inputs": "Generate images from multiple inputs using OpenAI GPT Image 1 API.", + "api_openai_dall_e_2_t2i": "Generate images from text prompts using OpenAI Dall-E 2 API.", + "api_openai_dall_e_2_inpaint": "Edit images using inpainting with OpenAI Dall-E 2 API.", + "api_openai_dall_e_3_t2i": "Generate images from text prompts using OpenAI Dall-E 3 API." + }, + "Video API": { + "api_moonvalley_text_to_video": "Generate cinematic, 1080p videos from text prompts through a model trained exclusively on licensed data.", + "api_moonvalley_image_to_video": "Generate cinematic, 1080p videos with an image through a model trained exclusively on licensed data.", + "api_kling_i2v": "Generate videos with excellent prompt adherence for actions, expressions, and camera movements using Kling.", + "api_kling_effects": "Generate dynamic videos by applying visual effects to images using Kling.", + "api_kling_flf": "Generate videos through controlling the first and last frames.", + "api_luma_i2v": "Take static images and instantly create magical high quality animations.", + "api_luma_t2v": "High-quality videos can be generated using simple prompts.", + "api_hailuo_minimax_t2v": "Generate high-quality videos directly from text prompts. Explore MiniMax's advanced AI capabilities to create diverse visual narratives with professional CGI effects and stylistic elements to bring your descriptions to life.", + "api_hailuo_minimax_i2v": "Generate refined videos from images and text with CGI integration using MiniMax.", + "api_pixverse_i2v": "Generate dynamic videos from static images with motion and effects using PixVerse.", + "api_pixverse_template_i2v": "Generate dynamic videos from static images with motion and effects using PixVerse.", + "api_pixverse_t2v": "Generate videos with accurate prompt interpretation and stunning video dynamics.", + "api_runway_gen3a_turbo_image_to_video": "Generate cinematic videos from static images using Runway Gen3a Turbo.", + "api_runway_gen4_turo_image_to_video": "Generate dynamic videos from images using Runway Gen4 Turbo.", + "api_runway_first_last_frame": "Generate smooth video transitions between two keyframes with Runway's precision.", + "api_pika_i2v": "Generate smooth animated videos from single static images using Pika AI.", + "api_pika_scene": "Generate videos that incorporate multiple input images using Pika Scenes.", + "api_veo2_i2v": "Generate videos from images using Google Veo2 API." + }, + "3D API": { + "api_rodin_image_to_model": "Generate detailed 3D models from single photos using Rodin AI.", + "api_rodin_multiview_to_model": "Sculpt comprehensive 3D models using Rodin's multi-angle reconstruction.", + "api_tripo_text_to_model": "Craft 3D objects from descriptions with Tripo's text-driven modeling.", + "api_tripo_image_to_model": "Generate professional 3D assets from 2D images using Tripo engine.", + "api_tripo_multiview_to_model": "Build 3D models from multiple angles with Tripo's advanced scanner." + }, + "LLM API": { + "api_openai_chat": "Engage with OpenAI's advanced language models for intelligent conversations.", + "api_google_gemini": "Experience Google's multimodal AI with Gemini's reasoning capabilities." + }, + "Upscaling": { + "hiresfix_latent_workflow": "Upscale images by enhancing quality in latent space.", + "esrgan_example": "Upscale images using ESRGAN models to enhance quality.", + "hiresfix_esrgan_workflow": "Upscale images using ESRGAN models during intermediate generation steps.", + "latent_upscale_different_prompt_model": "Upscale images while changing prompts across generation passes." + }, + "ControlNet": { + "controlnet_example": "Generate images guided by scribble reference images using ControlNet.", + "2_pass_pose_worship": "Generate images guided by pose references using ControlNet.", + "depth_controlnet": "Generate images guided by depth information using ControlNet.", + "depth_t2i_adapter": "Generate images guided by depth information using T2I adapter.", + "mixing_controlnets": "Generate images by combining multiple ControlNet models." + }, + "Area Composition": { + "area_composition": "Generate images by controlling composition with defined areas.", + "area_composition_square_area_for_subject": "Generate images with consistent subject placement using area composition." + }, + "3D": { + "3d_hunyuan3d_image_to_model": "Generate 3D models from single images using Hunyuan3D 2.0.", + "3d_hunyuan3d_multiview_to_model": "Generate 3D models from multiple views using Hunyuan3D 2.0 MV.", + "3d_hunyuan3d_multiview_to_model_turbo": "Generate 3D models from multiple views using Hunyuan3D 2.0 MV Turbo.", + "stable_zero123_example": "Generate 3D views from single images using Stable Zero123." + }, + "Audio": { + "audio_stable_audio_example": "Generate audio from text prompts using Stable Audio.", + "audio_ace_step_1_t2a_instrumentals": "Generate instrumental music from text prompts using ACE-Step v1.", + "audio_ace_step_1_t2a_song": "Generate songs with vocals from text prompts using ACE-Step v1, supporting multilingual and style customization.", + "audio_ace_step_1_m2m_editing": "Edit existing songs to change style and lyrics using ACE-Step v1 M2M." + } + }, + "template": { + "Basics": { + "default": "Image Generation", + "image2image": "Image to Image", + "lora": "LoRA", + "lora_multiple": "LoRA Multiple", + "inpaint_example": "Inpaint", + "inpaint_model_outpainting": "Outpaint", + "embedding_example": "Embedding", + "gligen_textbox_example": "Gligen Textbox" + }, + "Flux": { + "flux_kontext_dev_basic": "Flux Kontext Dev(Basic)", + "flux_kontext_dev_grouped": "Flux Kontext Dev(Grouped)", + "flux_dev_checkpoint_example": "Flux Dev fp8", + "flux_schnell": "Flux Schnell fp8", + "flux_dev_full_text_to_image": "Flux Dev full text to image", + "flux_schnell_full_text_to_image": "Flux Schnell full text to image", + "flux_fill_inpaint_example": "Flux Inpaint", + "flux_fill_outpaint_example": "Flux Outpaint", + "flux_canny_model_example": "Flux Canny Model", + "flux_depth_lora_example": "Flux Depth LoRA", + "flux_redux_model_example": "Flux Redux Model" + }, + "Image": { + "image_omnigen2_t2i": "OmniGen2 Text to Image", + "image_omnigen2_image_edit": "OmniGen2 Image Edit", + "image_cosmos_predict2_2B_t2i": "Cosmos Predict2 2B T2I", + "image_chroma_text_to_image": "Chroma text to image", + "hidream_i1_dev": "HiDream I1 Dev", + "hidream_i1_fast": "HiDream I1 Fast", + "hidream_i1_full": "HiDream I1 Full", + "hidream_e1_full": "HiDream E1 Full", + "sd3_5_simple_example": "SD3.5 Simple", + "sd3_5_large_canny_controlnet_example": "SD3.5 Large Canny ControlNet", + "sd3_5_large_depth": "SD3.5 Large Depth", + "sd3_5_large_blur": "SD3.5 Large Blur", + "sdxl_simple_example": "SDXL Simple", + "sdxl_refiner_prompt_example": "SDXL Refiner Prompt", + "sdxl_revision_text_prompts": "SDXL Revision Text Prompts", + "sdxl_revision_zero_positive": "SDXL Revision Zero Positive", + "sdxlturbo_example": "SDXL Turbo", + "image_lotus_depth_v1_1": "Lotus Depth" + }, + "Video": { + "video_cosmos_predict2_2B_video2world_480p_16fps": "Cosmos Predict2 2B Video2World 480p 16fps", + "video_wan_vace_14B_t2v": "Wan VACE Text to Video", + "video_wan_vace_14B_ref2v": "Wan VACE Reference to Video", + "video_wan_vace_14B_v2v": "Wan VACE Control Video", + "video_wan_vace_outpainting": "Wan VACE Outpainting", + "video_wan_vace_flf2v": "Wan VACE First-Last Frame", + "video_wan_vace_inpainting": "Wan VACE Inpainting", + "video_wan2_1_fun_camera_v1_1_1_3B": "Wan 2.1 Fun Camera 1.3B", + "video_wan2_1_fun_camera_v1_1_14B": "Wan 2.1 Fun Camera 14B", + "text_to_video_wan": "Wan 2.1 Text to Video", + "image_to_video_wan": "Wan 2.1 Image to Video", + "wan2_1_fun_inp": "Wan 2.1 Inpainting", + "wan2_1_fun_control": "Wan 2.1 ControlNet", + "wan2_1_flf2v_720_f16": "Wan 2.1 FLF2V 720p F16", + "ltxv_text_to_video": "LTXV Text to Video", + "ltxv_image_to_video": "LTXV Image to Video", + "mochi_text_to_video_example": "Mochi Text to Video", + "hunyuan_video_text_to_video": "Hunyuan Video Text to Video", + "image_to_video": "SVD Image to Video", + "txt_to_image_to_video": "SVD Text to Image to Video" + }, + "Image API": { + "api_bfl_flux_1_kontext_multiple_images_input": "BFL Flux.1 Kontext Multiple Image Input", + "api_bfl_flux_1_kontext_pro_image": "BFL Flux.1 Kontext Pro", + "api_bfl_flux_1_kontext_max_image": "BFL Flux.1 Kontext Max", + "api_bfl_flux_pro_t2i": "BFL Flux[Pro]: Text to Image", + "api_luma_photon_i2i": "Luma Photon: Image to Image", + "api_luma_photon_style_ref": "Luma Photon: Style Reference", + "api_recraft_image_gen_with_color_control": "Recraft: Color Control Image Generation", + "api_recraft_image_gen_with_style_control": "Recraft: Style Control Image Generation", + "api_recraft_vector_gen": "Recraft: Vector Generation", + "api_runway_text_to_image": "Runway: Text to Image", + "api_runway_reference_to_image": "Runway: Reference to Image", + "api_stability_ai_stable_image_ultra_t2i": "Stability AI: Stable Image Ultra Text to Image", + "api_stability_ai_i2i": "Stability AI: Image to Image", + "api_stability_ai_sd3_5_t2i": "Stability AI: SD3.5 Text to Image", + "api_stability_ai_sd3_5_i2i": "Stability AI: SD3.5 Image to Image", + "api_ideogram_v3_t2i": "Ideogram V3: Text to Image", + "api_openai_image_1_t2i": "OpenAI: GPT-Image-1 Text to Image", + "api_openai_image_1_i2i": "OpenAI: GPT-Image-1 Image to Image", + "api_openai_image_1_inpaint": "OpenAI: GPT-Image-1 Inpaint", + "api_openai_image_1_multi_inputs": "OpenAI: GPT-Image-1 Multi Inputs", + "api_openai_dall_e_2_t2i": "OpenAI: Dall-E 2 Text to Image", + "api_openai_dall_e_2_inpaint": "OpenAI: Dall-E 2 Inpaint", + "api_openai_dall_e_3_t2i": "OpenAI: Dall-E 3 Text to Image" + }, + "Video API": { + "api_moonvalley_text_to_video": "Moonvalley: Text to Video", + "api_moonvalley_image_to_video": "Moonvalley: Image to Video", + "api_kling_i2v": "Kling: Image to Video", + "api_kling_effects": "Kling: Video Effects", + "api_kling_flf": "Kling: FLF2V", + "api_luma_i2v": "Luma: Image to Video", + "api_luma_t2v": "Luma: Text to Video", + "api_hailuo_minimax_t2v": "MiniMax: Text to Video", + "api_hailuo_minimax_i2v": "MiniMax: Image to Video", + "api_pixverse_i2v": "PixVerse: Image to Video", + "api_pixverse_template_i2v": "PixVerse Templates: Image to Video", + "api_pixverse_t2v": "PixVerse: Text to Video", + "api_runway_gen3a_turbo_image_to_video": "Runway: Gen3a Turbo Image to Video", + "api_runway_gen4_turo_image_to_video": "Runway: Gen4 Turbo Image to Video", + "api_runway_first_last_frame": "Runway: First Last Frame to Video", + "api_pika_i2v": "Pika: Image to Video", + "api_pika_scene": "Pika Scenes: Images to Video", + "api_veo2_i2v": "Veo2: Image to Video" + }, + "3D API": { + "api_rodin_image_to_model": "Rodin: Image to Model", + "api_rodin_multiview_to_model": "Rodin: Multiview to Model", + "api_tripo_text_to_model": "Tripo: Text to Model", + "api_tripo_image_to_model": "Tripo: Image to Model", + "api_tripo_multiview_to_model": "Tripo: Multiview to Model" + }, + "LLM API": { + "api_openai_chat": "OpenAI: Chat", + "api_google_gemini": "Google Gemini: Chat" + }, + "Upscaling": { + "hiresfix_latent_workflow": "Upscale", + "esrgan_example": "ESRGAN", + "hiresfix_esrgan_workflow": "HiresFix ESRGAN Workflow", + "latent_upscale_different_prompt_model": "Latent Upscale Different Prompt Model" + }, + "ControlNet": { + "controlnet_example": "Scribble ControlNet", + "2_pass_pose_worship": "Pose ControlNet 2 Pass", + "depth_controlnet": "Depth ControlNet", + "depth_t2i_adapter": "Depth T2I Adapter", + "mixing_controlnets": "Mixing ControlNets" + }, + "Area Composition": { + "area_composition": "Area Composition", + "area_composition_square_area_for_subject": "Area Composition Square Area for Subject" + }, + "3D": { + "3d_hunyuan3d_image_to_model": "Hunyuan3D 2.0", + "3d_hunyuan3d_multiview_to_model": "Hunyuan3D 2.0 MV", + "3d_hunyuan3d_multiview_to_model_turbo": "Hunyuan3D 2.0 MV Turbo", + "stable_zero123_example": "Stable Zero123" + }, + "Audio": { + "audio_stable_audio_example": "Stable Audio", + "audio_ace_step_1_t2a_instrumentals": "ACE-Step v1 Text to Instrumentals Music", + "audio_ace_step_1_t2a_song": "ACE Step v1 Text to Song", + "audio_ace_step_1_m2m_editing": "ACE Step v1 M2M Editing" + } + }, "categories": "Categories", "resetFilters": "Clear Filters", "sorting": "Sort by", @@ -1435,6 +1734,7 @@ "camera": "Camera", "light": "Light", "switchingMaterialMode": "Switching Material Mode...", + "edgeThreshold": "Edge Threshold", "export": "Export", "exportModel": "Export Model", "exportingModel": "Exporting model...", @@ -1445,7 +1745,8 @@ "normal": "Normal", "wireframe": "Wireframe", "original": "Original", - "depth": "Depth" + "depth": "Depth", + "lineart": "Lineart" }, "upDirections": { "original": "Original" @@ -1471,10 +1772,7 @@ "exportSettings": "Export Settings", "modelSettings": "Model Settings" }, - "openIn3DViewer": "Open in 3D Viewer", - "dropToLoad": "Drop 3D model to load", - "unsupportedFileType": "Unsupported file type (supports .gltf, .glb, .obj, .fbx, .stl)", - "uploadingModel": "Uploading 3D model..." + "openIn3DViewer": "Open in 3D Viewer" }, "toastMessages": { "nothingToQueue": "Nothing to queue", @@ -1559,7 +1857,12 @@ "confirmPasswordLabel": "Confirm Password", "confirmPasswordPlaceholder": "Enter the same password again", "forgotPassword": "Forgot password?", - "loginButton": "Log in", + "passwordResetInstructions": "Enter your email address and we'll send you a link to reset your password.", + "sendResetLink": "Send reset link", + "backToLogin": "Back to login", + "didntReceiveEmail": "Didn't receive an email? Contact us at", + "passwordResetError": "Failed to send password reset email. Please try again.", + "loginButton": "Sign in", "orContinueWith": "Or continue with", "loginWithGoogle": "Log in with Google", "loginWithGithub": "Log in with Github", @@ -1596,6 +1899,20 @@ "success": "Password Updated", "successDetail": "Your password has been updated successfully" }, + "errors": { + "auth/invalid-email": "Please enter a valid email address.", + "auth/user-disabled": "This account has been disabled. Please contact support.", + "auth/user-not-found": "No account found with this email. Would you like to create a new account?", + "auth/wrong-password": "The password you entered is incorrect. Please try again.", + "auth/email-already-in-use": "An account with this email already exists. Try signing in instead.", + "auth/weak-password": "Password is too weak. Please use a stronger password with at least 6 characters.", + "auth/too-many-requests": "Too many login attempts. Please wait a moment and try again.", + "auth/operation-not-allowed": "This sign-in method is not currently supported.", + "auth/invalid-credential": "Invalid login credentials. Please check your email and password.", + "auth/network-request-failed": "Network error. Please check your connection and try again.", + "auth/popup-closed-by-user": "Sign-in was cancelled. Please try again.", + "auth/cancelled-popup-request": "Sign-in was cancelled. Please try again." + }, "deleteAccount": { "deleteAccount": "Delete Account", "confirmTitle": "Delete Account", @@ -1778,6 +2095,128 @@ "renderBypassState": "Render Bypass State", "renderErrorState": "Render Error State" }, + "cloudOnboarding": { + "survey": { + "title": "Cloud Survey", + "placeholder": "Survey questions placeholder", + "steps": { + "familiarity": "How familiar are you with ComfyUI?", + "purpose": "What will you primarily use ComfyUI for?", + "industry": "What's your primary industry?", + "making": "What do you plan on making?" + }, + "questions": { + "familiarity": "How familiar are you with ComfyUI?", + "purpose": "What will you primarily use ComfyUI for?", + "industry": "What's your primary industry?", + "making": "What do you plan on making?" + }, + "options": { + "familiarity": { + "new": "New to ComfyUI (never used it before)", + "starting": "Just getting started (following tutorials)", + "basics": "Comfortable with basics", + "advanced": "Advanced user (custom workflows)", + "expert": "Expert (help others)" + }, + "purpose": { + "personal": "Personal projects / hobby", + "community": "Community contributions (nodes, workflows, etc.)", + "client": "Client work (freelance)", + "inhouse": "My own workplace (in-house)", + "research": "Academic research" + }, + "industry": { + "film_tv_animation": "Film, TV, & animation", + "gaming": "Gaming", + "marketing": "Marketing & advertising", + "architecture": "Architecture", + "product_design": "Product & graphic design", + "fine_art": "Fine art & illustration", + "software": "Software & technology", + "education": "Education", + "other": "Other", + "otherPlaceholder": "Please specify" + }, + "making": { + "images": "Images", + "video": "Video & animation", + "3d": "3D assets", + "audio": "Audio / music", + "custom_nodes": "Custom nodes & workflows" + } + } + }, + "forgotPassword": { + "title": "Forgot Password", + "instructions": "Enter your email address and we'll send you a link to reset your password.", + "emailLabel": "Email", + "emailPlaceholder": "Enter your email", + "sendResetLink": "Send reset link", + "backToLogin": "Back to login", + "didntReceiveEmail": "Didn't receive an email? Contact us at", + "passwordResetSent": "Password reset email sent", + "passwordResetError": "Failed to send password reset email. Please try again.", + "emailRequired": "Email is required" + }, + "privateBeta": { + "title": "Cloud is currently in private beta", + "desc": "Sign in to join the waitlist. We’ll notify you when it’s your turn. Already been notified? Sign in start using Cloud." + }, + "start": { + "title": "start creating in seconds", + "desc": "Zero setup required. Works on any device.", + "explain": "Generate multiple outputs at once. Share workflows with ease.", + "learnAboutButton": "Learn about Cloud", + "wantToRun": "Want to run ComfyUI locally instead?", + "download": "Download ComfyUI" + }, + "checkingStatus": "Checking your account status...", + "retrying": "Retrying...", + "retry": "Try Again", + "authTimeout": { + "title": "Connection Taking Too Long", + "message": "We're having trouble connecting to ComfyUI Cloud. This could be due to a slow connection or temporary service issue.", + "restart": "Sign Out & Try Again", + "troubleshooting": "Common causes:", + "causes": [ + "Corporate firewall or proxy blocking authentication services", + "VPN or network restrictions", + "Browser extensions interfering with requests", + "Regional network limitations", + "Try a different browser or network" + ], + "technicalDetails": "Technical Details", + "helpText": "Need help? Contact", + "supportLink": "support" + } + }, + "cloudFooter_needHelp": "Need Help?", + "cloudStart_title": "start creating in seconds", + "cloudStart_desc": "Zero setup required. Works on any device.", + "cloudStart_explain": "Generate multiple outputs at once. Share workflows with ease.", + "cloudStart_learnAboutButton": "Learn about Cloud", + "cloudStart_wantToRun": "Want to run ComfyUI locally instead?", + "cloudStart_download": "Download ComfyUI", + "cloudWaitlist_questionsText": "Questions? Contact us", + "cloudWaitlist_contactLink": "here", + "cloudSorryContactSupport_title": "Sorry, contact support", + "cloudPrivateBeta_title": "Cloud is currently in private beta", + "cloudPrivateBeta_desc": "Sign in to join the waitlist. We'll notify you when it's your turn. Already been notified? Sign in start using Cloud.", + "cloudForgotPassword_title": "Forgot Password", + "cloudForgotPassword_instructions": "Enter your email address and we'll send you a link to reset your password.", + "cloudForgotPassword_emailLabel": "Email", + "cloudForgotPassword_emailPlaceholder": "Enter your email", + "cloudForgotPassword_sendResetLink": "Send reset link", + "cloudForgotPassword_backToLogin": "Back to login", + "cloudForgotPassword_didntReceiveEmail": "Didn't receive an email?", + "cloudForgotPassword_emailRequired": "Email is required", + "cloudForgotPassword_passwordResetSent": "Password reset sent", + "cloudForgotPassword_passwordResetError": "Failed to send password reset email", + "cloudSurvey_steps_familiarity": "How familiar are you with ComfyUI?", + "cloudSurvey_steps_purpose": "What will you primarily use ComfyUI for?", + "cloudSurvey_steps_industry": "What's your primary industry?", + "cloudSurvey_steps_making": "What do you plan on making?", "assetBrowser": { "assets": "Assets", "browseAssets": "Browse Assets", diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index 37500a765..81930c80f 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -4640,7 +4640,10 @@ }, "height": { "name": "height" - } + }, + "clear": {}, + "upload 3d model": {}, + "upload extra resources": {} }, "outputs": { "0": { @@ -8802,6 +8805,9 @@ }, "camera_info": { "name": "camera_info" + }, + "image": { + "name": "image" } } }, diff --git a/src/platform/cloud/onboarding/CloudAuthTimeoutView.vue b/src/platform/cloud/onboarding/CloudAuthTimeoutView.vue new file mode 100644 index 000000000..dc317064b --- /dev/null +++ b/src/platform/cloud/onboarding/CloudAuthTimeoutView.vue @@ -0,0 +1,97 @@ + + + diff --git a/src/platform/cloud/onboarding/CloudForgotPasswordView.vue b/src/platform/cloud/onboarding/CloudForgotPasswordView.vue new file mode 100644 index 000000000..411d086fb --- /dev/null +++ b/src/platform/cloud/onboarding/CloudForgotPasswordView.vue @@ -0,0 +1,126 @@ + + + + diff --git a/src/platform/cloud/onboarding/CloudLoginView.vue b/src/platform/cloud/onboarding/CloudLoginView.vue new file mode 100644 index 000000000..64e50a3c9 --- /dev/null +++ b/src/platform/cloud/onboarding/CloudLoginView.vue @@ -0,0 +1,131 @@ + + + diff --git a/src/platform/cloud/onboarding/CloudSignupView.vue b/src/platform/cloud/onboarding/CloudSignupView.vue new file mode 100644 index 000000000..bcd49a388 --- /dev/null +++ b/src/platform/cloud/onboarding/CloudSignupView.vue @@ -0,0 +1,177 @@ + + + + diff --git a/src/platform/cloud/onboarding/CloudSorryContactSupportView.vue b/src/platform/cloud/onboarding/CloudSorryContactSupportView.vue new file mode 100644 index 000000000..b3ceba97d --- /dev/null +++ b/src/platform/cloud/onboarding/CloudSorryContactSupportView.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/src/platform/cloud/onboarding/CloudSurveyView.vue b/src/platform/cloud/onboarding/CloudSurveyView.vue new file mode 100644 index 000000000..45fc0680f --- /dev/null +++ b/src/platform/cloud/onboarding/CloudSurveyView.vue @@ -0,0 +1,387 @@ + + + + + diff --git a/src/platform/cloud/onboarding/UserCheckView.vue b/src/platform/cloud/onboarding/UserCheckView.vue new file mode 100644 index 000000000..126032728 --- /dev/null +++ b/src/platform/cloud/onboarding/UserCheckView.vue @@ -0,0 +1,102 @@ + + + diff --git a/src/platform/cloud/onboarding/assets/css/fonts.css b/src/platform/cloud/onboarding/assets/css/fonts.css new file mode 100644 index 000000000..a3464f5f2 --- /dev/null +++ b/src/platform/cloud/onboarding/assets/css/fonts.css @@ -0,0 +1,33 @@ +/* ABC ROM Extended — full face mapping */ +@font-face { + font-family: 'ABC ROM Extended'; + src: + local('ABC ROM Extended Black Italic'), + local('ABCRom BlackItalic'), + url('../fonts/ABCROMExtended-BlackItalic.woff2') format('woff2'), + url('../fonts/ABCROMExtended-BlackItalic.woff') format('woff'); + font-weight: 900; + font-style: italic; + font-display: swap; +} + +/* Prevent browser from synthesizing fake bold/italic which can cause mismatches */ +.hero-title, +.font-abcrom { + font-family: 'ABC ROM Extended', sans-serif; + font-synthesis: none; /* no faux bold/italic */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-rendering: optimizeLegibility; +} + +/* Figma-like hero style */ +.hero-title { + font-size: 32px; + font-weight: 900; + font-style: italic; + text-transform: uppercase; + text-shadow: 0 4px 4px rgb(0 0 0 / 0.25); + /* Figma has leading-trim/text-edge which CSS doesn't support; emulate with tight line-height */ + line-height: 1.1; +} \ No newline at end of file diff --git a/src/platform/cloud/onboarding/assets/fonts/ABCROMExtended-BlackItalic.woff b/src/platform/cloud/onboarding/assets/fonts/ABCROMExtended-BlackItalic.woff new file mode 100644 index 000000000..5d14e46a7 Binary files /dev/null and b/src/platform/cloud/onboarding/assets/fonts/ABCROMExtended-BlackItalic.woff differ diff --git a/src/platform/cloud/onboarding/assets/fonts/ABCROMExtended-BlackItalic.woff2 b/src/platform/cloud/onboarding/assets/fonts/ABCROMExtended-BlackItalic.woff2 new file mode 100644 index 000000000..1e8bb595f Binary files /dev/null and b/src/platform/cloud/onboarding/assets/fonts/ABCROMExtended-BlackItalic.woff2 differ diff --git a/src/platform/cloud/onboarding/assets/videos/thumbnail.png b/src/platform/cloud/onboarding/assets/videos/thumbnail.png new file mode 100644 index 000000000..e5266b6a6 Binary files /dev/null and b/src/platform/cloud/onboarding/assets/videos/thumbnail.png differ diff --git a/src/platform/cloud/onboarding/assets/videos/video.mp4 b/src/platform/cloud/onboarding/assets/videos/video.mp4 new file mode 100644 index 000000000..b179abb18 Binary files /dev/null and b/src/platform/cloud/onboarding/assets/videos/video.mp4 differ diff --git a/src/platform/cloud/onboarding/auth.ts b/src/platform/cloud/onboarding/auth.ts new file mode 100644 index 000000000..75d183dc6 --- /dev/null +++ b/src/platform/cloud/onboarding/auth.ts @@ -0,0 +1,235 @@ +import * as Sentry from '@sentry/vue' +import { isEmpty } from 'es-toolkit/compat' + +import { api } from '@/scripts/api' + +interface UserCloudStatus { + status: 'active' +} + +const ONBOARDING_SURVEY_KEY = 'onboarding_survey' + +/** + * Helper function to capture API errors with Sentry + */ +function captureApiError( + error: Error, + endpoint: string, + errorType: 'http_error' | 'network_error', + httpStatus?: number, + operation?: string, + extraContext?: Record +) { + const tags: Record = { + api_endpoint: endpoint, + error_type: errorType + } + + if (httpStatus !== undefined) { + tags.http_status = httpStatus + } + + if (operation) { + tags.operation = operation + } + + const sentryOptions: any = { + tags, + extra: extraContext ? { ...extraContext } : undefined + } + + Sentry.captureException(error, sentryOptions) +} + +/** + * Helper function to check if error is already handled HTTP error + */ +function isHttpError(error: unknown, errorMessagePrefix: string): boolean { + return error instanceof Error && error.message.startsWith(errorMessagePrefix) +} + +export async function getUserCloudStatus(): Promise { + try { + const response = await api.fetchApi('/user', { + method: 'GET', + headers: { + 'Content-Type': 'application/json' + } + }) + if (!response.ok) { + const error = new Error(`Failed to get user: ${response.statusText}`) + captureApiError( + error, + '/user', + 'http_error', + response.status, + undefined, + { + api: { + method: 'GET', + endpoint: '/user', + status_code: response.status, + status_text: response.statusText + } + } + ) + throw error + } + + return response.json() + } catch (error) { + // Only capture network errors (not HTTP errors we already captured) + if (!isHttpError(error, 'Failed to get user:')) { + captureApiError(error as Error, '/user', 'network_error') + } + throw error + } +} + +export async function getSurveyCompletedStatus(): Promise { + try { + const response = await api.fetchApi(`/settings/${ONBOARDING_SURVEY_KEY}`, { + method: 'GET', + headers: { + 'Content-Type': 'application/json' + } + }) + if (!response.ok) { + // Not an error case - survey not completed is a valid state + Sentry.addBreadcrumb({ + category: 'auth', + message: 'Survey status check returned non-ok response', + level: 'info', + data: { + status: response.status, + endpoint: `/settings/${ONBOARDING_SURVEY_KEY}` + } + }) + return false + } + const data = await response.json() + // Check if data exists and is not empty + return !isEmpty(data.value) + } catch (error) { + // Network error - still capture it as it's not thrown from above + Sentry.captureException(error, { + tags: { + api_endpoint: '/settings/{key}', + error_type: 'network_error' + }, + extra: { + route_template: '/settings/{key}', + route_actual: `/settings/${ONBOARDING_SURVEY_KEY}` + }, + level: 'warning' + }) + return false + } +} + +// @ts-expect-error - Unused function kept for future use +async function postSurveyStatus(): Promise { + try { + const response = await api.fetchApi(`/settings/${ONBOARDING_SURVEY_KEY}`, { + method: 'POST', + headers: { + 'Content-Type': 'application/json' + }, + body: JSON.stringify({ [ONBOARDING_SURVEY_KEY]: undefined }) + }) + + if (!response.ok) { + const error = new Error( + `Failed to post survey status: ${response.statusText}` + ) + captureApiError( + error, + '/settings/{key}', + 'http_error', + response.status, + 'post_survey_status', + { + route_template: '/settings/{key}', + route_actual: `/settings/${ONBOARDING_SURVEY_KEY}` + } + ) + throw error + } + } catch (error) { + // Only capture network errors (not HTTP errors we already captured) + if (!isHttpError(error, 'Failed to post survey status:')) { + captureApiError( + error as Error, + '/settings/{key}', + 'network_error', + undefined, + 'post_survey_status', + { + route_template: '/settings/{key}', + route_actual: `/settings/${ONBOARDING_SURVEY_KEY}` + } + ) + } + throw error + } +} + +export async function submitSurvey( + survey: Record +): Promise { + try { + Sentry.addBreadcrumb({ + category: 'auth', + message: 'Submitting survey', + level: 'info', + data: { + survey_fields: Object.keys(survey) + } + }) + + const response = await api.fetchApi('/settings', { + method: 'POST', + headers: { + 'Content-Type': 'application/json' + }, + body: JSON.stringify({ [ONBOARDING_SURVEY_KEY]: survey }) + }) + + if (!response.ok) { + const error = new Error(`Failed to submit survey: ${response.statusText}`) + captureApiError( + error, + '/settings', + 'http_error', + response.status, + 'submit_survey', + { + survey: { + field_count: Object.keys(survey).length, + field_names: Object.keys(survey) + } + } + ) + throw error + } + + // Log successful survey submission + Sentry.addBreadcrumb({ + category: 'auth', + message: 'Survey submitted successfully', + level: 'info' + }) + } catch (error) { + // Only capture network errors (not HTTP errors we already captured) + if (!isHttpError(error, 'Failed to submit survey:')) { + captureApiError( + error as Error, + '/settings', + 'network_error', + undefined, + 'submit_survey' + ) + } + throw error + } +} diff --git a/src/platform/cloud/onboarding/components/CloudLayoutView.vue b/src/platform/cloud/onboarding/components/CloudLayoutView.vue new file mode 100644 index 000000000..fde68f7da --- /dev/null +++ b/src/platform/cloud/onboarding/components/CloudLayoutView.vue @@ -0,0 +1,16 @@ + + + diff --git a/src/platform/cloud/onboarding/components/CloudLogo.vue b/src/platform/cloud/onboarding/components/CloudLogo.vue new file mode 100644 index 000000000..c3cf3fbe7 --- /dev/null +++ b/src/platform/cloud/onboarding/components/CloudLogo.vue @@ -0,0 +1,9 @@ + diff --git a/src/platform/cloud/onboarding/components/CloudSignInForm.vue b/src/platform/cloud/onboarding/components/CloudSignInForm.vue new file mode 100644 index 000000000..a7c85971d --- /dev/null +++ b/src/platform/cloud/onboarding/components/CloudSignInForm.vue @@ -0,0 +1,128 @@ + + + + diff --git a/src/platform/cloud/onboarding/components/CloudTemplate.vue b/src/platform/cloud/onboarding/components/CloudTemplate.vue new file mode 100644 index 000000000..9185725f0 --- /dev/null +++ b/src/platform/cloud/onboarding/components/CloudTemplate.vue @@ -0,0 +1,80 @@ + + + + diff --git a/src/platform/cloud/onboarding/components/CloudTemplateFooter.vue b/src/platform/cloud/onboarding/components/CloudTemplateFooter.vue new file mode 100644 index 000000000..38c3b7722 --- /dev/null +++ b/src/platform/cloud/onboarding/components/CloudTemplateFooter.vue @@ -0,0 +1,32 @@ + + + diff --git a/src/platform/cloud/onboarding/onboardingCloudRoutes.ts b/src/platform/cloud/onboarding/onboardingCloudRoutes.ts new file mode 100644 index 000000000..83fed65e8 --- /dev/null +++ b/src/platform/cloud/onboarding/onboardingCloudRoutes.ts @@ -0,0 +1,72 @@ +import type { RouteRecordRaw } from 'vue-router' + +export const cloudOnboardingRoutes: RouteRecordRaw[] = [ + { + path: '/cloud', + component: () => + import('@/platform/cloud/onboarding/components/CloudLayoutView.vue'), + children: [ + { + path: 'login', + name: 'cloud-login', + component: () => + import('@/platform/cloud/onboarding/CloudLoginView.vue'), + beforeEnter: async (to, _from, next) => { + // Only redirect if not explicitly switching accounts + if (!to.query.switchAccount) { + const { useCurrentUser } = await import( + '@/composables/auth/useCurrentUser' + ) + const { isLoggedIn } = useCurrentUser() + + if (isLoggedIn.value) { + // User is already logged in, redirect to user-check + // user-check will handle survey, or main page routing + return next({ name: 'cloud-user-check' }) + } + } + next() + } + }, + { + path: 'signup', + name: 'cloud-signup', + component: () => + import('@/platform/cloud/onboarding/CloudSignupView.vue') + }, + { + path: 'forgot-password', + name: 'cloud-forgot-password', + component: () => + import('@/platform/cloud/onboarding/CloudForgotPasswordView.vue') + }, + { + path: 'survey', + name: 'cloud-survey', + component: () => + import('@/platform/cloud/onboarding/CloudSurveyView.vue'), + meta: { requiresAuth: true } + }, + { + path: 'user-check', + name: 'cloud-user-check', + component: () => + import('@/platform/cloud/onboarding/UserCheckView.vue'), + meta: { requiresAuth: true } + }, + { + path: 'sorry-contact-support', + name: 'cloud-sorry-contact-support', + component: () => + import('@/platform/cloud/onboarding/CloudSorryContactSupportView.vue') + }, + { + path: 'auth-timeout', + name: 'cloud-auth-timeout', + component: () => + import('@/platform/cloud/onboarding/CloudAuthTimeoutView.vue'), + props: true + } + ] + } +] diff --git a/src/platform/cloud/onboarding/skeletons/CloudLoginViewSkeleton.vue b/src/platform/cloud/onboarding/skeletons/CloudLoginViewSkeleton.vue new file mode 100644 index 000000000..9727cb6bb --- /dev/null +++ b/src/platform/cloud/onboarding/skeletons/CloudLoginViewSkeleton.vue @@ -0,0 +1,47 @@ + + + diff --git a/src/platform/cloud/onboarding/skeletons/CloudSurveyViewSkeleton.vue b/src/platform/cloud/onboarding/skeletons/CloudSurveyViewSkeleton.vue new file mode 100644 index 000000000..1632ecfbc --- /dev/null +++ b/src/platform/cloud/onboarding/skeletons/CloudSurveyViewSkeleton.vue @@ -0,0 +1,30 @@ + + + diff --git a/src/platform/remoteConfig/types.ts b/src/platform/remoteConfig/types.ts index 010c00ad2..939c6bbf1 100644 --- a/src/platform/remoteConfig/types.ts +++ b/src/platform/remoteConfig/types.ts @@ -14,7 +14,6 @@ type ServerHealthAlert = { */ export type RemoteConfig = { mixpanel_token?: string - require_whitelist?: boolean subscription_required?: boolean server_health_alert?: ServerHealthAlert } diff --git a/src/platform/telemetry/providers/cloud/MixpanelTelemetryProvider.ts b/src/platform/telemetry/providers/cloud/MixpanelTelemetryProvider.ts index 419ab6329..d11c88454 100644 --- a/src/platform/telemetry/providers/cloud/MixpanelTelemetryProvider.ts +++ b/src/platform/telemetry/providers/cloud/MixpanelTelemetryProvider.ts @@ -146,6 +146,10 @@ export class MixpanelTelemetryProvider implements TelemetryProvider { } } + trackSignupOpened(): void { + this.trackEvent(TelemetryEvents.USER_SIGN_UP_OPENED) + } + trackAuth(metadata: AuthMetadata): void { this.trackEvent(TelemetryEvents.USER_AUTH_COMPLETED, metadata) } diff --git a/src/platform/telemetry/types.ts b/src/platform/telemetry/types.ts index f16304e7c..d089c886a 100644 --- a/src/platform/telemetry/types.ts +++ b/src/platform/telemetry/types.ts @@ -258,6 +258,7 @@ export interface WorkflowCreatedMetadata { */ export interface TelemetryProvider { // Authentication flow events + trackSignupOpened(): void trackAuth(metadata: AuthMetadata): void trackUserLoggedIn(): void @@ -334,6 +335,7 @@ export interface TelemetryProvider { */ export const TelemetryEvents = { // Authentication Flow + USER_SIGN_UP_OPENED: 'app:user_sign_up_opened', USER_AUTH_COMPLETED: 'app:user_auth_completed', USER_LOGGED_IN: 'app:user_logged_in', diff --git a/src/router.ts b/src/router.ts index e468b02f3..9959975d6 100644 --- a/src/router.ts +++ b/src/router.ts @@ -5,6 +5,7 @@ import { createWebHashHistory, createWebHistory } from 'vue-router' +import type { RouteLocationNormalized } from 'vue-router' import { isCloud } from '@/platform/distribution/types' import { useDialogService } from '@/services/dialogService' @@ -13,8 +14,20 @@ import { useUserStore } from '@/stores/userStore' import { isElectron } from '@/utils/envUtil' import LayoutDefault from '@/views/layouts/LayoutDefault.vue' +import { cloudOnboardingRoutes } from './platform/cloud/onboarding/onboardingCloudRoutes' + const isFileProtocol = window.location.protocol === 'file:' -const basePath = isElectron() ? '/' : window.location.pathname + +// Determine base path for the router +// - Electron: always root +// - Web: rely on Vite's BASE_URL (configured via vite.config `base`) +function getBasePath(): string { + if (isElectron()) return '/' + // Vite injects BASE_URL at build/dev time; default to '/' + return import.meta.env?.BASE_URL || '/' +} + +const basePath = getBasePath() const router = createRouter({ history: isFileProtocol @@ -24,6 +37,7 @@ const router = createRouter({ // we need this base path or assets will incorrectly resolve from 'http://localhost:7801/' createWebHistory(basePath), routes: [ + ...(isCloud ? cloudOnboardingRoutes : []), { path: '/', component: LayoutDefault, @@ -33,6 +47,7 @@ const router = createRouter({ name: 'GraphView', component: () => import('@/views/GraphView.vue'), beforeEnter: async (_to, _from, next) => { + // Then check user store const userStore = useUserStore() await userStore.initialize() if (userStore.needsLogin) { @@ -61,8 +76,27 @@ const router = createRouter({ }) if (isCloud) { + const PUBLIC_ROUTE_NAMES = new Set([ + 'cloud-login', + 'cloud-signup', + 'cloud-forgot-password', + 'cloud-sorry-contact-support' + ]) + const PUBLIC_ROUTE_PATHS = new Set([ + '/cloud/login', + '/cloud/signup', + '/cloud/forgot-password', + '/cloud/sorry-contact-support' + ]) + + function isPublicRoute(to: RouteLocationNormalized) { + const name = String(to.name) + if (PUBLIC_ROUTE_NAMES.has(name)) return true + const path = to.path + return PUBLIC_ROUTE_PATHS.has(path) + } // Global authentication guard - router.beforeEach(async (_to, _from, next) => { + router.beforeEach(async (to, _from, next) => { const authStore = useFirebaseAuthStore() // Wait for Firebase auth to initialize @@ -79,16 +113,69 @@ if (isCloud) { // Pass authenticated users const authHeader = await authStore.getAuthHeader() - if (authHeader) { + const isLoggedIn = !!authHeader + + // Allow public routes + if (isPublicRoute(to)) { return next() } - // Show sign-in for unauthenticated users - const dialogService = useDialogService() - const loginSuccess = await dialogService.showSignInDialog() + // Special handling for user-check + // These routes need auth but handle their own routing logic + if (to.name === 'cloud-user-check') { + if (to.meta.requiresAuth && !isLoggedIn) { + return next({ name: 'cloud-login' }) + } + return next() + } - if (loginSuccess) return next() - return next(false) + // Prevent redirect loop when coming from user-check + if (_from.name === 'cloud-user-check' && to.path === '/') { + return next() + } + + // Check if route requires authentication + if (to.meta.requiresAuth && !isLoggedIn) { + return next({ name: 'cloud-login' }) + } + + // Handle other protected routes + if (!isLoggedIn) { + // For Electron, use dialog + if (isElectron()) { + const dialogService = useDialogService() + const loginSuccess = await dialogService.showSignInDialog() + return loginSuccess ? next() : next(false) + } + + // For web, redirect to login + return next({ name: 'cloud-login' }) + } + + // User is logged in - check if they need onboarding + // For root path, check actual user status to handle waitlisted users + if (!isElectron() && isLoggedIn && to.path === '/') { + // Import auth functions dynamically to avoid circular dependency + const { getSurveyCompletedStatus } = await import( + '@/platform/cloud/onboarding/auth' + ) + try { + // Check user's actual status + const surveyCompleted = await getSurveyCompletedStatus() + + // Survey is required for all users regardless of whitelist status + if (!surveyCompleted) { + return next({ name: 'cloud-survey' }) + } + } catch (error) { + console.error('Failed to check user status:', error) + // On error, redirect to user-check as fallback + return next({ name: 'cloud-user-check' }) + } + } + + // User is logged in and accessing protected route + return next() }) } diff --git a/src/scripts/api.ts b/src/scripts/api.ts index efe60c614..40cc0ac16 100644 --- a/src/scripts/api.ts +++ b/src/scripts/api.ts @@ -326,14 +326,9 @@ export class ComfyApi extends EventTarget { super() this.user = '' this.api_host = location.host - const pathname = location.pathname - const isCloudSpaRoute = isCloud && pathname.startsWith('/cloud/') - if (isCloudSpaRoute) { - this.api_base = '' - } else { - this.api_base = pathname.split('/').slice(0, -1).join('/') - } - console.log('Running on', this.api_host) + this.api_base = isCloud + ? '' + : location.pathname.split('/').slice(0, -1).join('/') this.initialClientId = sessionStorage.getItem('clientId') }