Readme
This model doesn't have a readme.
Flux version of FormFinder-XL - trained to create moody atmospheric images but is quite versatile to be mixed with other LoRAs to generate diverse styles with interesting architecture design shapes. As the name suggests: it will always tend to surprise yo
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run ismail-seleit/formfinder-flux using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"ismail-seleit/formfinder-flux:58c5c83ee1d1e9ff051b647b459d737adacbc0194d502236d66e3b25f4affe9a",
{
input: {
model: "schnell",
width: 1024,
height: 1024,
prompt: "Envision an otherworldly skyscraper suspended mid-air, defying physics with an unprecedented, avant-garde design that blurs architecture and art. This gravity-defying marvel boasts undulating curves, twisted steel beams, and glowing, iridescent surfaces that seem to shift and shimmer in the light. Situated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic.\n\nFrame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base.\n\nThe camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.",
go_fast: false,
lora_scale: 0.63,
megapixels: "1",
num_outputs: 1,
aspect_ratio: "1:1",
output_format: "webp",
guidance_scale: 1,
output_quality: 80,
prompt_strength: 0.8,
extra_lora_scale: 0.8,
num_inference_steps: 4
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run ismail-seleit/formfinder-flux using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"ismail-seleit/formfinder-flux:58c5c83ee1d1e9ff051b647b459d737adacbc0194d502236d66e3b25f4affe9a",
input={
"model": "schnell",
"width": 1024,
"height": 1024,
"prompt": "Envision an otherworldly skyscraper suspended mid-air, defying physics with an unprecedented, avant-garde design that blurs architecture and art. This gravity-defying marvel boasts undulating curves, twisted steel beams, and glowing, iridescent surfaces that seem to shift and shimmer in the light. Situated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic.\n\nFrame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base.\n\nThe camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.",
"go_fast": False,
"lora_scale": 0.63,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 1,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 0.8,
"num_inference_steps": 4
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run ismail-seleit/formfinder-flux using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "58c5c83ee1d1e9ff051b647b459d737adacbc0194d502236d66e3b25f4affe9a",
"input": {
"model": "schnell",
"width": 1024,
"height": 1024,
"prompt": "Envision an otherworldly skyscraper suspended mid-air, defying physics with an unprecedented, avant-garde design that blurs architecture and art. This gravity-defying marvel boasts undulating curves, twisted steel beams, and glowing, iridescent surfaces that seem to shift and shimmer in the light. Situated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic.\\n\\nFrame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building\'s surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base.\\n\\nThe camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.",
"go_fast": false,
"lora_scale": 0.63,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 1,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 0.8,
"num_inference_steps": 4
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
Each run costs approximately $0.0031. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2024-08-29T06:35:21.828412Z",
"created_at": "2024-08-29T06:35:07.159000Z",
"data_removed": false,
"error": null,
"id": "xevkygte2xrm60chkkc8dcn51m",
"input": {
"model": "schnell",
"width": 1024,
"height": 1024,
"prompt": "Envision an otherworldly skyscraper suspended mid-air, defying physics with an unprecedented, avant-garde design that blurs architecture and art. This gravity-defying marvel boasts undulating curves, twisted steel beams, and glowing, iridescent surfaces that seem to shift and shimmer in the light. Situated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic.\n\nFrame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base.\n\nThe camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.",
"lora_scale": 0.63,
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 1,
"output_quality": 80,
"extra_lora_scale": 0.8,
"num_inference_steps": 4
},
"logs": "Using seed: 33100\nPrompt: Envision an otherworldly skyscraper suspended mid-air, defying physics with an unprecedented, avant-garde design that blurs architecture and art. This gravity-defying marvel boasts undulating curves, twisted steel beams, and glowing, iridescent surfaces that seem to shift and shimmer in the light. Situated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic.\nFrame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base.\nThe camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.\ntxt2img mode\nUsing schnell model\nWeights already loaded\nLoaded LoRAs in 0.04s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [\"the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon - lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic. frame the scene with an antique rolleiflex tlr camera, its twin - lens design and leaf shutter evoking a sense of nostalgia and timelessness. employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base. the camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. as the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.\"]\nThe following part of your input was truncated because `max_sequence_length` is set to 256 tokens: [\"ituated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic. Frame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base. The camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.\"]\n 0%| | 0/4 [00:00<?, ?it/s]\n 25%|██▌ | 1/4 [00:00<00:00, 3.75it/s]\n 50%|█████ | 2/4 [00:00<00:00, 4.19it/s]\n 75%|███████▌ | 3/4 [00:00<00:00, 4.05it/s]\n100%|██████████| 4/4 [00:00<00:00, 3.98it/s]\n100%|██████████| 4/4 [00:00<00:00, 4.00it/s]",
"metrics": {
"predict_time": 1.571058729,
"total_time": 14.669412
},
"output": [
"https://replicate.delivery/yhqm/rp9r54wPJv4KMZS5NefQeQv9vE3wI6ANfYtufoI1js4LVk7aC/out-0.webp"
],
"started_at": "2024-08-29T06:35:20.257353Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/xevkygte2xrm60chkkc8dcn51m",
"cancel": "https://api.replicate.com/v1/predictions/xevkygte2xrm60chkkc8dcn51m/cancel"
},
"version": "58c5c83ee1d1e9ff051b647b459d737adacbc0194d502236d66e3b25f4affe9a"
}
Using seed: 33100
Prompt: Envision an otherworldly skyscraper suspended mid-air, defying physics with an unprecedented, avant-garde design that blurs architecture and art. This gravity-defying marvel boasts undulating curves, twisted steel beams, and glowing, iridescent surfaces that seem to shift and shimmer in the light. Situated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic.
Frame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base.
The camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.
txt2img mode
Using schnell model
Weights already loaded
Loaded LoRAs in 0.04s
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ["the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon - lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic. frame the scene with an antique rolleiflex tlr camera, its twin - lens design and leaf shutter evoking a sense of nostalgia and timelessness. employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base. the camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. as the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics."]
The following part of your input was truncated because `max_sequence_length` is set to 256 tokens: ["ituated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic. Frame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base. The camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics."]
0%| | 0/4 [00:00<?, ?it/s]
25%|██▌ | 1/4 [00:00<00:00, 3.75it/s]
50%|█████ | 2/4 [00:00<00:00, 4.19it/s]
75%|███████▌ | 3/4 [00:00<00:00, 4.05it/s]
100%|██████████| 4/4 [00:00<00:00, 3.98it/s]
100%|██████████| 4/4 [00:00<00:00, 4.00it/s]
This model costs approximately $0.0031 to run on Replicate, or 322 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.
This model runs on Nvidia H100 GPU hardware. Predictions typically complete within 3 seconds.
This model doesn't have a readme.
This model is warm. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
Choose a file from your machine
Hint: you can also drag files onto the input
Using seed: 33100
Prompt: Envision an otherworldly skyscraper suspended mid-air, defying physics with an unprecedented, avant-garde design that blurs architecture and art. This gravity-defying marvel boasts undulating curves, twisted steel beams, and glowing, iridescent surfaces that seem to shift and shimmer in the light. Situated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic.
Frame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base.
The camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics.
txt2img mode
Using schnell model
Weights already loaded
Loaded LoRAs in 0.04s
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ["the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon - lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic. frame the scene with an antique rolleiflex tlr camera, its twin - lens design and leaf shutter evoking a sense of nostalgia and timelessness. employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base. the camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. as the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics."]
The following part of your input was truncated because `max_sequence_length` is set to 256 tokens: ["ituated amidst the bustling streets of central Tokyo, this impossible structure pierces the sky like a shard of futuristic promise, its proximity to towering skyscrapers, neon-lit billboards, and crowds of pedestrians creating a jarring yet fascinating juxtaposition between the old and new, the organic and synthetic. Frame the scene with an antique Rolleiflex TLR camera, its twin-lens design and leaf shutter evoking a sense of nostalgia and timelessness. Employ a deliberate, artistic approach to composition, emphasizing the play of shadows across the building's surface, the reflections off its metallic skin, and the ethereal mist that shrouds its base. The camera captures the symphony of sounds - the hum of traffic, the chatter of pedestrians, the wail of sirens - as a gentle, pulsing hum that underscores the tension between the impossible and the mundane. As the shutter clicks shut, the world around this fantastical building seems to fade into a soft, diffused glow, while the structure itself remains sharp, crystalline, and resolute in its defiance of physics."]
0%| | 0/4 [00:00<?, ?it/s]
25%|██▌ | 1/4 [00:00<00:00, 3.75it/s]
50%|█████ | 2/4 [00:00<00:00, 4.19it/s]
75%|███████▌ | 3/4 [00:00<00:00, 4.05it/s]
100%|██████████| 4/4 [00:00<00:00, 3.98it/s]
100%|██████████| 4/4 [00:00<00:00, 4.00it/s]