logo
RunComfy
  • ComfyUI
  • TrainerNeu
  • Modelle
  • API
  • Preise
discord logo
MODELLE
Erkunden
Alle Modelle
BIBLIOTHEK
Generierungen
MODELL-APIS
API-Dokumentation
API-Schlüssel
KONTO
Nutzung

Wan 2.1 LoRA: Benutzerdefinierter Videogenerator | RunComfy

wan-ai/wan-2-1/lora

Wenden Sie ein benutzerdefiniertes LoRA für Wan 2.1 auf die Text-zu-Video- oder Bild-zu-Video-Generierung an und steuern Sie Auflösung, Seitenverhältnis, Bildanzahl, Sampling, Stärke und Seed.

Inhaltsverzeichnis

1. Erste Schritte2. Authentifizierung3. API-ReferenzAnfrage sendenAnfragestatus abrufenErgebnisse abrufenAnfrage abbrechen4. DateieingabenGehostete Datei (URL)5. SchemaEingabeschemaAusgabeschema

1. Erste Schritte

Nutzen Sie die RunComfy-API, um wan-ai/wan-2-1/lora auszuführen. Zulässige Ein- und Ausgaben finden Sie im Schema.

curl --request POST \
  --url https://model-api.runcomfy.net/v1/models/wan-ai/wan-2-1/lora \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer <token>" \
  --data '{
    "prompt": "A vast circular library of glowing memory orbs stretches in all directions, with tall curved shelves extending upward. Each orb contains a different memory, glowing in various colors - yellow for joy, blue for sadness, red for anger, purple for fear, and green for disgust. In the foreground, two characters - a small blue figure with glasses and a tall slender yellow figure with bright blue hair - are examining a particularly bright memory orb. Light streams cascade through the enormous room, creating dramatic beams between the shelves. The space has a warm ambient glow with dramatic shadows. Small maintenance worker characters in uniform can be seen in the background, carefully organizing orbs on distant shelves. The rendering features Pixar's characteristic polished surfaces with subtle reflections and depth-of-field blur for distant elements.",
    "lora_url": "https://playgrounds-storage-public.runcomfy.net/models/wan2.1/lora/Remade-AI/Pixar/pixar_10_epochs.safetensors"
  }'

2. Authentifizierung

Weisen Sie der Umgebungsvariable YOUR_API_TOKEN Ihren API-Schlüssel zu (Verwaltung unter Profil). Senden Sie bei jeder Anfrage im Header Authorization einen Bearer-Token: Authorization: Bearer $YOUR_API_TOKEN.

3. API-Referenz

Anfrage senden

Senden Sie einen asynchronen Generierungsauftrag und erhalten Sie sofort eine request_id sowie URLs für Status, Ergebnisse und Abbruch.

curl --request POST \
  --url https://model-api.runcomfy.net/v1/models/wan-ai/wan-2-1/lora \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer <token>" \
  --data '{
    "prompt": "A vast circular library of glowing memory orbs stretches in all directions, with tall curved shelves extending upward. Each orb contains a different memory, glowing in various colors - yellow for joy, blue for sadness, red for anger, purple for fear, and green for disgust. In the foreground, two characters - a small blue figure with glasses and a tall slender yellow figure with bright blue hair - are examining a particularly bright memory orb. Light streams cascade through the enormous room, creating dramatic beams between the shelves. The space has a warm ambient glow with dramatic shadows. Small maintenance worker characters in uniform can be seen in the background, carefully organizing orbs on distant shelves. The rendering features Pixar's characteristic polished surfaces with subtle reflections and depth-of-field blur for distant elements.",
    "lora_url": "https://playgrounds-storage-public.runcomfy.net/models/wan2.1/lora/Remade-AI/Pixar/pixar_10_epochs.safetensors"
  }'

Anfragestatus abrufen

Ruft den aktuellen Status für eine request_id ab („in_queue“, „in_progress“, „completed“ oder „cancelled“).

