from diffusers import StableDiffusionLDM3DPipeline pipe_ldm3d = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d") prompt = "A picture of a castle in the mountains" output = pipe_ldm3d(prompt) obj_file = output.obj obj_file[0].save("castle_ldm3d.obj")

license: cc

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.