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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rcdoug03
/
sd35-lora-none-none-Fernand_Leger

Text-to-Image
Diffusers
TensorBoard
diffusers-training
lora
template:sd-lora
sd3.5-large
sd3.5
sd3.5-diffusers
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use rcdoug03/sd35-lora-none-none-Fernand_Leger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use rcdoug03/sd35-lora-none-none-Fernand_Leger 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-3.5-large", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("rcdoug03/sd35-lora-none-none-Fernand_Leger")
    
    prompt = "a painting in the style of sks"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sd35-lora-none-none-Fernand_Leger
9.81 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
rcdoug03's picture
rcdoug03
End of training
920329c verified 3 months ago
  • checkpoint-1000
    End of training 3 months ago
  • checkpoint-1500
    End of training 3 months ago
  • checkpoint-2000
    End of training 3 months ago
  • checkpoint-2500
    End of training 3 months ago
  • checkpoint-500
    End of training 3 months ago
  • logs
    End of training 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    2.92 kB
    End of training 3 months ago
  • pytorch_lora_weights.safetensors
    189 MB
    xet
    End of training 3 months ago