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

RASHID778
/
king2-image

Text-to-Image
Diffusers
English
Arabic
stable-diffusion-xl
sdxl
lora
king2
arabic
art
image-generation
fal-ai
Model card Files Files and versions
xet
Community

Instructions to use RASHID778/king2-image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use RASHID778/king2-image 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("RASHID778/king2-image")
    
    prompt = "a futuristic royal palace at sunset, highly detailed, 8k, golden hour, epic composition"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
king2-image
466 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
RASHID778's picture
RASHID778
chore: remove training-state files from checkpoints (optimizer/pickle) β€” keep LoRA weights only
144cea4 verified 1 day ago
  • checkpoint-1000
    chore: remove training-state files from checkpoints (optimizer/pickle) β€” keep LoRA weights only 1 day ago
  • checkpoint-1500
    chore: remove training-state files from checkpoints (optimizer/pickle) β€” keep LoRA weights only 1 day ago
  • checkpoint-500
    chore: remove training-state files from checkpoints (optimizer/pickle) β€” keep LoRA weights only 1 day ago
  • examples
    Upload examples/example_04.png with huggingface_hub 3 days ago
  • stickman
    Add stickman LoRA adapter v1 (10k HumanML3D stick-figure dataset, 3500 steps) 1 day ago
  • .gitattributes
    1.7 kB
    Upload examples/example_04.png with huggingface_hub 3 days ago
  • README.md
    16.5 kB
    docs: fix base_model metadata, VAE loading code, broken links; document stickman adapter 1 day ago
  • pytorch_lora_weights.safetensors
    93.1 MB
    xet
    KING2-IMAGE: SDXL LoRA trained on text-to-image-2M subset (Kaggle) 4 days ago