Edit model card

FractalArt-v1

Generated by Image Pipeline

This lora model is uploaded on imagepipeline.io

Model details - This model is a little too reactive to certain words like fractal, flower, leaf, tree...It tends to flatten the images.Reactive words : intricate flower wallpaper leaves arafed inspired plant leaf beautiful vibrant skin water flowers pattern veins fractal carline coral spiral macro trees inside palm forest art fractals organic composition droplets lit microscopic symmetrical eye carapic abstract colorful structure fibonacci angle liquid tree covered eyes hyperdetailed symmetry glass bubbles wavy lush explosion energy kolkoutine dome marble grainโ€ broccoli reptile sun ice circle fantasy symmetric river corals atmospheric crown cosmic beeple teal bird staircase deep jan growing space cone metal feathers hurufiyya buds degrees sand jungle ancient tropical wings maze-like winning canvas calatrava grass volumetric waves branches lot salvia cactus neon spines pine lotus iris arbor powerful shell hole cracked floating fern lava fluid frozen bone aster sunlight ocean rosette curvaceous natural honeycomb portal dress circular atmosphericโ€ crystal muted rays post-processing fungus simulacrum bleda petals intricacy various swirl bubble splashes spider hexagonal leather structures cacti extraterrestial brock podedworna farm destiny web ruffles weavers snake effect sunny vnuk drain terracotta hofer spike molecular gloomy brain feather grid jewels horns mathematical shape ivory tesselation coxcomb patterned symmetrically hasselblad oil wood sunrise ink desert worm frill munford curve stalagtites stone sunflower twisting spiralling carnival galactic pineapples angled redwood shore multidimensional scruffy star juice crater overlayed leafy shishk alien oni dragon vine eggs flocks kidney hexagons reef ecosystem horne octan krasovskiy jaegwan sprouts tundra quarter fossilized three spirals cast particles carvings clouds fawcett ribcage heim coin radial gelon curvatures anemones vault line profile furry hastur interlocking caspar blocking seashell painted pretty peppermint motif flora-lush-crater biomechanical cathedral tcolor behance whie brushed candy worms minn velleneuve loosely jewelry meadows adobe gothic carnation shattered quaint snow crypto soap lights krลซmiล†ลก mustard abstractions wisconsin hug kavisky lettuce lake mandelbrot cascade sponge hillside hemlocks baer heart slabs botanical pearls twilight seeds dandelion skeleton carapace lavander antennae amazon rainforest glowing resembling stars rust needles kiwi rock

Try this model

How to try this model ?

You can try using it locally or send an API call to test the output quality.

Get your API_KEY from imagepipeline.io. No payment required.

Coding in php javascript node etc ? Checkout our documentation

documentation

import requests  
import json  
  
url =  "https://imagepipeline.io/sdxl/text2image/v1/run"  
  
payload = json.dumps({  
"model_id":  "sdxl",  
"prompt":  "ultra realistic close up portrait ((beautiful pale cyberpunk female with heavy black eyeliner)), blue eyes, shaved side haircut, hyper detail, cinematic lighting, magic neon, dark red city, Canon EOS R3, nikon, f/1.4, ISO 200, 1/160s, 8K, RAW, unedited, symmetrical balance, in-frame, 8K",  
"negative_prompt":  "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",  
"width":  "512",  
"height":  "512",  
"samples":  "1",  
"num_inference_steps":  "30",  
"safety_checker":  false,   
"guidance_scale":  7.5,  
"multi_lingual":  "no",  
"embeddings":  "", 
"lora_models": "d241568d-bc23-4dd8-b084-dbd773a25657", 
"lora_weights":  "0.5" 
})  
  
headers =  {  
'Content-Type':  'application/json',
'API-Key': 'your_api_key'
}  
  
response = requests.request("POST", url, headers=headers, data=payload)  
  
print(response.text)

}

Get more ready to use MODELS like this for SD 1.5 and SDXL :

All models

API Reference

Generate Image

  https://api.imagepipeline.io/sdxl/text2image/v1
Headers Type Description
API-Key str Get your API_KEY from imagepipeline.io
Content-Type str application/json - content type of the request body
Parameter Type Description
model_id str Your base model, find available lists in models page or upload your own
prompt str Text Prompt. Check our Prompt Guide for tips
num_inference_steps int [1-50] Noise is removed with each step, resulting in a higher-quality image over time. Ideal value 30-50 (without LCM)
guidance_scale float [1-20] Higher guidance scale prioritizes text prompt relevance but sacrifices image quality. Ideal value 7.5-12.5
lora_models str, array Pass the model_id(s) of LoRA models that can be found in models page
lora_weights str, array Strength of the LoRA effect

license: creativeml-openrail-m tags:

  • imagepipeline
  • imagepipeline.io
  • text-to-image
  • ultra-realistic pinned: false pipeline_tag: text-to-image

Feedback

If you have any feedback, please reach out to us at hello@imagepipeline.io

๐Ÿ”— Visit Website

portfolio

If you are the original author of this model, please click here to add credits

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Examples
Unable to determine this model's library. Check the docs .