Instructions to use jinofcoolnes/sammod with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jinofcoolnes/sammod with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jinofcoolnes/sammod", 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
- Draw Things
- DiffusionBee
Commit ·
75b289b
1
Parent(s): ced5950
Create README.md (#4)
Browse files- Create README.md (642e41b1e7646a07012b3aaf5f68f05f67436515)
Co-authored-by: Erond Duron <AFKRAGE@users.noreply.huggingface.co>