Instructions to use Nihirc/Prompt2MedImage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nihirc/Prompt2MedImage with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Nihirc/Prompt2MedImage", 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
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Merge branch 'main' of https://huggingface.co/Nihirc/Prompt2MedImage into main 36efa3a
Nihir Chadderwala commited on
Added examples 51a8991
Nihir Chadderwala commited on
Updated README.md d284a02
Update README.md fce97a7
Updated README file 998c24e
Nihir Chadderwala commited on
Updated README file f8972c5
Nihir Chadderwala commited on
Submit model weights to HF 6b672af
Nihir Chadderwala commited on
Submit model weights to HF dcaaff0
Ubuntu commited on