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

PromptWaffle
/
ButternutCrunch_Storybook_Krea2_V1

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use PromptWaffle/ButternutCrunch_Storybook_Krea2_V1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("PromptWaffle/ButternutCrunch_Storybook_Krea2_V1")
    
    prompt = "3ul4ia a full body stormtrooper , face on to the camera, with a grey background, the helmet is held together by the ancient practice of kintsugi glowing smoking lava filling all the cracks in the helmet,some lack a drips out, the photo should look like it's been shot with a canon eos r5 at f/t, iso 400. The photo should have dramatic, cinematic lighting that highlights the detailed features, the image should look like it's been taken by Helmut Newton"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
ButternutCrunch_Storybook_Krea2_V1
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
PromptWaffle's picture
PromptWaffle
Add 6 files
a115e42 verified 13 days ago
  • images
    Add 6 files 13 days ago
  • .gitattributes
    2.31 kB
    initial commit 13 days ago
  • ButternutCrunch_Storybook_Krea2_V1.safetensors
    229 MB
    xet
    Add 6 files 13 days ago
  • README.md
    3.77 kB
    initial commit 13 days ago