Flux.1 Schnell FP8

ComfyUI için Flux.1 Schnell FP8 iş akışı ile görsel üretiminin yenilikçi potansiyelini deneyimleyin. Bu iş akışı, düşük donanım için optimize edilmiş Flux.1 modelinin quantized sürümünü kullanarak, yalnızca dört adımda canlı ve ayrıntılı görseller üretmenizi sağlar. Hem yeni başlayanlar hem de deneyimli kullanıcılar için erişilebilir olan bu süreç, CLIPTextEncode ve VAEDecode gibi düğümler sayesinde metin istemlerini görsel olarak etkileyici görsellere dönüştürür. Bu sayede hızlı prototipleme ve yaratıcı keşifler için güçlü bir araç sunar.

Flux.1 Schnell FP8 iş akışı, minimum kaynakla karmaşık sahneleri işleyebilmesiyle öne çıkar. Distile model mimarisi sayesinde, yüksek kaliteli görselleri üst düzey donanım gerektirmeden elde edebilirsiniz. CheckpointLoaderSimple ve KSampler gibi sezgisel düğümler, model yükleme ve latent görsel örnekleme süreçlerini kolaylaştırır. İster sıradan bir nesnenin içinde kozmik bir sahne hayal edin, ister gerçeküstü kompozisyonlar deneyin, bu iş akışı yaratıcı fikirlerinizi kolayca ve hassasiyetle hayata geçirmenizi sağlar.

API

Use this workflow from code

Every Comfy workflow is a JSON graph. The payload below is this workflow, exactly as ComfyUI runs it — fetch it from the URL, keep it in version control, or load it in ComfyUI and run it node by node.

flux_schnell.json
Fetching workflow JSON…

Run it from TypeScript or Python with the Comfy SDK. The same code targets Comfy Cloud or a ComfyUI you host yourself — only the base URL changes.

// Install (beta)
npm i @comfyorg/sdk

// Run "Flux.1 Schnell FP8" (TypeScript)
import { Comfy } from "@comfyorg/sdk";

const client = new Comfy({ apiKey: "comfyui-..." });

// This workflow, exported in API format (see note below)
const wf = await client.workflows.fromFile("flux_schnell_api.json");

wf.setInput("6", "text", "your prompt here"); // CLIPTextEncode

const job = await client.run(wf);
await job.getOutputs("9")[0].toFile("output.png"); // SaveImage

The SDK takes a workflow in API format: open this workflow in ComfyUI and use File → Export Workflow (API).

Comfy Cloud API access requires a plan with an API key.

SSS

Sık Sorulan Sorular

Tüm iş akışlarını gör
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 30 templates