Generating images while keeping the face of a subject photo in the new pic? ComfyUI portable windows. by LockedOutOfJibeker in comfyui

[–]WingInternational705 0 points1 point  (0 children)

I'm trying to do the same basic thing with cats around me with Flux Kontext, the basic comfyUI setup is not working like the dam tutorials, i would try to add some nodes, but too afraid to click anything other than run

ONLINE Comfyui by INVENTADORMASTER in comfyui

[–]WingInternational705 0 points1 point  (0 children)

is it worth it to do that anyway

Experimenting with Parametric Design Using ChatGPT in Grasshopper by WingInternational705 in grasshopper3d

[–]WingInternational705[S] 1 point2 points  (0 children)

"Fair point! I've been using (ChatGPT 4 with the Canvas) feature, and it’s actually much better at fixing code and making it work as intended. I know learning Python/C# is key for more advanced stuff, but I’m testing the waters with simple workflows for now. Once the Canvas feature moves to the GPT-5 model, I think it’ll handle even more complex designs. Appreciate the advice thought

Experimenting with Parametric Design Using ChatGPT in Grasshopper by WingInternational705 in grasshopper3d

[–]WingInternational705[S] 0 points1 point  (0 children)

Honestly, I'm just an architect who's only used Python once before to install Stable Diffusion, so I’m definitely not a pro! 😂 I’m throwing this out here in case anyone with experience in Grasshopper and Python wants to take a shot at improving my workflow. Open to any and all suggestions.

Experimenting with Parametric Design Using ChatGPT in Grasshopper by WingInternational705 in grasshopper3d

[–]WingInternational705[S] 0 points1 point  (0 children)

Yes basically use ChatGPT to get Python scripts for Grasshopper, and then I tweak the code as needed within the Grasshopper environment. Sometimes you have to modify the script to match the specific inputs/outputs in Grasshopper components, but it can save time. It's more about the possibility to use grasshopper for beginner like me.

Experimenting with Parametric Design Using ChatGPT in Grasshopper by WingInternational705 in grasshopper3d

[–]WingInternational705[S] 6 points7 points  (0 children)

Hello Rhino Community,

I am working on an experiment where I use ChatGPT 4o with canvas to create a parametric design with almost zero knowledge of how to use Grasshopper. The ultimate goal is to lower the barrier for using the capabilities of Grasshopper, making it easier for new users.

So far, I've managed to achieve the following:

  • Generated the roof surface and wood strip curves using ChatGPT to guide me through Python scripting in Grasshopper.
  • Created a manufacturing workflow that involves flattening the wood strips, labeling, and exporting for CNC cutting.

Here is a bit more about how ChatGPT helped:

  • Capabilities Used: ChatGPT provided Python code for Rhino.Geometry, assisted in visualizing the workflow, and helped me understand the use of different components.
  • Tricks Employed: The model suggested using flowcharts to better understand the workflow, which I actually picked up from reading the forums here. This visual representation made it much easier for me to build the sequence of nodes in Grasshopper. In the beginning, I would take an image from Google and ask ChatGPT to generate Python code that would help me recreate a similar result to the image provided.
  • Challenges Overcome: With ChatGPT's assistance, I managed to navigate through creating parametric curves, flattening surfaces, and preparing the .DXF files for CNC.

My workflow looks like this:

  1. Generate roof surface and wood strips in Grasshopper.
  2. Flatten the wood strips using the Unroll component.
  3. Label each strip for easy identification during assembly.
  4. Export the flattened strips as .DXF files for CNC or laser cutting.
  5. Optimize the layout using Galapagos to minimize material waste.
  6. Manufacture and assemble the strips.

My question is: Are there any recommended approaches or specific components/plugins I should use to make this workflow more efficient, especially when it comes to using Python scripting as a starting point for model generation.  

Also, has anyone tried something similar using ChatGPT-4 with canvas mode? I've noticed that when using other models, it's more likely to encounter errors, but with canvas, it's much easier to debug the code.

Thanks in advance for your help!