Instructions to use HakuriTada/cclin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HakuriTada/cclin with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("calcuis/illustrious", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HakuriTada/cclin") prompt = "1girl," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 7 files
Browse files- cclin.safetensors +3 -0
- images/00001-3559127141.png +3 -0
- images/00002-1714143147.png +3 -0
- images/00003-1835525865.png +3 -0
- images/00004-1889157664.png +3 -0
- images/00006-240256398.png +3 -0
- images/00008-1785206992.png +3 -0
cclin.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:092282eabaa8b06a9278c1008f34eb22d6d964b72e4694826aecdaa4dbec601f
|
| 3 |
+
size 228461716
|
images/00001-3559127141.png
ADDED
|
Git LFS Details
|
images/00002-1714143147.png
ADDED
|
Git LFS Details
|
images/00003-1835525865.png
ADDED
|
Git LFS Details
|
images/00004-1889157664.png
ADDED
|
Git LFS Details
|
images/00006-240256398.png
ADDED
|
Git LFS Details
|
images/00008-1785206992.png
ADDED
|
Git LFS Details
|