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

ikysu
/
fiamix

Image-to-Image
Diffusers
text-to-image
stable-diffusion
lora
template:sd-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use ikysu/fiamix with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ikysu/fiamix")
    
    prompt = "1boy, black eyes, black hair, blurry, blurry foreground, caution tape, clothes writing, depth of field, english text, glasses, holding, long sleeves, male focus, photo \\(medium\\), realistic, round eyewear, shirt, solo, upper body, yellow coat, yellow hoodie, yellow jacket, yellow raincoat, yellow shirt"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
fiamix
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ikysu's picture
ikysu
Upload fiamix.safetensors
b0e8f73 over 2 years ago
  • .gitattributes
    2.31 kB
    initial commit over 2 years ago
  • README.md
    762 Bytes
    Update README.md over 2 years ago
  • fiamix.safetensors
    4.27 GB
    xet
    Upload fiamix.safetensors over 2 years ago