Views
No views yet
1from huggingface_hub import hf_hub_download
2import torch
3
4# Download model
5model_path = hf_hub_download("munchers/scent-to-molecule", "best_control.pt")
6
7model.load_state_dict(checkpoint['model_state_dict'])
8if torch.cuda.is_available():
9 model = model.cuda()| Input Description | Expected Output | Chemical Type |
|---|---|---|
| "sweet vanilla scent" | Vanillin-like compounds | Phenolic aldehyde |
| "bitter coffee alkaloid" | Caffeine-like compounds | Purine alkaloid |
| "minty cooling fresh" | Menthol-like compounds | Monoterpene alcohol |
1@misc{scent-to-molecule-controlnet,
2 title={Scent-to-Molecule Control},
3 author={Shiva Mudide},
4 year={2025},
5 howpublished={\url{https://huggingface.co/munchers/scent-to-molecule}}
6}