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

terworld
/
Jenna_Ortega_as_Wednesday

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

Instructions to use terworld/Jenna_Ortega_as_Wednesday with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use terworld/Jenna_Ortega_as_Wednesday with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("terworld/Jenna_Ortega_as_Wednesday")
    
    prompt = "Jenna_Ortega, <lora:Jenna_Ortega:1>, full body Epic Fantasy Painting of supergirl, face with bloom by Sandro Botiicelli, Renaud Matgen, head and shoulders portrait, 8k resolution concept art portrait by Greg Rutkowski, Artgerm, WLOP, Alphonse Mucha dynamic lighting hyperdetailed intricately detailed Splash art trending on Artstation triadic colors Unreal Engine 5 volumetric lighting"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Jenna_Ortega_as_Wednesday
228 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
terworld's picture
terworld
Upload Jenna_Ortega-000003.safetensors
393f87b over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • Jenna_Ortega-000003.safetensors
    228 MB
    xet
    Upload Jenna_Ortega-000003.safetensors over 2 years ago
  • README.md
    931 Bytes
    initial commit over 2 years ago