Instructions to use roborovski/superprompt-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use roborovski/superprompt-v1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("roborovski/superprompt-v1") model = AutoModelForSeq2SeqLM.from_pretrained("roborovski/superprompt-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Intergrated this model into a WebUI extension
#7
pinned
by SLAPaper - opened
Along with other two prompt expansion models: https://github.com/SLAPaper/sd-webui-pe
Also a HF space for using online: https://huggingface.co/spaces/SLAPaper/roborovski-superprompt-v1
Give it a try!
roborovski pinned discussion
great work!
Btw that huggingface space has a runtime error, if yall want there is this too https://huggingface.co/spaces/Nick088/SuperPrompt-v1