Instructions to use HakuriTada/Kobinbin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HakuriTada/Kobinbin with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Liberata/illustrious-xl-v1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HakuriTada/Kobinbin") prompt = "1girl, kita ikuyo, " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/00004-3704418221.png +3 -0
- kobinbin.safetensors +3 -0
images/00004-3704418221.png
ADDED
|
Git LFS Details
|
kobinbin.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4612ba4f8208ecb36f67d9e270495224a10b69f92f75afc054af1d8519e22d7
|
| 3 |
+
size 228462308
|