Instructions to use fusing/ffhq_ncsnpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusing/ffhq_ncsnpp with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fusing/ffhq_ncsnpp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_class_name": "ScoreSdeVePipeline", | |
| "_diffusers_version": "0.0.4", | |
| "model": [ | |
| "diffusers", | |
| "NCSNpp" | |
| ], | |
| "scheduler": [ | |
| "diffusers", | |
| "ScoreSdeVeScheduler" | |
| ] | |
| } | |