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
Google collab Notebook
#3
by 8ernity - opened
Hi, would it be possible for you to create a Google collab Notebook to try it in a bit more advanced way than on your demo ?
Thanks a lot ! I love this project β€οΈ
levihsu changed discussion status to closed
can i use the api on my local machine?
I made one here:
https://colab.research.google.com/drive/1z-b8X_E0t8F6ucitHk6W_OTfh3iOHFU8?usp=sharing
config file is missing