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-full

Text-to-Image
Diffusers
English
Arabic
StableDiffusionXLPipeline
stable-diffusion-xl
sdxl
fused-model
merged-checkpoint
full-model
king2
image-generation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use RASHID778/king2-image-full with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("RASHID778/king2-image-full", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
king2-image-full
7.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 42 commits
RASHID778's picture
RASHID778
readme: bilingual hero card (AR desc + EN labels)
f80d2f6 verified 2 days ago
  • logs
    progress done 3 days ago
  • scheduler
    king2-image-full pipeline: SDXL base (fp16) + fused King2 LoRA (scale=1.0) 3 days ago
  • test
    test suite report 2 days ago
  • text_encoder
    remove unused/junk files 3 days ago
  • text_encoder_2
    remove unused/junk files 3 days ago
  • tokenizer
    king2-image-full pipeline: SDXL base (fp16) + fused King2 LoRA (scale=1.0) 3 days ago
  • tokenizer_2
    king2-image-full pipeline: SDXL base (fp16) + fused King2 LoRA (scale=1.0) 3 days ago
  • unet
    fix: replace PEFT .base_layer artifact with clean fused unet (plain keys) 2 days ago
  • vae
    remove unused/junk files 3 days ago
  • .gitattributes
    2.07 kB
    test suite: EN+AR images (base / lora / full) + metrics 2 days ago
  • README.md
    5.47 kB
    readme: bilingual hero card (AR desc + EN labels) 2 days ago
  • model_index.json
    536 Bytes
    king2-image-full pipeline: SDXL base (fp16) + fused King2 LoRA (scale=1.0) 3 days ago