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

ygohel18
/
lora-gen-logo

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
Model card Files Files and versions
xet
Community

Instructions to use ygohel18/lora-gen-logo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ygohel18/lora-gen-logo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ygohel18/lora-gen-logo")
    
    prompt = "icon,logo,logo design,illusration,vestor,terndign on artstation,from freepik.com,branding,identity design,logo,wordmark,symbol,minimal,golderratio"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
lora-gen-logo
76.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ygohel18's picture
ygohel18
Add 3 files
7cafdcf verified over 2 years ago
  • images
    Add 3 files over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • README.md
    1.17 kB
    initial commit over 2 years ago
  • gen-logo-00010.safetensors
    37.9 MB
    xet
    Add 3 files over 2 years ago
  • gen-logo-00020.safetensors
    37.9 MB
    xet
    Add 3 files over 2 years ago