Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
photorealistic
sexy
woman
celebrity
realistic
influencer
Instructions to use RedSparkie/alicedamato-rank4-experiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RedSparkie/alicedamato-rank4-experiment with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("RedSparkie/alicedamato-rank4-experiment") prompt = "AliceDamato is posing for a LinkedIn profile picture. Black suit with white shirt. Blonde hair. Red lips. LCDMT." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Experimental 4 rank version of this LORA..
Deranked with this code.
Rank 4 isn't enough to keep face perfection but it is usable.
- Downloads last month
- 27
Model tree for RedSparkie/alicedamato-rank4-experiment
Base model
black-forest-labs/FLUX.1-dev