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

  • Log In
  • Sign Up

pnfox
/
trainedmodel

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

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

  • Libraries
  • Diffusers

    How to use pnfox/trainedmodel with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("pnfox/trainedmodel", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "photo of a latex catsuit"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
trainedmodel / checkpoint-250
1.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
pnfox's picture
pnfox
End of training
4eabfae verified over 1 year ago
  • custom_checkpoint_0.pkl
    76.7 MB
    xet
    End of training over 1 year ago
  • model.safetensors
    76.7 MB
    xet
    End of training over 1 year ago
  • model_1.safetensors
    492 MB
    xet
    End of training over 1 year ago
  • optimizer.bin
    457 MB
    xet
    End of training over 1 year ago
  • random_states_0.pkl
    14.3 kB
    xet
    End of training over 1 year ago
  • scaler.pt
    988 Bytes
    xet
    End of training over 1 year ago
  • scheduler.bin
    1 kB
    xet
    End of training over 1 year ago