You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Agent-driven 3D bionic product designer using Comfyui backend + Gradio frontend.
Simply input a biological reference name, image, and target design (e.g., table, chair, small exhibition hall), and it will generate corresponding bionic products with text descriptions, images, and 3D models.
The LLM / LVM models first analyze the input information and complete the autonomous design following the steps: "Design concept text" → "Visual description text" → "prompt" → "2D image output" → "3D model output".
All computations are performed locally using open-source models, requiring no API or internet connection (after installation).
Start Comfyui, load the workflow file, and test if it works properly in comfyui.
Modify server_address in app.py to your Comfyui address, e.g.: server_address = "127.0.0.1:8188"
Modify comfyui_output_path in app.py to your Comfyui output path, e.g.: comfyui_output_path = "D:/01_DL/ComfyUI_windows_portable/ComfyUI/output", to ensure the Gradio frontend can access ComfyUI's output.
Start the Gradio frontend.
python app.py
Visit 127.0.0.1:7860 to open the interface.
About
3D AI Product Designer Inspired by Biological Morphology, built on ComfyUI and Gradio.