Instructions to use tencent/SRPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tencent/SRPO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tencent/SRPO", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Update README.md e0f7653 verified
Update README.md b1e1f6f verified
Delete diffusion_pytorch_model_onlinehps.safetensors 95b86e7 verified
Update README.md 99ac944 verified
Update README.md a7fec0e verified
Upload folder using huggingface_hub 08233c2 verified
upload 23735c3
root commited on