Instructions to use LyliaEngine/venus_body_ILXL_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/venus_body_ILXL_v2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/venus_body_ILXL_v2") prompt = "Sexy woman, beautiful face, blonde hair,1girl, standing, sports bra, bike shorts, pigtails, simple background, <lora:venus_body_ILXL_v2:0.0>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,13 +26,15 @@ Venus Body Slider
|
|
| 26 |
|
| 27 |

|
| 28 |
|
| 29 |
-
|
|
|
|
|
|
|
| 30 |
|
| 31 |
Works seamlessly in 0.10 increments for fine-tuned adjustments.
|
| 32 |
|
| 33 |
Tested extensively between -0.5 and 3.5 for consistent, high-quality results.
|
| 34 |
|
| 35 |
-
Using negatives like fat or chubby will make the character
|
| 36 |
|
| 37 |
Naturally amplifies existing tags related to body shape and proportions, elevating your creations.
|
| 38 |
|
|
@@ -46,6 +48,13 @@ Enjoy the slider? Leave a like, share your results, and let me know how it worke
|
|
| 46 |
|
| 47 |
You should use `None` to trigger the image generation.
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
## Download model
|
| 51 |
|
|
|
|
| 26 |
|
| 27 |

|
| 28 |
|
| 29 |
+
Venus Body Slider
|
| 30 |
+
|
| 31 |
+
Designed specifically for PonyXL, Illustrious, and other compatible bases (anime & realistic), this slider is perfect for creating feminine figures with narrow shoulders, wide hips, and thick thighs. It enhances body proportions naturally while leaving you in full control of your character's appearance.
|
| 32 |
|
| 33 |
Works seamlessly in 0.10 increments for fine-tuned adjustments.
|
| 34 |
|
| 35 |
Tested extensively between -0.5 and 3.5 for consistent, high-quality results.
|
| 36 |
|
| 37 |
+
Using negatives like fat or chubby will make the character's body more fit, while using positives like fit or skinny will refine the figure further.
|
| 38 |
|
| 39 |
Naturally amplifies existing tags related to body shape and proportions, elevating your creations.
|
| 40 |
|
|
|
|
| 48 |
|
| 49 |
You should use `None` to trigger the image generation.
|
| 50 |
|
| 51 |
+
## Source
|
| 52 |
+
|
| 53 |
+
https://civitai.com/models/1075466/venus-body-0dang-shes-thicc
|
| 54 |
+
|
| 55 |
+
## Credit
|
| 56 |
+
|
| 57 |
+
https://civitai.com/user/klaabu
|
| 58 |
|
| 59 |
## Download model
|
| 60 |
|