Instructions to use BiomedSyn/ours with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BiomedSyn/ours with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("BiomedSyn/ours", 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
Ctrl+K
- run-20251124_024041-cwlamda2
- run-20251124_024527-zthkeeq9
- run-20251124_025159-n2u54i0a
- run-20251124_031744-cn5boz4b
- run-20251124_034908-l45q13wk
- run-20251124_035541-xyu7pb81
- run-20251124_040408-3h8jbdlh
- run-20251124_041706-u7oj03y3
- run-20251124_055445-8tiskgzz
- run-20260108_032313-0d879sob
- run-20260108_034911-87gj0dlv
- run-20260108_035316-xczbqsui
- run-20260108_042939-36ttskwt
- 84.2 kB