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

Quiho
/
Krea2_TextFusion_Refusal-Reduction_LoRA_v1.0_lora

Text-to-Image
Diffusers
lora
krea-2
template:diffusion-lora
krea 2 turbo
tool
civitai
imported
Model card Files Files and versions
xet
Community

Instructions to use Quiho/Krea2_TextFusion_Refusal-Reduction_LoRA_v1.0_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Quiho/Krea2_TextFusion_Refusal-Reduction_LoRA_v1.0_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("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Quiho/Krea2_TextFusion_Refusal-Reduction_LoRA_v1.0_lora")
    
    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
Krea2_TextFusion_Refusal-Reduction_LoRA_v1.0_lora
31.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Quiho's picture
Quiho
Upload Krea2_TextFusion_Refusal_Reduction.safetensors with huggingface_hub
b63e565 verified 14 days ago
  • images
    Upload images/showcase_1.jpg with huggingface_hub 14 days ago
  • .gitattributes
    1.64 kB
    Upload images/showcase_1.jpg with huggingface_hub 14 days ago
  • Krea2_TextFusion_Refusal_Reduction.safetensors
    27.7 MB
    xet
    Upload Krea2_TextFusion_Refusal_Reduction.safetensors with huggingface_hub 14 days ago
  • README.md
    2.51 kB
    Upload README.md with huggingface_hub 14 days ago