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
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,6 +77,14 @@ Negative: lowres,worst aesthetic,bad quality,worst quality,bad anatomy,sketch,jp
|
|
| 77 |
Please enjoy and create responsibly everyone.
|
| 78 |
I'm looking forward to your feedback, and seeing what you create with my girl.
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
## Trigger words
|
| 81 |
|
| 82 |
You should use `None` to trigger the image generation.
|
|
|
|
| 77 |
Please enjoy and create responsibly everyone.
|
| 78 |
I'm looking forward to your feedback, and seeing what you create with my girl.
|
| 79 |
|
| 80 |
+
## Source
|
| 81 |
+
|
| 82 |
+
https://civitai.com/models/1030120/alchemist-mix-illustrious-realism
|
| 83 |
+
|
| 84 |
+
## Credit
|
| 85 |
+
|
| 86 |
+
https://civitai.com/user/Urameshi
|
| 87 |
+
|
| 88 |
## Trigger words
|
| 89 |
|
| 90 |
You should use `None` to trigger the image generation.
|