Instructions to use yuewu/chemical-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use yuewu/chemical-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("yuewu/chemical-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "A New Family of Hybrid Perovskites Based on the Hypophosphite Ligand" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
3259ae9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3b0f1843b01fbf820827e257eec40db099cde863f07314ae6ab641298e11fc98
size 167399505
|