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

hodgy
/
yusmi

Text-to-Image
Diffusers
krea-2
krea-2-turbo
lora
ai-toolkit
identity
character
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use hodgy/yusmi with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("hodgy/yusmi")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
yusmi
229 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hodgy's picture
hodgy
Add complete model card
05e08a5 verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    1.8 kB
    Add complete model card 2 days ago
  • yusmi_krea_2_lora_v1_000002500.safetensors
    229 MB
    xet
    Upload yusmi_krea_2_lora_v1_000002500.safetensors 5 days ago