-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update character concept art workflow and add new JSON for FLUX Girl …
…without pupils
- Loading branch information
Showing
3 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"numOutputsTotal": 256, | ||
"seed": 3627537984, | ||
"reqBody": { | ||
"prompt": "A young woman reaching both sides. She has no pupils. She stands barefoot against a coloured background. She has realistic proportions featuring long legs, a slender waist, and balanced shoulders—her short, slightly messy brown hair frames expressive brown eyes. A medium bust balances her slim figure. Her legs are slightly apart with a gentle bend at the knees. The image is rendered in a clean anime style with soft shading.", | ||
"negative_prompt": "", | ||
"active_tags": [], | ||
"inactive_tags": [], | ||
"width": 1024, | ||
"height": 1024, | ||
"seed": 3627537984, | ||
"num_inference_steps": 8, | ||
"guidance_scale": 1, | ||
"distilled_guidance_scale": 1.1, | ||
"preserve_init_image_color_profile": true, | ||
"upscale_amount": "4", | ||
"latent_upscaler_steps": "0", | ||
"sampler_name": "forge_flux_realistic", | ||
"scheduler_name": "beta", | ||
"use_stable_diffusion_model": "flux1-schnell-fp8", | ||
"clip_skip": true, | ||
"tiling": "", | ||
"use_vae_model": "ae", | ||
"use_controlnet_model": "", | ||
"control_filter_to_apply": "", | ||
"control_alpha": 1, | ||
"use_lora_model": ["CharacterDesign-FluxV2"], | ||
"lora_alpha": ["0.8"], | ||
"num_outputs": 4, | ||
"stream_image_progress": false, | ||
"show_only_filtered_image": true, | ||
"output_format": "png" | ||
} | ||
} |