curl --request GET \
  --url https://model-api.runcomfy.net/v1/requests/{request_id}/status \
  --header "Authorization: Bearer <token>"

Ergebnisse abrufen

Ruft die endgültigen Ausgaben und Metadaten für die angegebene request_id ab; ist der Auftrag noch nicht fertig, liefert die Antwort den aktuellen Status zum Weiterpollen.

curl --request GET \
  --url https://model-api.runcomfy.net/v1/requests/{request_id}/result \
  --header "Authorization: Bearer <token>"

Anfrage abbrechen

Bricht einen wartenden Auftrag per request_id ab; laufende Aufträge können nicht abgebrochen werden.

curl --request POST \
  --url https://model-api.runcomfy.net/v1/requests/{request_id}/cancel \
  --header "Authorization: Bearer <token>"

4. Dateieingaben

Gehostete Datei (URL)

Geben Sie eine öffentlich erreichbare HTTPS-URL an. Der Host muss serverseitige Abrufe erlauben (ohne Login/Cookies), nicht drosseln oder Bots blockieren. Empfohlen: Bilder ≤ 50 MB (~4K), Videos ≤ 100 MB (~2–5 Min. bei 720p). Für private Assets stabile oder vorab signierte URLs verwenden.

5. Schema

Eingabeschema

{
  "type": "object",
  "title": "Eingabeschema",
  "required": [
    "prompt",
    "lora_url"
  ],
  "properties": {
    "lora_url": {
      "title": "Wan 2.1 LoRA URL",
      "description": "Erforderlicher Link von Hugging Face oder Civitai. Pro Generation kann nur ein LoRA verwendet werden.",
      "type": "string",
      "default": "https://playgrounds-storage-public.runcomfy.net/models/wan2.1/lora/Remade-AI/Pixar/pixar_10_epochs.safetensors"
    },
    "model": {
      "title": "Wan 2.1 Basismodell",
      "description": "Wählen Sie das Basismodell 1.3b oder 14b; Standard: 14b.",
      "type": "string",
      "enum": [
        "1.3b",
        "14b"
      ],
      "default": "14b"
    },
    "prompt": {
      "title": "Prompt",
      "description": "Erforderlicher Text, der das Videothema, die Szene, die Aktion, den Stil und die Kamerabewegung beschreibt.",
      "type": "string",
      "default": "A vast circular library of glowing memory orbs stretches in all directions, with tall curved shelves extending upward. Each orb contains a different memory, glowing in various colors - yellow for joy, blue for sadness, red for anger, purple for fear, and green for disgust. In the foreground, two characters - a small blue figure with glasses and a tall slender yellow figure with bright blue hair - are examining a particularly bright memory orb. Light streams cascade through the enormous room, creating dramatic beams between the shelves. The space has a warm ambient glow with dramatic shadows. Small maintenance worker characters in uniform can be seen in the background, carefully organizing orbs on distant shelves. The rendering features Pixar's characteristic polished surfaces with subtle reflections and depth-of-field blur for distant elements."
    },
    "image": {
      "title": "Eingabebild",
      "description": "Optionales Quellbild für die Bild-zu-Video-Generierung. Für die Text-zu-Video-Generierung leer lassen.",
      "type": "string"
    },
    "resolution": {
      "title": "Auflösung",
      "description": "Wählen Sie eine 480p- oder 720p-Ausgabe; Standard: 480p.",
      "type": "string",
      "enum": [
        "480p",
        "720p"
      ],
      "default": "480p"
    },
    "aspect_ratio": {
      "title": "Seitenverhältnis (B:H)",
      "description": "Wählen Sie 16:9, 1:1 oder 9:16; Standard: 16:9.",
      "type": "string",
      "enum": [
        "16:9",
        "1:1",
        "9:16"
      ],
      "default": "16:9"
    },
    "negative_prompt": {
      "title": "Negativer Prompt",
      "description": "Optionaler Text, der die zu vermeidenden visuellen Elemente beschreibt.",
      "type": "string",
      "default": ""
    },
    "sample_guide_scale": {
      "title": "Prompt-Stärke",
      "description": "Steuert, wie genau die Ausgabe dem Prompt folgt. Bereich: 0–10, Standard: 5.",
      "maximum": 10,
      "minimum": 0,
      "type": "float",
      "default": 5
    },
    "lora_strength_model": {
      "title": "LoRA-Stärke",
      "description": "Steuert den LoRA-Einfluss. Höhere Werte haben einen stärkeren Effekt; Bereich: 0–1, Standard: 1.",
      "maximum": 1,
      "minimum": 0,
      "type": "float",
      "default": 1
    },
    "sample_steps": {
      "title": "Sampling-Schritte",
      "description": "Anzahl der Sampling-Schritte von 1 bis 60; Standard: 30. Mehr Schritte erhöhen die Kosten in Credits.",
      "type": "integer",
      "default": 30,
      "maximum": 60,
      "minimum": 1
    },
    "seed": {
      "title": "Seed",
      "description": "Ganzzahliger Seed zum Reproduzieren eines Ergebnisses oder Erzeugen von Varianten; Standard: 80682279.",
      "type": "integer",
      "default": 80682279
    },
    "frames": {
      "title": "Anzahl der Frames",
      "description": "Wählen Sie 17, 33, 49, 65 oder 81 Ausgabebilder.",
      "type": "integer",
      "enum": [
        17,
        33,
        49,
        65,
        81
      ]
    },
    "sample_shift": {
      "title": "Sampling-Verschiebung",
      "description": "Legt die Sampling-Verschiebung im Bereich von 0 bis 10 fest.",
      "maximum": 10,
      "minimum": 0,
      "type": "float"
    },
    "fast_mode": {
      "title": "Schnellmodus",
      "description": "Wählen Sie „Aus“, „Ausgeglichen“ oder „Schnell“. Eine schnellere Verarbeitung kann die Genauigkeit verringern.",
      "type": "string",
      "enum": [
        "Off",
        "Balanced",
        "Fast"
      ]
    }
  }
}

