How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Enderchef/ICONN-v1-Filmmaker", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut on Mars riding a horse — sci-fi realism"
image = pipe(prompt).images[0]

ICONN 0.5 v1 Filmmaker Model

ICONN 1, ICONN i1 — This model is the legacy ICONN 1 video generation version - Introducing ICONN v1, ICONN's video and film generation model!

A fantasy castle on a floating island — epic concept art


Generated Image Examples

Note: The video quality is higher than appears; The following videos were created with a quick low-quality settings to save time, and are being previewed in GIF format for viewing in the model card.

Cyberpunk city at night — cinematic lighting Fantasy castle floating island — epic concept art Serene Japanese garden in spring — watercolor style Astronaut on Mars riding a horse — sci-fi realism

Download the Model

This model is available in Safetensors format.
Download it here from the Files & versions tab.

Downloads last month
107
Inference Examples
Examples
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including Enderchef/ICONN-v1-Filmmaker