Comfy-agent workflow_04_z_image_turbo_aio_fp8_or_bf16_image_upscale
name: workflow_04_z_image_turbo_aio_fp8_or_bf16_image_upscale
git clone https://github.com/steliosot/comfy-agent
skills/workflows/upscaling/workflow_04_z_image_turbo_aio_fp8_or_bf16_image_upscale/skill.yamlname: workflow_04_z_image_turbo_aio_fp8_or_bf16_image_upscale description: Workflow wrapper for 04-Z Image Turbo AIO FP8 or BF16 Image Upscale.json inputs: prompt: type: string required: false negative_prompt: type: string required: false width: type: integer required: false height: type: integer required: false seed: type: integer required: false steps: type: integer required: false cfg: type: number required: false sampler_name: type: string required: false scheduler: type: string required: false denoise: type: number required: false server: type: string required: false headers: type: object required: false api_prefix: type: string required: false outputs: status: type: string prompt_id: type: string output_images: type: array requirements: models:
- type: upscale_model name: 4xNomos2_hq_dat2.safetensors target_folder: models/upscale_models
- type: checkpoint name: z-image-turbo-fp8-aio.safetensors target_folder: models/checkpoints custom_nodes:
- rgthree-comfy links:
- https://discord.com/invite/gggpkVgBf3
- https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO
- https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO/resolve/main/z-image-turbo-bf16-aio.safetensors?download=true
- https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO/resolve/main/z-image-turbo-fp8-aio.safetensors?download=true
- https://www.youtube.com/@pixaroma input_modalities:
- image
- text_prompt output_modalities:
- image/png model_families:
- flux node_count: 17 node_types:
- CLIPTextEncode
- CheckpointLoaderSimple
- ConditioningZeroOut
- FluxGuidance
- Image Comparer (rgthree)
- ImageScaleBy
- ImageScaleToTotalPixels
- ImageUpscaleWithModel
- KSampler
- LoadImage
- MarkdownNote
- ModelSamplingAuraFlow
- Note
- SaveImage
- UpscaleModelLoader
- VAEDecode
- VAEEncode selection_metadata: family: upscaling resource_profile: low complexity_score: 1 estimated_runtime: fast (usually under 30s on modern GPU) warnings:
- Uses custom nodes; missing nodes can cause validation/runtime failures. max_width: null max_height: null max_steps: 5