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

seawolf2357
/
shinyoonbok

Text-to-Image
Diffusers
flux
lora
template:sd-lora
ai-toolkit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use seawolf2357/shinyoonbok 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("seawolf2357/shinyoonbok")
    
    prompt = "a painting of a woman in a blue dress, with text written on the paper. She is wearing a long, flowing blue dress with a high neckline and long sleeves, and her hair is pulled back in a bun. Her facial features are delicate and her eyes are closed, giving her a peaceful and serene expression. The text on her paper is written in a cursive font, adding a touch of elegance to the painting. [trigger]"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
shinyoonbok
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
seawolf2357's picture
seawolf2357
Upload 6c5bcbdf-d883-4e92-ba8d-12671c30fb8c.jfif
9bd134f verified over 1 year ago
  • samples
    Upload 6c5bcbdf-d883-4e92-ba8d-12671c30fb8c.jfif over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.2 kB
    Update README.md over 1 year ago
  • shinyoonbok.safetensors
    172 MB
    xet
    Upload folder using huggingface_hub over 1 year ago