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
A New version
#10 opened 3 months ago
by
Clivey
Update README.md
#8 opened 8 months ago
by
Jml9
Exact same workflow, clearer
#7 opened 8 months ago
by
QES
can you provide nunchaku int4 version, which is easier for GPU poor to try
👍 2
1
#5 opened 9 months ago
by
Fantasyworld
add base model
#4 opened 9 months ago
by
linoyts
BF16 safetensors?
👍 2
#2 opened 9 months ago
by
DiffusionFanatic1
请量化模型,我想尝试一下,能提供gguf版本吗?请问这个支持Flux的生态吗?
3
#1 opened 9 months ago
by
Universe97