Instructions to use Shero448/samui2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/samui2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/mocase-mix-prefectponyv2-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/samui2") prompt = "<lora:Samui_(naruto):1>, solo, 1girl, samui_(naruto), kunoichi garbs, arms crossed, frown, blush, looking at viewer, clouds, blurry background, score_9, score_8_up, score_7_up, source_anime," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- Samui_(naruto).safetensors +3 -0
- images/00031-279881450.png +3 -0
Samui_(naruto).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78f829949a86d220c42db5db40e05386d2c7e180ce65c86c113f784177e9d4ec
|
| 3 |
+
size 57432484
|
images/00031-279881450.png
ADDED
|
Git LFS Details
|