Ausgabeschema

{
  "output": {
    "type": "object",
    "properties": {
      "image": {
        "type": "string",
        "format": "uri",
        "description": "Einzelbild-URL"
      },
      "video": {
        "type": "string",
        "format": "uri",
        "description": "Einzelvideo-URL"
      },
      "images": {
        "type": "array",
        "description": "mehrere Bild-URLs",
        "items": {
          "type": "string",
          "format": "uri"
        }
      },
      "videos": {
        "type": "array",
        "description": "mehrere Video-URLs",
        "items": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  }
}
Folge uns
  • LinkedIn
  • Facebook
  • Instagram
  • Twitter
Support
  • Discord
  • E-Mail
  • Systemstatus
  • Partner
Videomodelle
  • Runway Aleph 2
  • Wan 2.5
  • Wan 2.6 Flash
  • MiniMax H3 Max
  • Wan 3.0 Reference To Video
  • Seedance 2.5 Reference to Video 480p
  • Alle Modelle anzeigen →
Bildmodelle
  • Wan 2.6 Image to Image
  • Seedream 5.0 Pro
  • Flux 2 Klein 9B
  • Nano Banana Pro
  • Nano Banana 2 Edit
  • Z Image Turbo LoRA
  • Alle Modelle anzeigen →
Rechtliches
  • Nutzungsbedingungen
  • Datenschutzrichtlinie
  • Cookie-Richtlinie
RunComfy
Urheberrecht 2026 RunComfy. Alle Rechte vorbehalten.

RunComfy ist die führende ComfyUI Plattform, die ComfyUI online Umgebung und Services bietet, zusammen mit ComfyUI Workflows mit atemberaubenden Visualisierungen. RunComfy bietet auch AI Models, Künstlern ermöglichen, die neuesten AI-Tools zu nutzen, um unglaubliche Kunst zu schaffen.