birth2death / research_ai

0 stars 0 forks source link
diffusion-models generative-ai

Summary

This repository contains Text to 3D model generation pipeline.

Installation

pip install -r requirements.txt
pip install -r externals/vlm/requirements.txt

Download models from, https://drive.google.com/drive/folders/1I5xhnLmaWlR2CDEG-ehAz3zyNoHzzZzi?usp=drive_link, and place safetensors within sd1_5, sd1_5_lora under models/sd1_5, models/sd1_5_lora directories, respectively.

Get Started

Toggle VLM openapi server via,

python externals/vlm/openai_demo/openai_api_request.py

Followed by,

python app.py

to run the Task2Diffusion api server.

Sample api usage can be found under client.py

TODO