Selling Fine-Tunes
You spent hours curating data and training a model that does something the base model cannot. The Thumper marketplace lets you sell that work directly to users who need it — without uploading your training data, without running inference servers, and without giving away your weights for free. This guide covers everything from packaging to payouts.
Overview
Who Sells on Thumper
The marketplace is built for creators who have domain expertise and want to monetize it through trained models:
- Artists — style LoRAs trained on original artwork, texture packs, lighting presets
- Writers — LLM adapters for specific genres, tones, or narrative styles
- Voice actors — voice clone models trained on licensed recordings
- Domain experts — fine-tuned models for legal, medical, financial, or technical domains
- Prompt engineers — textual inversions, embedding bundles, and workflow packages
What You Can Sell
LoRA adapters, merged GGUF models, voice clone checkpoints, textual inversions, and bundles that combine multiple assets with workflows and prompts. All model types that Thumper’s inference engines support are eligible.
Revenue Model
Sellers set their own prices. Thumper takes a 20% platform fee on each sale. Payouts are processed via Stripe Connect once your tax and identity verification are complete. Free models are allowed and encouraged as a growth strategy — they drive traffic to your paid offerings.
What You Can Sell
| Type | Format | Size | Price Range | Example | Demand |
|---|---|---|---|---|---|
| Style LoRA | safetensors | 10–200 MB | $3–$15 | Watercolor painting style for SDXL | Very High |
| Character LoRA | safetensors | 10–200 MB | $5–$25 | Original character with consistent features | High |
| LLM Adapter | GGUF / safetensors | 50–500 MB | $10–$50 | Legal document summarizer fine-tune | Medium |
| Textual Inversion | safetensors / pt | < 1 MB | $1–$5 | Custom concept embedding (object, texture) | Medium |
| Voice Clone Model | pth / safetensors | 50–300 MB | $15–$75 | Licensed narrator voice for TTS | High |
| Bundle | Mixed | Varies | $15–$100 | Style LoRA + workflow + prompt templates | Very High |
Bundle Strategy
Bundles convert 3–5x better than standalone adapters. A bundle combines a trained model with everything a buyer needs to get results immediately: sample prompts, recommended settings, a ComfyUI workflow, and preview images showing what the model can do. Buyers are paying for time savings, not just weights.
The most successful sellers offer a free standalone LoRA alongside a paid bundle. The free version drives discovery and reviews; the bundle captures buyers who want the full experience.
Packaging Your Fine-Tune
What to Include
- Adapter or model file — the trained weights in the appropriate format (safetensors, GGUF, pth)
- Preview images or samples — at least 5 high-quality outputs showing the model’s capabilities
- Trigger words and prompts — the activation keywords and example prompts that produce the best results
- Base model information — which base model and version the adapter was trained on
- Recommended settings — weight strength, sampler, steps, CFG scale for image models; temperature and top_p for LLMs
- Workflow file (bundles) — a ComfyUI workflow JSON or configuration that uses the model correctly
Quality Checklist
Before submitting, verify your model meets these quality standards:
- Test with at least 10 different prompts covering the model’s intended use cases
- For image LoRAs: test at weight strengths 0.5, 0.75, and 1.0 to document the usable range
- For image LoRAs: test with at least 3 different samplers (Euler, DPM++ 2M, DDIM)
- For LLM adapters: test with the base model’s default settings and your recommended settings
- Verify the model works with the base model version specified in your manifest
- Check that trigger words are unique and do not conflict with common vocabulary
Manifest Format
Every model listing requires a manifest file that describes the model, its lineage, configuration, and content metadata. The manifest follows Thumper’s model manifest v2 schema.
# my-style-lora.model.yamlschema_version: 2id: my-studio/watercolor-dreams-v2name: Watercolor Dreams v2description: >Soft watercolor painting style with bleeding edges,visible paper texture, and muted color palettes.Trained on 200 original watercolor paintings.kind: style-loraversion: "2.0"lineage:base_model: stabilityai/stable-diffusion-xl-base-1.0base_model_version: "1.0"training_method: loratraining_tool: kohya_sstraining_steps: 3000training_resolution: 1024x1024adapter_config:rank: 32alpha: 64target_modules: ["to_q", "to_k", "to_v", "to_out.0"]trigger_words:- wcdreams- watercolor_dreams_styleweight_range:min: 0.4recommended: 0.75max: 1.0stacking_config:stackable: truemax_combined_weight: 1.5recommended_combined_weight: 1.0original_content:declaration: truesource: "Original watercolor paintings by Studio Name"license_holder: "Studio Name LLC"files:- filename: watercolor-dreams-v2.safetensorssha256: a1b2c3d4e5f6...size_bytes: 151126016tags:- watercolor- painting- style- sdxl
The manifest is validated automatically during submission. Missing required fields, invalid references, or schema violations are flagged before your listing goes to review.
original_content section is required for all paid listings. It is your legal declaration that the training data was created by you or licensed for this purpose.Licensing & Pricing
Thumper supports several license types for model listings. Choose the one that matches your business model.
| License Type | How It Works | Best For | Price Guidance |
|---|---|---|---|
| Perpetual | One-time purchase, unlimited use | Individual LoRAs, standalone models | $3–$50 depending on complexity |
| Subscription | Monthly/yearly access, includes updates | Regularly updated model collections | $5–$20/month for collections |
| TimeLimited | Access expires after a set period | Trial periods, seasonal content | 30–50% of perpetual price |
| Seats | Licensed per device/user count | Team and enterprise deployments | $10–$100 per seat |
Pricing Guidance
The marketplace is young, so pricing norms are still forming. Here is what we observe from early sellers:
- Simple style LoRAs with minimal documentation sell at $3–$8
- High-quality LoRAs with previews, prompts, and weight guidance sell at $8–$15
- Bundles (LoRA + workflow + prompts + previews) command $15–$50
- LLM adapters for specific domains (legal, medical, coding) sell at $20–$50
- Voice clone models with licensing documentation sell at $25–$75
Submission & Review
The submission process ensures quality and safety for all marketplace listings. Follow these steps to submit your model.
- Create your model manifest YAML file following the schema above
- Run the manifest validator locally:
thumper manifest validate my-model.model.yaml - Prepare your preview assets: at least 5 sample outputs, a cover image (1200x630), and a description
- Upload your model file and manifest through the Seller Dashboard in Settings
- Fill in pricing, license type, and category during the upload flow
- Submit for review — automated checks run immediately (file integrity, manifest validation, malware scan)
- Manual review by the Thumper team verifies content policy compliance (1–3 business days)
- Once approved, your listing goes live in the catalog and appears in search results
Automated Checks
Automated checks run within minutes of submission and verify:
- Manifest schema validity and required fields
- File integrity (SHA-256 matches manifest declaration)
- File format validation (correct safetensors/GGUF/pth headers)
- Malware scan (file-format sanity checks)
- Preview image dimensions and format requirements
Manual Review
Manual review typically takes 1–3 business days and covers content policy compliance, quality standards, and licensing verification. You receive email notification when your listing is approved or if changes are requested.
Analytics & Growth
The Seller Dashboard provides metrics to help you understand your audience and optimize your listings.
Dashboard Metrics
- Downloads — total and per-listing download counts over time
- Revenue — gross sales, platform fees, and net payout amounts
- Ratings — average rating and individual reviews with text feedback
- Conversion rate — percentage of listing views that result in downloads or purchases
- Impressions — how often your listings appear in search results and category pages
Growth Tips
- Respond to reviews — sellers who reply to feedback see 40% higher repeat purchase rates
- Update for new base models — when a new SDXL or Llama version drops, retrain and update your listings
- Cross-promote — link related models in your descriptions (your style LoRA + your character LoRA)
- Create tutorials — a video or blog post showing your model in action drives 3–5x more traffic than the listing alone
- Bundle complementary models — a style LoRA + matching textual inversions + a ComfyUI workflow as a single purchase
Trust & Safety
All marketplace listings must comply with Thumper’s content policy. This protects buyers, sellers, and the platform.
Content Policy
- All training data must be original content you created or content you have explicit license to use for model training
- Attribution is required when your model builds on another creator’s work (e.g., fine-tuning a community base model)
- Models must not be designed to generate content that impersonates real individuals without their documented consent
- Models must comply with the base model’s license terms (e.g., Llama’s acceptable use policy)
Prohibited Content
- Deepfakes of real people without documented consent
- Models trained to generate illegal content in any jurisdiction
- Models that circumvent safety filters of base models in ways that violate their license
- Misleading claims about model capabilities or training data
DMCA and Disputes
Thumper follows standard DMCA takedown procedures. If you believe a listing infringes on your intellectual property, file a report through the Trust & Safety page. Sellers receive notification and have 10 business days to respond with a counter-notice before the listing is permanently removed.
Key Takeaways
- Bundles convert 3–5x better than standalone adapters — include prompts, settings, and workflows
- Offer at least one free model to drive discovery and reviews
- Generate 20 outputs and pick the best 5 for your preview gallery
- The original_content declaration is required for all paid listings
- Automated checks catch most issues instantly — run the validator locally before submitting
- Respond to buyer reviews — engagement drives repeat purchases and search ranking
Learn More
Fine-Tuning LLMs
Complete guide to training tools, dataset formats, and deployment
Manifest Reference
Full specification for model and pack manifest YAML files
Tutorial: Model Packs
Step-by-step guide to creating and publishing model packs
Model Caching
How Thumper discovers, links, and manages local model files