Instructions to use EricRollei/SAI-SD2.1-for-HYPIR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EricRollei/SAI-SD2.1-for-HYPIR with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EricRollei/SAI-SD2.1-for-HYPIR", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
SAI seems to have taken down their SD21 Repo so I'm uploading it here since HYPIR depends on it. Credit and thanks to SAI for providing this and their other models. Please refer to SAI's license in the files.
My Comfyui custom nodes for HYPIR are here and available in the manager. https://github.com/EricRollei/HYPIR-ComfyUI And credit to the XPixelGroup for providing HYPIR - github repo here: https://github.com/XPixelGroup/HYPIR
- Downloads last month
- 65