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
Delete last-000001.ckpt
Browse files- last-000001.ckpt +0 -3
last-000001.ckpt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a02d076df98ac015abeeb34b393409cc46a91a1532136a567a7196815047d67e
|
| 3 |
-
size 2634951743
|
|
|
|
|
|
|
|
|
|
|
|