Instructions to use milpu02/SeikouLose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use milpu02/SeikouLose with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("milpu02/SeikouLose") prompt = "1.3" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
checkpoint-e18_s4147787898.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f9ce75a9022c265f647cad35bcdc71db56e0aa7edbe47dfd3be5f43ade15aa1
|
| 3 |
+
size 256056360
|
images/Screenshot 2025-05-15 153408.png
ADDED
|
Git LFS Details
|