Instructions to use BiliSakura/DiffusionSat-Single-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BiliSakura/DiffusionSat-Single-512 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("BiliSakura/DiffusionSat-Single-512") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update all files for DiffusionSat-Single-512
Browse files- tokenizer/vocab.json +0 -0
tokenizer/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|