Instructions to use JosephusCheung/ACertainModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JosephusCheung/ACertainModel with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("JosephusCheung/ACertainModel", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, best quality, 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md 0a91a3f
Update README.md 8172414
Update README.md 26c5fae
Update README.md aec0ebb
Update README.md 772561e
Update README.md f9b3405
Update README.md 566323b
Update README.md 1271708
Update README.md d7ad66b
Update README.md b8f4c3b
Update README.md 49ae9f5
Update README.md e2b524a
Update README.md 4d306b5
Update README.md 9b7e873
Update README.md 8f278ee
initial commit e4fb02e
Joseph Cheung commited on