Instructions to use LyliaEngine/alchemistMix_v41 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/alchemistMix_v41 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/ilustmix_v6", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/alchemistMix_v41") prompt = "masterpiece, ultra quality, 1girl, realistic portrait, han juri, lean and toned, reclining poolside on elbows, legs stretched out, smirking expression, bold posture, damp hair hanging forward, confident mood, natural light, intricate details, accentuate curves, <lora:dmd2_sdxl_4step_lora_fp16:0.7>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files- alchemistMix_v41.safetensors +3 -0
- images/00069-874356616.png +3 -0
- images/00206-527415197.png +3 -0
- images/00263-2699973860.png +3 -0
alchemistMix_v41.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7649f01ce1f48768dd12e2e1118b28ed668342aedb33ec87d4d7afb9067cf06
|
| 3 |
+
size 6938043744
|
images/00069-874356616.png
ADDED
|
Git LFS Details
|
images/00206-527415197.png
ADDED
|
Git LFS Details
|
images/00263-2699973860.png
ADDED
|
Git LFS Details
|