Instructions to use Akimitsujiro/Arlecchino with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Akimitsujiro/Arlecchino with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Akimitsujiro/Arlecchino") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Alecchino ( Genshin Impact ).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12274232d1a4c1f8606b259ecc999ae6b778c390c62fad3f90276f3392463d8a
|
| 3 |
+
size 39078976
|
images/74217b05-a302-4255-847c-d0d69b5fc7c3.jpg
ADDED
|
Git LFS Details
|