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

aleksa-codes
/
flux-ghibsky-illustration

Text-to-Image
Diffusers
lora
template:sd-lora
image-generation
flux
replicate
Model card Files Files and versions
xet
Community
9

Instructions to use aleksa-codes/flux-ghibsky-illustration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use aleksa-codes/flux-ghibsky-illustration with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("aleksa-codes/flux-ghibsky-illustration")
    
    prompt = "GHIBSKY style, a cat on a windowsill gazing out at a starry night sky and distant city lights"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-ghibsky-illustration
353 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
aleksa-codes's picture
aleksa-codes
Update README.md
0b7df1a verified 8 months ago
  • images
    Add generated example (#4) over 1 year ago
  • .gitattributes
    1.74 kB
    Add 2 more examples almost 2 years ago
  • README.md
    4.9 kB
    Update README.md 8 months ago
  • config.yaml
    1.26 kB
    Fix: revert back to previous version of the model since the new training failed over 1 year ago
  • config_v2.yaml
    1.29 kB
    feat: add LoRA v2 safetensors and config files about 1 year ago
  • lora.safetensors
    172 MB
    xet
    Fix: revert back to previous version of the model since the new training failed over 1 year ago
  • lora_v2.safetensors
    172 MB
    xet
    feat: add LoRA v2 safetensors and config files about 1 year ago