File size: 18,504 Bytes
b213d84 8fdc0c8 b213d84 24e151d 7778e32 afadbd4 80cec7b 99686f2 8fdc0c8 af38e9b 189dd29 b600457 189dd29 b600457 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 8fdc0c8 f7aa706 189dd29 f7aa706 189dd29 f7aa706 dcb1878 189dd29 dcb1878 f7aa706 189dd29 f7aa706 189dd29 f7aa706 189dd29 f7aa706 189dd29 f7aa706 189dd29 f7aa706 189dd29 f7aa706 189dd29 f7aa706 189dd29 f7aa706 189dd29 f7aa706 31c6398 189dd29 16c2627 189dd29 31c6398 189dd29 7778e32 189dd29 7778e32 dcb1878 189dd29 dcb1878 189dd29 dcb1878 189dd29 5999e9b 189dd29 dcb1878 189dd29 dcb1878 189dd29 dcb1878 189dd29 dcb1878 189dd29 dcb1878 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 af38e9b 189dd29 24e151d 189dd29 24e151d 189dd29 af38e9b f7aa706 5999e9b fc293bb 7778e32 4076ac2 7778e32 4076ac2 7778e32 4076ac2 7778e32 4076ac2 7778e32 f7aa706 7778e32 f7aa706 7778e32 f7aa706 7778e32 24e151d 168e004 7778e32 24e151d 7778e32 24e151d 7778e32 24e151d 7778e32 24e151d 9ed5c4d 24e151d 168e004 7778e32 24e151d 7778e32 24e151d 7778e32 f7aa706 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 |
import numpy as np
from PIL import Image
from huggingface_hub import snapshot_download, login
from leffa.transform import LeffaTransform
from leffa.model import LeffaModel
from leffa.inference import LeffaInference
from utils.garment_agnostic_mask_predictor import AutoMasker
from utils.densepose_predictor import DensePosePredictor
from utils.utils import resize_and_center
import spaces
import torch
from diffusers import DiffusionPipeline
from transformers import pipeline
import gradio as gr
import os
import random
import gc
# ์์ ์ ์
MAX_SEED = 2**32 - 1
BASE_MODEL = "black-forest-labs/FLUX.1-dev"
MODEL_LORA_REPO = "Motas/Flux_Fashion_Photography_Style"
CLOTHES_LORA_REPO = "prithivMLmods/Canopus-Clothing-Flux-LoRA"
# ๋ฉ๋ชจ๋ฆฌ ๊ด๋ฆฌ๋ฅผ ์ํ ๋ฐ์ฝ๋ ์ดํฐ
def safe_model_call(func):
def wrapper(*args, **kwargs):
try:
clear_memory()
result = func(*args, **kwargs)
clear_memory()
return result
except Exception as e:
clear_memory()
print(f"Error in {func.__name__}: {str(e)}")
raise
return wrapper
# ๋ฉ๋ชจ๋ฆฌ ๊ด๋ฆฌ ํจ์
def clear_memory():
if torch.cuda.is_available():
torch.cuda.empty_cache()
torch.cuda.synchronize()
gc.collect()
def setup_environment():
# ๋ฉ๋ชจ๋ฆฌ ๊ด๋ฆฌ ์ค์
torch.cuda.empty_cache()
gc.collect()
os.environ['PYTORCH_CUDA_ALLOC_CONF'] = 'max_split_size_mb:128'
torch.backends.cudnn.benchmark = True
torch.backends.cuda.matmul.allow_tf32 = True
torch.backends.cuda.max_split_size_mb = 128
# Hugging Face ํ ํฐ ์ค์
global HF_TOKEN
HF_TOKEN = os.getenv("HF_TOKEN")
if HF_TOKEN is None:
raise ValueError("Please set the HF_TOKEN environment variable")
login(token=HF_TOKEN)
# CUDA ์ค์
global device
device = "cuda" if torch.cuda.is_available() else "cpu"
# ์ ์ญ ๋ณ์ ์ด๊ธฐํ
fashion_pipe = None
translator = None
mask_predictor = None
densepose_predictor = None
vt_model = None
pt_model = None
vt_inference = None
pt_inference = None
device = None
HF_TOKEN = None
# ํ๊ฒฝ ์ค์ ์คํ
setup_environment()
# ๋ชจ๋ธ ๊ด๋ฆฌ ํจ์๋ค
def initialize_fashion_pipe():
global fashion_pipe
if fashion_pipe is None:
clear_memory()
fashion_pipe = DiffusionPipeline.from_pretrained(
BASE_MODEL,
torch_dtype=torch.float16,
use_auth_token=HF_TOKEN
)
try:
fashion_pipe.enable_xformers_memory_efficient_attention()
except Exception as e:
print(f"Warning: Could not enable memory efficient attention: {e}")
fashion_pipe.enable_sequential_cpu_offload()
return fashion_pipe
@safe_model_call
def get_translator():
global translator
if translator is None:
translator = pipeline("translation",
model="Helsinki-NLP/opus-mt-ko-en",
device=device if device == "cuda" else -1)
return translator
@safe_model_call
def get_mask_predictor():
global mask_predictor
if mask_predictor is None:
mask_predictor = AutoMasker(
densepose_path="./ckpts/densepose",
schp_path="./ckpts/schp",
)
return mask_predictor
@safe_model_call
def get_densepose_predictor():
global densepose_predictor
if densepose_predictor is None:
densepose_predictor = DensePosePredictor(
config_path="./ckpts/densepose/densepose_rcnn_R_50_FPN_s1x.yaml",
weights_path="./ckpts/densepose/model_final_162be9.pkl",
)
return densepose_predictor
@safe_model_call
def get_vt_model():
global vt_model, vt_inference
if vt_model is None:
vt_model = LeffaModel(
pretrained_model_name_or_path="./ckpts/stable-diffusion-inpainting",
pretrained_model="./ckpts/virtual_tryon.pth"
)
vt_model = vt_model.half().to(device)
vt_inference = LeffaInference(model=vt_model)
return vt_model, vt_inference
@safe_model_call
def get_pt_model():
global pt_model, pt_inference
if pt_model is None:
pt_model = LeffaModel(
pretrained_model_name_or_path="./ckpts/stable-diffusion-xl-1.0-inpainting-0.1",
pretrained_model="./ckpts/pose_transfer.pth"
)
pt_model = pt_model.half().to(device)
pt_inference = LeffaInference(model=pt_model)
return pt_model, pt_inference
def load_lora(pipe, lora_path):
try:
pipe.unload_lora_weights()
except:
pass
try:
pipe.load_lora_weights(lora_path)
return pipe
except Exception as e:
print(f"Warning: Failed to load LoRA weights from {lora_path}: {e}")
return pipe
# ์ด๊ธฐ ์ค์ ํจ์
def setup():
# Leffa ์ฒดํฌํฌ์ธํธ ๋ค์ด๋ก๋
snapshot_download(repo_id="franciszzj/Leffa", local_dir="./ckpts")
# ๊ธฐ๋ณธ ๋ชจ๋ธ ์ด๊ธฐํ
initialize_fashion_pipe()
# ์ ํธ๋ฆฌํฐ ํจ์
def contains_korean(text):
return any(ord('๊ฐ') <= ord(char) <= ord('ํฃ') for char in text)
# ๋ฉ์ธ ๊ธฐ๋ฅ ํจ์๋ค
@spaces.GPU()
@safe_model_call
def generate_fashion(prompt, mode, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
try:
# ํ๊ธ ์ฒ๋ฆฌ
if contains_korean(prompt):
translator = get_translator()
translated = translator(prompt)[0]['translation_text']
actual_prompt = translated
else:
actual_prompt = prompt
# ํ์ดํ๋ผ์ธ ๊ฐ์ ธ์ค๊ธฐ
pipe = initialize_fashion_pipe()
# LoRA ์ค์
if mode == "Generate Model":
pipe = load_lora(pipe, MODEL_LORA_REPO)
trigger_word = "fashion photography, professional model"
else:
pipe = load_lora(pipe, CLOTHES_LORA_REPO)
trigger_word = "upper clothing, fashion item"
# ํ๋ผ๋ฏธํฐ ์ ํ
width = min(width, 768)
height = min(height, 768)
steps = min(steps, 30)
# ์๋ ์ค์
if randomize_seed:
seed = random.randint(0, MAX_SEED)
generator = torch.Generator(device="cuda").manual_seed(seed)
# ์งํ๋ฅ ํ์
progress(0, "Starting fashion generation...")
# ์ด๋ฏธ์ง ์์ฑ
image = pipe(
prompt=f"{actual_prompt} {trigger_word}",
num_inference_steps=steps,
guidance_scale=cfg_scale,
width=width,
height=height,
generator=generator,
joint_attention_kwargs={"scale": lora_scale},
).images[0]
return image, seed
except Exception as e:
print(f"Error in generate_fashion: {str(e)}")
raise
@safe_model_call
def leffa_predict(src_image_path, ref_image_path, control_type):
try:
# ๋ชจ๋ธ ์ด๊ธฐํ
if control_type == "virtual_tryon":
model, inference = get_vt_model()
else:
model, inference = get_pt_model()
mask_pred = get_mask_predictor()
dense_pred = get_densepose_predictor()
# ์ด๋ฏธ์ง ๋ก๋ ๋ฐ ์ ์ฒ๋ฆฌ
src_image = Image.open(src_image_path)
ref_image = Image.open(ref_image_path)
src_image = resize_and_center(src_image, 768, 1024)
ref_image = resize_and_center(ref_image, 768, 1024)
src_image_array = np.array(src_image)
ref_image_array = np.array(ref_image)
# Mask ์์ฑ
if control_type == "virtual_tryon":
src_image = src_image.convert("RGB")
mask = mask_pred(src_image, "upper")["mask"]
else:
mask = Image.fromarray(np.ones_like(src_image_array) * 255)
# DensePose ์์ธก
src_image_iuv_array = dense_pred.predict_iuv(src_image_array)
src_image_seg_array = dense_pred.predict_seg(src_image_array)
if control_type == "virtual_tryon":
densepose = Image.fromarray(src_image_seg_array)
else:
densepose = Image.fromarray(src_image_iuv_array)
# Leffa ๋ณํ ๋ฐ ์ถ๋ก
transform = LeffaTransform()
data = {
"src_image": [src_image],
"ref_image": [ref_image],
"mask": [mask],
"densepose": [densepose],
}
data = transform(data)
output = inference(data)
return np.array(output["generated_image"][0])
except Exception as e:
print(f"Error in leffa_predict: {str(e)}")
raise
@safe_model_call
def leffa_predict_vt(src_image_path, ref_image_path):
return leffa_predict(src_image_path, ref_image_path, "virtual_tryon")
@safe_model_call
def leffa_predict_pt(src_image_path, ref_image_path):
return leffa_predict(src_image_path, ref_image_path, "pose_transfer")
# ์ด๊ธฐ ์ค์ ์คํ
setup()
# Gradio ์ธํฐํ์ด์ค
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
gr.Markdown("# ๐ญ FitGen:Fashion Studio & Virtual Try-on")
with gr.Tabs():
# ํจ์
์์ฑ ํญ
# ํจ์
์์ฑ ํญ
with gr.Tab("Fashion Generation"):
with gr.Column():
mode = gr.Radio(
choices=["Generate Model", "Generate Clothes"],
label="Generation Mode",
value="Generate Model"
)
# ์์ ํ๋กฌํํธ ์ค์
example_model_prompts = [
"professional fashion model, full body shot, standing pose, natural lighting, studio background, high fashion, elegant pose",
"fashion model portrait, upper body, confident pose, fashion photography, neutral background, professional lighting",
"stylish fashion model, three-quarter view, editorial pose, high-end fashion magazine style, minimal background"
]
example_clothes_prompts = [
"luxury designer sweater, cashmere material, cream color, cable knit pattern, high-end fashion, product photography",
"elegant business blazer, tailored fit, charcoal grey, premium wool fabric, professional wear",
"modern streetwear hoodie, oversized fit, minimalist design, premium cotton, urban style"
]
prompt = gr.TextArea(
label="Fashion Description (ํ๊ธ ๋๋ ์์ด)",
placeholder="ํจ์
๋ชจ๋ธ์ด๋ ์๋ฅ๋ฅผ ์ค๋ช
ํ์ธ์..."
)
# ์์ ์น์
์ถ๊ฐ
gr.Examples(
examples=example_model_prompts + example_clothes_prompts,
inputs=prompt,
label="Example Prompts"
)
with gr.Row():
with gr.Column():
result = gr.Image(label="Generated Result")
generate_button = gr.Button("Generate Fashion")
with gr.Accordion("Advanced Options", open=False):
with gr.Group():
with gr.Row():
with gr.Column():
cfg_scale = gr.Slider(
label="CFG Scale",
minimum=1,
maximum=20,
step=0.5,
value=7.0
)
steps = gr.Slider(
label="Steps",
minimum=1,
maximum=50, # ์ต๋๊ฐ ๊ฐ์
step=1,
value=30
)
lora_scale = gr.Slider(
label="LoRA Scale",
minimum=0,
maximum=1,
step=0.01,
value=0.85
)
with gr.Row():
width = gr.Slider(
label="Width",
minimum=256,
maximum=1024, # ์ต๋๊ฐ ๊ฐ์
step=64,
value=512
)
height = gr.Slider(
label="Height",
minimum=256,
maximum=1024, # ์ต๋๊ฐ ๊ฐ์
step=64,
value=768
)
with gr.Row():
randomize_seed = gr.Checkbox(
True,
label="Randomize seed"
)
seed = gr.Slider(
label="Seed",
minimum=0,
maximum=MAX_SEED,
step=1,
value=42
)
# ๊ฐ์ ํผํ
ํญ
with gr.Tab("Virtual Try-on"):
with gr.Row():
with gr.Column():
gr.Markdown("#### Person Image")
vt_src_image = gr.Image(
sources=["upload"],
type="filepath",
label="Person Image",
width=512,
height=512,
)
gr.Examples(
inputs=vt_src_image,
examples_per_page=5,
examples=["./ckpts/examples/person1/01350_00.jpg",
"./ckpts/examples/person1/01376_00.jpg",
"./ckpts/examples/person1/01416_00.jpg",
"./ckpts/examples/person1/05976_00.jpg",
"./ckpts/examples/person1/06094_00.jpg"]
)
with gr.Column():
gr.Markdown("#### Garment Image")
vt_ref_image = gr.Image(
sources=["upload"],
type="filepath",
label="Garment Image",
width=512,
height=512,
)
gr.Examples(
inputs=vt_ref_image,
examples_per_page=5,
examples=["./ckpts/examples/garment/01449_00.jpg",
"./ckpts/examples/garment/01486_00.jpg",
"./ckpts/examples/garment/01853_00.jpg",
"./ckpts/examples/garment/02070_00.jpg",
"./ckpts/examples/garment/03553_00.jpg"]
)
with gr.Column():
gr.Markdown("#### Generated Image")
vt_gen_image = gr.Image(
label="Generated Image",
width=512,
height=512,
)
vt_gen_button = gr.Button("Try-on")
# ํฌ์ฆ ์ ์ก ํญ
with gr.Tab("Pose Transfer"):
with gr.Row():
with gr.Column():
gr.Markdown("#### Person Image")
pt_ref_image = gr.Image(
sources=["upload"],
type="filepath",
label="Person Image",
width=512,
height=512,
)
gr.Examples(
inputs=pt_ref_image,
examples_per_page=5,
examples=["./ckpts/examples/person1/01350_00.jpg",
"./ckpts/examples/person1/01376_00.jpg",
"./ckpts/examples/person1/01416_00.jpg",
"./ckpts/examples/person1/05976_00.jpg",
"./ckpts/examples/person1/06094_00.jpg"]
)
with gr.Column():
gr.Markdown("#### Target Pose Person Image")
pt_src_image = gr.Image(
sources=["upload"],
type="filepath",
label="Target Pose Person Image",
width=512,
height=512,
)
gr.Examples(
inputs=pt_src_image,
examples_per_page=5,
examples=["./ckpts/examples/person2/01850_00.jpg",
"./ckpts/examples/person2/01875_00.jpg",
"./ckpts/examples/person2/02532_00.jpg",
"./ckpts/examples/person2/02902_00.jpg",
"./ckpts/examples/person2/05346_00.jpg"]
)
with gr.Column():
gr.Markdown("#### Generated Image")
pt_gen_image = gr.Image(
label="Generated Image",
width=512,
height=512,
)
pose_transfer_gen_button = gr.Button("Generate")
# ์ด๋ฒคํธ ํธ๋ค๋ฌ
generate_button.click(
generate_fashion,
inputs=[prompt, mode, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale],
outputs=[result, seed]
)
vt_gen_button.click(
fn=leffa_predict_vt,
inputs=[vt_src_image, vt_ref_image],
outputs=[vt_gen_image]
)
pose_transfer_gen_button.click(
fn=leffa_predict_pt,
inputs=[pt_src_image, pt_ref_image],
outputs=[pt_gen_image]
)
# ์ฑ ์คํ
demo.launch(share=True, server_port=7860) |