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

kawaimasa
/
test_FT_loss_weight

Text-to-Image
Diffusers
TensorBoard
Safetensors
English
stable-diffusion
stable-diffusion-xl
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use kawaimasa/test_FT_loss_weight with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("kawaimasa/test_FT_loss_weight", dtype=torch.bfloat16, device_map="cuda")
    
    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
test_FT_loss_weight / FT_test_normal
20.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kawaimasa's picture
kawaimasa
Upload 4 files
43e8d77 verified over 1 year ago
  • FT_test_normal-000001.safetensors
    6.94 GB
    xet
    Upload 4 files over 1 year ago
  • FT_test_normal-000002.safetensors
    6.94 GB
    xet
    Upload 4 files over 1 year ago
  • FT_test_normal-000003.safetensors
    6.94 GB
    xet
    Upload 4 files over 1 year ago
  • FT_test_normal.toml
    1.45 kB
    Create FT_test_normal/FT_test_normal.toml over 1 year ago
  • sdxl_train.py
    43.2 kB
    Upload 4 files over 1 year ago