Instructions to use RhaegarKhan/LCMTurboMix_Euler_A_fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RhaegarKhan/LCMTurboMix_Euler_A_fix 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("RhaegarKhan/LCMTurboMix_Euler_A_fix") prompt = "<lora:LCMTurboMix2fix:1>,abstract portrait of 1girl,undefined gender,fragmented visual style,red and black color palette,evokes feelings of rebellion,passion,and freedom,blurred boundaries,high resolution,aesthetic," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
LCMTurboMix_Euler_A_fix

- Prompt
- <lora:LCMTurboMix2fix:1>,abstract portrait of 1girl,undefined gender,fragmented visual style,red and black color palette,evokes feelings of rebellion,passion,and freedom,blurred boundaries,high resolution,aesthetic,
- Negative Prompt
- (worst quality, low resolution, bad hands, side view, blurry),distorted,twisted,watermark,
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 12
Model tree for RhaegarKhan/LCMTurboMix_Euler_A_fix
Base model
stabilityai/stable-diffusion-xl-base-1.0