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 Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.