Instructions to use Shakker-Labs/AWPortrait-FL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shakker-Labs/AWPortrait-FL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Shakker-Labs/AWPortrait-FL", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
What is the trigger word for this Lora?
#9
by tortoise007 - opened
Does this Lora need a trigger word?what is it?
No explicit trigger words are required. But words like "photography" and "real photos" might be better.
I tried the model itself and definitely changes a composition, highlighting faces and marerials. But when I added in the LoRA to the ComfyUI process (have a guaranteed working LoRA Workflow), the output was a blurred mess.