import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("TheImposterImposters/LUSTIFY-v2.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("manmushroom/AmandaV8-Small")
prompt = "-"
image = pipe(prompt).images[0]AmanvaV8-Small

- Prompt
- -
Trigger words
You should use aszx to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 5
Model tree for manmushroom/AmandaV8-Small
Base model
TheImposterImposters/LUSTIFY-v2.0