Instructions to use IcelosAI/Xenomorph_LoRA_XL_Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IcelosAI/Xenomorph_LoRA_XL_Base 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("IcelosAI/Xenomorph_LoRA_XL_Base") prompt = "a black drooling xenomorph with a long tail standing a dark cyberpunk hallway, light from the back" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,7 @@ It was trained based on 65 images with a total of 2,750 steps. The base model is
|
|
| 37 |
|
| 38 |
To use it, simply enter the trigger word “Xenomorph” or "black Xenomorph with long tail" or something similar.
|
| 39 |
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
## Trigger words
|
|
|
|
| 37 |
|
| 38 |
To use it, simply enter the trigger word “Xenomorph” or "black Xenomorph with long tail" or something similar.
|
| 39 |
|
| 40 |
+
The LoRA works best with models such as Proteus V0.4, RealVisXL 5.0 and similar.
|
| 41 |
|
| 42 |
|
| 43 |
## Trigger words
|