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

  • Log In
  • Sign Up

ManglerFTW
/
CharHelper_Fine-Tuned

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community

Instructions to use ManglerFTW/CharHelper_Fine-Tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ManglerFTW/CharHelper_Fine-Tuned with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ManglerFTW/CharHelper_Fine-Tuned", 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
  • Draw Things
  • DiffusionBee
CharHelper_Fine-Tuned / StableTuner_RunPod_Fix
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ManglerFTW's picture
ManglerFTW
Upload 12 files
3a18eba about 3 years ago
  • captionBuddy.py
    48.3 kB
    Upload 12 files about 3 years ago
  • clip_segmentation.py
    11.7 kB
    Upload 12 files about 3 years ago
  • configuration_gui.py
    239 kB
    Upload 12 files about 3 years ago
  • convert_diffusers_to_sd_cli.py
    738 Bytes
    Upload 12 files about 3 years ago
  • converters.py
    5.13 kB
    Upload 12 files about 3 years ago
  • dataloaders_util.py
    59.1 kB
    Upload 12 files about 3 years ago
  • discriminator.py
    36.9 kB
    Upload 12 files about 3 years ago
  • lion_pytorch.py
    2.12 kB
    Upload 12 files about 3 years ago
  • lora_utils.py
    8.73 kB
    Upload 12 files about 3 years ago
  • model_util.py
    51.7 kB
    Upload 12 files about 3 years ago
  • trainer.py
    89.7 kB
    Upload 12 files about 3 years ago
  • trainer_util.py
    17.5 kB
    Upload 12 files about 3 years ago