Giter VIP home page Giter VIP logo

Comments (8)

KhalilSRIDI avatar KhalilSRIDI commented on August 15, 2024

+1

from instantmesh.

jtydhr88 avatar jtydhr88 commented on August 15, 2024

Yeah, it is possible, I implemented the similar thing in https://github.com/jtydhr88/sd-webui-txt-img-to-3d-model by OpenAI Sharp-E.
However the difficulty of InstantMesh is that it depends some dependencies may be challenging for user to install.
While I implemented ComfyUI node https://github.com/jtydhr88/ComfyUI-InstantMesh, I choose a simple solution that asks user to install https://github.com/MrForExample/ComfyUI-3D-Pack first, which has a better solution to install the dependencies.

in fact, I don’t see it is high value to integrate InstantMesh into sd-webui, if you are able to run it on your local, you could easily use it to process the image generated from sd-webui.

however, if I could spare some time on weekend, I may take a look at it

from instantmesh.

safouene-jebali avatar safouene-jebali commented on August 15, 2024

That sounds great! I really appreciate the work you've done with ComfyUI. In fact, I'm currently working on a project where all demos must be compatible with automatic1111, which is why I was keen on implementing InstantMesh directly in the sd-webui.
I look forward to seeing any updates you might explore over the weekend regarding this integration. Thanks again for considering it!

from instantmesh.

jtydhr88 avatar jtydhr88 commented on August 15, 2024

https://github.com/jtydhr88/sd-webui-InstantMesh
I implemented this initial version, I will update readme for setup later
image

from instantmesh.

DiamondGlassDrill avatar DiamondGlassDrill commented on August 15, 2024

Awesome :) thanks!!!!

from instantmesh.

DiamondGlassDrill avatar DiamondGlassDrill commented on August 15, 2024

So with txt2image i can push over as input for InstantMesh Extension wrapper?

from instantmesh.

jtydhr88 avatar jtydhr88 commented on August 15, 2024

Not now, current version is just an initial version, I just moved the gradio ui of this repo into sd-webui, without any new features.
Btw, I also need to mention, to make it working on sd-webui requires some additional steps which I don’t finish the readme, if you want to try at this moment, you could refer to my personal note:

  1. conda create --name sd-webui-19 python=3.10
  2. conda deactivate
  3. pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
  4. pip install -r requirements.txt
  5. conda install -c conda-forge cudatoolkit-dev -y
  6. conda install Ninja
  7. pip install https://huggingface.co/r4ziel/xformers_pre_built/resolve/main/triton-2.0.0-cp310-cp310-win_amd64.whl
  8. pip install imageio[ffmpeg]
  9. cd extensions\sd-webui-InstantMesh
  10. pip install -r requirements.txt
  11. cd ....
  12. python launch.py --disable-safe-unpickle

from instantmesh.

safouene-jebali avatar safouene-jebali commented on August 15, 2024

image_2024-04-21_153253480
It worked perfectly for me following the recommended steps !

from instantmesh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.