Text-to-3D
Diffusers
Safetensors
English
StableDiffusionUpscaleLDM3DPipeline
stable-diffusion
stable-diffusion-diffusers
text-to-image
Eval Results (legacy)
Instructions to use Intel/ldm3d-sr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Intel/ldm3d-sr with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Intel/ldm3d-sr", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 07ec44b verified
Update README.md (#2) c3dc02c verified
Update README.md 78a30f2 verified
Update README.md 67694b9
Update README.md 74621d6
Update README.md f90e4dc
Update README.md 95359f7
Update README.md 9cdf308
Update README.md 7c9bcec
Update README.md 2272399
Update README.md d83032b
Update README.md 2474882
uploaded weights f2bedf9
Aflalo commited on