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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

PNW-GM
/
witcher3-velen-z-image-lora

Text-to-Image
PEFT
Safetensors
Diffusers
lora
z-image
witcher3
game-map
Model card Files Files and versions
xet
Community

Instructions to use PNW-GM/witcher3-velen-z-image-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use PNW-GM/witcher3-velen-z-image-lora with PEFT:

    Task type is invalid.
  • Diffusers

    How to use PNW-GM/witcher3-velen-z-image-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("PNW-GM/witcher3-velen-z-image-lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
witcher3-velen-z-image-lora
1.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ktagowski's picture
ktagowski
add adapter_model.safetensors
8c0f5b0 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    4.71 kB
    add README.md 3 months ago
  • adapter_config.json
    717 Bytes
    add adapter_config.json 3 months ago
  • adapter_model.safetensors
    1.27 GB
    xet
    add adapter_model.safetensors 3 months ago