Instructions to use levihsu/OOTDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use levihsu/OOTDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("levihsu/OOTDiffusion", 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
Commercial License Inquiry for OOTDiffusion
#25
by abduhamidbotirov - opened
Hello OOTDiffusion Team,
We are building a commercial e-commerce platform in Uzbekistan and are interested in integrating OOTDiffusion into our production environment.
We noticed that OOTDiffusion is currently licensed under CC BY-NC-SA 4.0, which does not allow commercial use.
We would like to ask whether you offer a commercial license for:
- OOTDiffusion source code
- Model checkpoints
- Commercial deployment on our own GPU infrastructure
- Marketplace / e-commerce usage
We are prepared to purchase a commercial license if available.
Could you please share the licensing terms, pricing range, and the right contact person for this discussion?
Thank you.
Best regards,
Abduhamid Botirov
Sahiy Team
Uzbekistan