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

KIMCAHLLIE
/
shinkai-style-lora

Diffusers
stable-diffusion
lora
image-generation
anime-style
Model card Files Files and versions
xet
Community

Instructions to use KIMCAHLLIE/shinkai-style-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use KIMCAHLLIE/shinkai-style-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # 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("KIMCAHLLIE/shinkai-style-lora")
    
    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
shinkai-style-lora
36.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
KIMCAHLLIE's picture
KIMCAHLLIE
Delete samples/my_shinkai_style_result.png
ab5fd71 verified 9 months ago
  • dataset
    Upload folder using huggingface_hub 9 months ago
  • samples
    Delete samples/my_shinkai_style_result.png 9 months ago
  • .gitattributes
    3.16 kB
    Upload samples//content/inference_outputs_landscape/20251218_101155_psunset_cityscape_lora0.75_gs6.5_steps45_seed1337.png with huggingface_hub 9 months ago
  • README.md
    1.63 kB
    Upload README.md with huggingface_hub 9 months ago
  • inference_test.py
    6.37 kB
    Upload inference_test.py with huggingface_hub 9 months ago
  • pytorch_lora_weights.safetensors
    3.23 MB
    xet
    Upload pytorch_lora_weights.safetensors with huggingface_hub 9 months ago
  • requirements.txt
    102 Bytes
    Upload requirements.txt with huggingface_hub 9 months ago