Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HeartandSoul
/
Alissa

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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
Alissa
185 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
HeartandSoul's picture
HeartandSoul
Update README.md
681d37a verified 3 months ago
  • images
    Add 12 files 3 months ago
  • .gitattributes
    2.31 kB
    initial commit 3 months ago
  • Alissa_SDXL-step00003000.safetensors
    171 MB
    xet
    Add 12 files 3 months ago
  • README.md
    15.1 kB
    Update README.md 3 months ago