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

matteomarjanovic
/
flatsketcher

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

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

  • Libraries
  • Diffusers

    How to use matteomarjanovic/flatsketcher 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-schnell", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("matteomarjanovic/flatsketcher")
    
    prompt = "The technical flat sketch shows a sleeveless top with a sophisticated architectural design. The front view features a dramatic V-neckline that plunges deeply, created by overlapping panels. The bodice maintains a clean, fitted silhouette through the torso. At the waist, there's a distinct horizontal band or waistband with a moderate width, likely 2-3 inches, that sits at the natural waistline. The most distinctive detail is an asymmetrical draped panel that extends from the left side of the waistband, falling below the hip line in a diagonal sweep. This panel appears to be constructed from the same fabric as the main body and creates an intentional gathered effect where it connects to the waistband. The back view would mirror the clean lines of the front bodice, maintaining the sleeveless armholes with clean finished edges. The V-neckline on the back would be higher than the front for structural integrity. The waistband continues around the entire circumference of the garment with consistent width. The asymmetrical draped panel visible from the front would be partially visible from the back view, showing how it wraps around the left side of the garment. Construction details would include darts or princess seams for fitting, though these are minimally visible to maintain the clean aesthetic. The garment likely closes with an invisible zipper at the center back seam above the waistband for ease of dressing. In the style of FLTSKC"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flatsketcher
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
matteomarjanovic's picture
matteomarjanovic
edit base_model from flux to schnell
6da5966 verified over 1 year ago
  • images
    Add 2 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    2.14 kB
    edit base_model from flux to schnell over 1 year ago
  • lora.safetensors
    172 MB
    xet
    Add 2 files over 1 year ago