Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Text to 3D function #1446

Merged
merged 4 commits into from
Dec 26, 2024
Merged

feat: Add Text to 3D function #1446

merged 4 commits into from
Dec 26, 2024

Conversation

tomguluson92
Copy link
Contributor

Relates to:

Risks

Low

Background

What does this PR do?

Since I am a AlGC researcher, and I use Text2Image/video/3D frequently, thus I need to equip Eliza with fulfill function of the
SOTA text to 3D function.

What kind of change is this?

Features

Documentation changes needed?

My changes do not require a change to the project documentation.

Testing

Yes

Where should a reviewer start?

local testing, and input prompt with please generate a 3D object of xxx

Detailed testing steps

  • pnpm build/install
  • cp -r packages/plugin-3d-generation/ to agent/node_modules/\@ai16z/
  • pnpm start --character="characters/xxx_Configuration.json"
  • pnpm start:client

Then you can test it in the webUI with prompt please generate a 3D object of a lovely cat. With input FAL_API_KEY with enough quota, you can have your glb/obj/fbx/stl format 3D object in the content_cache folder.

@odilitime odilitime added the Plugin_new Mark PRs that are a new plugin label Dec 25, 2024
@odilitime odilitime changed the base branch from main to develop December 25, 2024 07:11
@odilitime
Copy link
Collaborator

not cp -r packages/plugin-3d-generation/ to agent/node_modules/\@ai16z/

but edit agent/package.json and include as a workspace like the other plugins

@tomguluson92
Copy link
Contributor Author

tomguluson92 commented Dec 25, 2024

Thanks, I will make a new PR to fix this problem when this PR been merged.

@odilitime odilitime merged commit 4832d1f into elizaOS:develop Dec 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Plugin_new Mark PRs that are a new plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants