Instructions to use skylineg35/viv-modern with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use skylineg35/viv-modern 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.2-klein-base-4B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("skylineg35/viv-modern") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
viv-modern
Private face LoRA. Adults only. Not for public merge or resale.
File
flux-lora.safetensors — FLUX.2 Klein 4B Base. Loads on Klein 4B only. Will not load on Klein 9B, Flux.1-dev, or LTX.
Use
Load Klein 4B (distilled is fine for inference), then this LoRA. One model at a time on a 24GB 4090.
- Downloads last month
- -
Model tree for skylineg35/viv-modern
Base model
black-forest-labs/FLUX.2-klein-base-4B