Instructions to use lenML/DeepNegativeXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lenML/DeepNegativeXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lenML/DeepNegativeXL", dtype=torch.bfloat16, device_map="cuda") prompt = "vampire bride,film photography aesthetic,the delicate texture of lace veil gently obscuring her face,long blonde hair,looking at viewer,eye eye contact,sapphire red eyes,choker,devil smile,dynamic composition,skin texture,from above,close-up,sharp focus,horror \\(theme\\),dutch angle," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ tags:
|
|
| 6 |
- template:sd-lora
|
| 7 |
- negative embedding
|
| 8 |
- embedding
|
|
|
|
| 9 |
widget:
|
| 10 |
- text: >-
|
| 11 |
vampire bride,film photography aesthetic,the delicate texture of lace veil
|
|
|
|
| 6 |
- template:sd-lora
|
| 7 |
- negative embedding
|
| 8 |
- embedding
|
| 9 |
+
- SDXL
|
| 10 |
widget:
|
| 11 |
- text: >-
|
| 12 |
vampire bride,film photography aesthetic,the delicate texture of lace veil
|