Instructions to use JosephusCheung/ACertainThing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JosephusCheung/ACertainThing 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/ACertainThing", 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
- Draw Things
- DiffusionBee
Commit History
Useless 34b7ea6
Update README.md ab035d9
Upload ACertainThing-half.ckpt 5aa9238
Update README.md 6eae531
Upload diffusers weights ac486df
Upload ACertainThing.ckpt b24e4d0
Update README.md 3d0f280
Update README.md 4146499
Upload animevae.pt 6fc19f2
Upload 2 files 15a620b
Update README.md 2d6ca9d
Create README.md 67b531a
Upload 2 files 957ba8d
initial commit 7d1faa1
Joseph Cheung commited on