Aman Kishore
Aman Kishore
Adding support for merging non-sequential category ids (not starting a 1). For example merging the following categories will result in `crate` having the same id as `pallet`: `"categories": [ {...
**Is your feature request related to a problem? Please describe.** I'd like to run inference with stable diffusion through an API request! **Describe the solution you'd like** Either an Inference...
Split up the rendering across 8 GPUs! Issue #6 Much faster with multi gpu!
Using pymesh to remove duplicated vertices resulting in a cleaner mesh and cleaner textures during inference Inspired by @lalalune
Hi @ashawkey great work so far thank you for the support! Saw this post by hugging face about speeding up stable diffusion with JAX: https://twitter.com/psuraj28/status/1585626674447912963?s=61&t=jLURqIa7zTz_YwHzs2Q9Ag Model: huggingface.co/duongna/stable-diffusion-v1-4-flax Stable Diffusion Finetuning:...
I'm getting really poor output from the PLY: Am I using `marching_cubes_mesh` incorrectly? ``` mesh = marching_cubes_mesh( pc=pc, model=model, batch_size=4096, grid_size=256, # increase to 128 for resolution used in evals...
Anyone working on python scripts for multi-controlnet (separate from the webui)
Edge guidance is cool, how long of a video can I create?
### Description Getting this error [F glutil.cpp:338] eglInitialize() failed when running with latest commit ### Steps to Reproduce Run latest code with Dockerfile ### Expected Behavior This is during python3...
Export meshes are really broken :/