Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Chan-Y
/
reddish

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

Instructions to use Chan-Y/reddish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Chan-Y/reddish 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-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Chan-Y/reddish")
    
    prompt = "in the style of reddish"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
reddish
481 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Chan-Y's picture
Chan-Y
Update README.md
6a660d5 verified almost 2 years ago
  • logs
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.7 kB
    Upload 4 files almost 2 years ago
  • 000.png
    1.54 MB
    xet
    Upload 4 files almost 2 years ago
  • 001.png
    1.49 MB
    xet
    Upload 4 files almost 2 years ago
  • 002.png
    1.59 MB
    xet
    Upload 4 files almost 2 years ago
  • 003.png
    1.53 MB
    xet
    Upload 4 files almost 2 years ago
  • README.md
    2.66 kB
    Update README.md almost 2 years ago
  • pytorch_lora_weights.safetensors
    237 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • reddish.safetensors
    237 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago