Instructions to use HeartandSoul/Alissa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HeartandSoul/Alissa with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HeartandSoul/Alissa") prompt = "a professional photo, Alissa,, young, full body shot, seductive attitude, dynamic pose, natural detailed hands, {tight jeans | jeans shorts | skirt | black leather pants | latex skirt | lingerie }, {red | blue | pink | orange | green | white} {tank top | bra | bandeau | shirt | hoodie}, looking to the viewer, BREAK, at the {balcony | in front of a | inside an} {tropical villa | modern hotel | modern living room | garden | park | beach in thailand | cuban street | artic enviroment}, BREAK, day-time, clear weather, extremely detailed, high resolution, professional, a true piece of art, sharp image, ultra-realism, realistic" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!