-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97d7af7
commit 40a8391
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
This initial release contains a minimal integration of [LLaMa-Mesh](https://github.com/nv-tlabs/LLaMA-Mesh) in Blender. | ||
|
||
# Installation | ||
|
||
Go to the [Latest Release](https://github.com/huggingface/meshgen/releases/latest) page for a download link and installation instructions. | ||
|
||
# Setup | ||
- In `MeshGen` addon preferences, click `Download Required Models` | ||
- If set up correctly, addon preferences should display the message `Ready to generate. Press 'N' -> MeshGen to get started.' | ||
|
||
# Usage | ||
|
||
- Press `N` -> `MeshGen` | ||
- Click `Load Generator` (this will take a while) | ||
- Enter a prompt, for example: `Create a 3D obj file using the following description: a desk` | ||
- Click `Generate Mesh` | ||
|
||
# Troubleshooting | ||
|
||
- Find errors in the console: | ||
- Windows: In Blender, go to `Window` -> `Toggle System Console` | ||
- Mac/Linux: Launch Blender from the terminal | ||
- Report errors in [Issues](https://github.com/huggingface/meshgen/issues) |