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

balibell
/
lora_ym_p

Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use balibell/lora_ym_p with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("darkstorm2150/Protogen_x5.8_Official_Release", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("balibell/lora_ym_p")
    
    prompt = "photo of gaal woman"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
lora_ym_p / checkpoint-900
13.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
balibell's picture
balibell
End of training
24f10d8 over 3 years ago
  • custom_checkpoint_0.pkl
    3.29 MB
    xet
    End of training over 3 years ago
  • optimizer.bin
    6.59 MB
    xet
    End of training over 3 years ago
  • pytorch_model.bin
    3.29 MB
    xet
    End of training over 3 years ago
  • random_states_0.pkl
    14.6 kB
    xet
    End of training over 3 years ago
  • scheduler.bin
    563 Bytes
    xet
    End of training over 3 years ago