https://github.com/tf63/mlkit-apple-exp
https://github.com/tf63/mlkit-apple-exp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tf63/mlkit-apple-exp
- Owner: tf63
- Created: 2024-11-16T04:19:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T16:37:12.000Z (7 months ago)
- Last Synced: 2025-02-09T06:32:09.507Z (4 months ago)
- Language: Python
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MLKit Apple Exp
## セットアップ
### Installation
```shell
uv sync
```### huggingface CLI のログイン
https://huggingface.co/settings/tokens にアクセスし,トークンを発行する
- 参考 https://huggingface.co/docs/huggingface_hub/guides/cli
```shell
huggingface-cli login
````~/.cache/huggingface/token`にトークンが保存される
### Model
`~/.cache/huggingface/hub`にモデルが保存される
### scheduler
```python
pipeline = DiffusionPipeline.from_pretrained(model_id)
pipeline.scheduler.compatibles
```### Performance
https://huggingface.co/docs/diffusers/ja/stable_diffusion