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

paths1551
/
cethu-v1-b2

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

Instructions to use paths1551/cethu-v1-b2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use paths1551/cethu-v1-b2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Lykon/DreamShaper", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("paths1551/cethu-v1-b2")
    
    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
cethu-v1-b2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
paths1551's picture
paths1551
initial
dedb4cc over 2 years ago
  • checkpoint-1000
    initial over 2 years ago
  • checkpoint-200
    initial over 2 years ago
  • checkpoint-400
    initial over 2 years ago
  • checkpoint-600
    initial over 2 years ago
  • checkpoint-800
    initial over 2 years ago
  • logs
    initial over 2 years ago
  • .gitattributes
    173 Bytes
    initial over 2 years ago
  • README.md
    505 Bytes
    initial over 2 years ago
  • image_0.png
    437 kB
    initial over 2 years ago
  • image_1.png
    443 kB
    initial over 2 years ago
  • image_2.png
    439 kB
    initial over 2 years ago
  • image_3.png
    496 kB
    initial over 2 years ago
  • pytorch_lora_weights.safetensors
    3.23 MB
    xet
    initial over 2 years ago