Instructions to use DavidBaloches/Acorn_Vikki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DavidBaloches/Acorn_Vikki 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("DavidBaloches/Acorn_Vikki") prompt = "woman, sitting on the floor in her home, sunlight shining in from a nearby window, busty, tight t-shirt, plunging neckline, short sleeves, fit midriff, tight shorts, long hair, brunette hair, leaning on one hand, hand in her hair, casting shadow style, extremely intricate details, masterpiece, epic, clear shadows and highlights, realistic, intense, enhanced contrast, highly detailed skin. <lora:VikkiA:0.6><lora:nipples:-1>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!