File size: 27,949 Bytes
c5b68eb faf6105 c5b68eb e65ad59 dae303f c5b68eb 5471b06 dae303f c5b68eb dae303f 5471b06 8d8517a dae303f c5b68eb 5471b06 dae303f 5471b06 dae303f 5471b06 dae303f c5b68eb dae303f c5b68eb dae303f c5b68eb dae303f 5471b06 dae303f 5471b06 dae303f c5b68eb faf6105 c5b68eb faf6105 c5b68eb faf6105 c5b68eb faf6105 c5b68eb faf6105 c5b68eb faf6105 c5b68eb 0776fda c5b68eb 0776fda c5b68eb 0776fda c5b68eb 0776fda c5b68eb 0776fda c5b68eb 0776fda c5b68eb 0776fda c5b68eb 0776fda c5b68eb faf6105 c5b68eb faf6105 c5b68eb faf6105 c5b68eb faf6105 c5b68eb faf6105 c5b68eb 0776fda c5b68eb 0776fda c5b68eb c204952 c5b68eb c204952 c5b68eb c204952 c5b68eb faf6105 c5b68eb faf6105 c5b68eb 0776fda c5b68eb 0776fda c5b68eb 0776fda c5b68eb c204952 c5b68eb c204952 c5b68eb c204952 c5b68eb faf6105 c5b68eb faf6105 c5b68eb 0776fda c5b68eb | 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 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 | import gradio as gr
import numpy as np
import random
import json
import torch
from PIL import Image
import os
import time
import logging
# Опциональный импорт spaces для работы в Runpod
try:
import spaces
SPACES_AVAILABLE = True
except ImportError:
SPACES_AVAILABLE = False
logger = logging.getLogger(__name__)
logger.warning("[!] spaces module not available - running without ZeroGPU support")
from diffusers import (
DiffusionPipeline,
QwenImageImg2ImgPipeline,
FlowMatchEulerDiscreteScheduler
)
from huggingface_hub import hf_hub_download
# Настройка логирования
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s | %(levelname)s | %(message)s',
datefmt='%Y-%m-%d %H:%M:%S'
)
logger = logging.getLogger(__name__)
logger.info("=" * 60)
logger.info("LOADING QWEN-SOLOBAND ADVANCED")
logger.info("=" * 60)
hf_token = os.environ.get("HF_TOKEN")
device = "cuda" if torch.cuda.is_available() else "cpu"
dtype = torch.bfloat16
# Логируем GPU
logger.info(f"CUDA available: {torch.cuda.is_available()}")
if torch.cuda.is_available():
gpu_count = torch.cuda.device_count()
logger.info(f"Number of GPUs: {gpu_count}")
for i in range(gpu_count):
logger.info(f" GPU {i}: {torch.cuda.get_device_name(i)}")
logger.info(f" Memory: {torch.cuda.get_device_properties(i).total_memory / 1024**3:.1f} GB")
# =================================================================
# SCHEDULER CONFIGURATIONS
# =================================================================
# Конфигурации для разных типов schedulers
# ⚠️ ВАЖНО: Qwen использует Flow Matching, а не классическую diffusion!
# Работают ТОЛЬКО FlowMatchEulerDiscreteScheduler
# Протестировано: все 4 варианта работают ✅
SCHEDULER_CONFIGS = {
# === Flow Euler Schedulers (единственные совместимые с Qwen) ===
"Flow Euler (Default)": {
"class": FlowMatchEulerDiscreteScheduler,
"config": {},
"alias": "flow_euler",
"description": "Стандартный (shift=1.0), сбалансированный"
},
"Flow Euler (Shift 0.5)": {
"class": FlowMatchEulerDiscreteScheduler,
"config": {"shift": 0.5},
"alias": "flow_euler_shift05",
"description": "⚡ Самый быстрый! (33.8s) Для быстрой генерации"
},
"Flow Euler (Shift 1.5)": {
"class": FlowMatchEulerDiscreteScheduler,
"config": {"shift": 1.5},
"alias": "flow_euler_shift15",
"description": "Больше деталей, чуть медленнее"
},
"Flow Euler (Shift 2.0)": {
"class": FlowMatchEulerDiscreteScheduler,
"config": {"shift": 2.0},
"alias": "flow_euler_shift20",
"description": "Максимум деталей (34.6s)"
}
}
DEFAULT_SCHEDULER = "Flow Euler (Shift 0.5)" # Самый быстрый по тестам!
# Для UI - все schedulers в одной группе
SCHEDULER_GROUPS = {
"⚡ Flow Euler (от быстрого к детальному)": [
"Flow Euler (Shift 0.5)",
"Flow Euler (Shift 2.0)",
"Flow Euler (Shift 1.5)",
"Flow Euler (Default)"
]
}
# Плоский список для API
SCHEDULER_CHOICES = list(SCHEDULER_CONFIGS.keys())
# Маппинг алиасов для API (можно использовать как alias, так и полное имя)
SCHEDULER_ALIASES = {v["alias"]: k for k, v in SCHEDULER_CONFIGS.items()}
logger.info(f"Available schedulers: {len(SCHEDULER_CONFIGS)}")
logger.info(f" Default: {DEFAULT_SCHEDULER}")
# =================================================================
# ЗАГРУЗКА МОДЕЛЕЙ
# =================================================================
# 1. Базовая модель для Text-to-Image
logger.info("\n[1/3] Loading base Text2Image model...")
model_id = os.environ.get("MODEL_REPO", "Gerchegg/Qwen-Soloband-Diffusers")
logger.info(f" Model ID: {model_id}")
try:
start_time = time.time()
# Определяем device_map
if gpu_count > 1:
device_map = "balanced"
logger.info(f" Device map: balanced ({gpu_count} GPUs)")
else:
device_map = None
logger.info(" Device map: single GPU")
# Загружаем базовую модель
pipe_txt2img = DiffusionPipeline.from_pretrained(
model_id,
torch_dtype=dtype,
device_map=device_map,
token=hf_token
)
if device_map is None:
pipe_txt2img.to(device)
load_time = time.time() - start_time
logger.info(f" [OK] Text2Image loaded in {load_time:.1f}s")
except Exception as e:
logger.error(f" [X] Error loading Text2Image: {e}")
raise
# 2. Image-to-Image модель (используем те же компоненты)
logger.info("\n[2/3] Creating Image2Image pipeline...")
try:
# Создаем QwenImageImg2ImgPipeline переиспользуя компоненты Text2Image pipeline
# Это правильный способ для Qwen-Image архитектуры
pipe_img2img = QwenImageImg2ImgPipeline(
vae=pipe_txt2img.vae,
text_encoder=pipe_txt2img.text_encoder,
tokenizer=pipe_txt2img.tokenizer,
transformer=pipe_txt2img.transformer,
scheduler=pipe_txt2img.scheduler
)
logger.info(" [OK] Image2Image pipeline created (reusing components)")
except Exception as e:
logger.error(f" [X] Error creating Image2Image: {e}")
pipe_img2img = None
# ControlNet не используется - убран для упрощения
# Оптимизации памяти
logger.info("\nApplying memory optimizations...")
for pipe in [pipe_txt2img, pipe_img2img]:
if pipe and hasattr(pipe, 'vae'):
if hasattr(pipe.vae, 'enable_tiling'):
pipe.vae.enable_tiling()
if hasattr(pipe.vae, 'enable_slicing'):
pipe.vae.enable_slicing()
logger.info(" [OK] VAE tiling and slicing enabled")
logger.info("\n" + "=" * 60)
logger.info("[OK] ALL MODELS LOADED")
logger.info("=" * 60)
# =================================================================
# SCHEDULER FUNCTIONS
# =================================================================
def resolve_scheduler_name(scheduler_name):
"""Разрешает алиас scheduler в полное имя"""
# Если это алиас, преобразуем в полное имя
if scheduler_name in SCHEDULER_ALIASES:
return SCHEDULER_ALIASES[scheduler_name]
# Если это уже полное имя, возвращаем как есть
if scheduler_name in SCHEDULER_CONFIGS:
return scheduler_name
# Если не найдено, возвращаем дефолтный
logger.warning(f"Unknown scheduler: {scheduler_name}, using default: {DEFAULT_SCHEDULER}")
return DEFAULT_SCHEDULER
def get_scheduler(base_scheduler, scheduler_name):
"""
Создает новый scheduler на основе базового
Thread-safe: создает новый объект вместо изменения существующего
Args:
base_scheduler: Базовый scheduler из pipeline
scheduler_name: Имя scheduler или его алиас
Returns:
Новый scheduler объект
"""
# Разрешаем алиас
scheduler_name = resolve_scheduler_name(scheduler_name)
if scheduler_name not in SCHEDULER_CONFIGS:
logger.warning(f"Unknown scheduler: {scheduler_name}, using default")
scheduler_name = DEFAULT_SCHEDULER
scheduler_info = SCHEDULER_CONFIGS[scheduler_name]
scheduler_class = scheduler_info["class"]
scheduler_config = scheduler_info["config"]
try:
# Создаем НОВЫЙ scheduler с конфигом базового + дополнительными параметрами
# Это thread-safe подход - не меняем глобальный pipeline
new_scheduler = scheduler_class.from_config(
base_scheduler.config,
**scheduler_config
)
logger.info(f" Created scheduler: {scheduler_name} ({scheduler_info['alias']})")
return new_scheduler
except Exception as e:
logger.error(f" [X] Error creating scheduler: {e}")
logger.warning(f" Using base scheduler instead")
return base_scheduler
# =================================================================
# HELPER FUNCTIONS
# =================================================================
def resize_image(input_image, max_size=1024):
"""Изменяет размер изображения с сохранением пропорций (кратно 8)"""
w, h = input_image.size
aspect_ratio = w / h
if w > h:
new_w = max_size
new_h = int(new_w / aspect_ratio)
else:
new_h = max_size
new_w = int(new_h * aspect_ratio)
# Кратно 8
new_w = new_w - (new_w % 8)
new_h = new_h - (new_h % 8)
if new_w == 0: new_w = 8
if new_h == 0: new_h = 8
return input_image.resize((new_w, new_h), Image.Resampling.LANCZOS)
# =================================================================
# LORA FUNCTIONS
# =================================================================
# Папка для локальных LoRA
LOCAL_LORA_DIR = "/workspace/loras"
# Базовые LoRA из HuggingFace Hub (загружаются по требованию)
HUB_LORAS = {
"Realism": {
"repo": "flymy-ai/qwen-image-realism-lora",
"trigger": "Super Realism portrait of",
"weights": "pytorch_lora_weights.safetensors",
"source": "hub"
},
"Anime": {
"repo": "alfredplpl/qwen-image-modern-anime-lora",
"trigger": "Japanese modern anime style, ",
"weights": "pytorch_lora_weights.safetensors",
"source": "hub"
}
# Другие LoRA положите в /workspace/loras/ как .safetensors файлы
}
def scan_local_loras():
"""
Сканирует папку /workspace/loras на наличие .safetensors файлов
Возвращает dict с найденными LoRA
"""
local_loras = {}
if not os.path.exists(LOCAL_LORA_DIR):
logger.info(f" Local LoRA directory not found: {LOCAL_LORA_DIR}")
return local_loras
logger.info(f" Scanning local LoRA directory: {LOCAL_LORA_DIR}")
try:
for file in os.listdir(LOCAL_LORA_DIR):
if file.endswith('.safetensors'):
lora_name = os.path.splitext(file)[0] # Имя без расширения
local_path = os.path.join(LOCAL_LORA_DIR, file)
# Добавляем в список
local_loras[lora_name] = {
"path": local_path,
"trigger": "", # Без trigger word для локальных
"weights": file,
"source": "local"
}
logger.info(f" [OK] Found local LoRA: {lora_name} ({file})")
except Exception as e:
logger.warning(f" Error scanning local LoRA directory: {e}")
return local_loras
# Сканируем локальные LoRA
logger.info("\nScanning for LoRA models...")
LOCAL_LORAS = scan_local_loras()
# Объединяем Hub и локальные LoRA
AVAILABLE_LORAS = {**HUB_LORAS, **LOCAL_LORAS}
if LOCAL_LORAS:
logger.info(f" [OK] Found {len(LOCAL_LORAS)} local LoRA(s)")
logger.info(f" Total available LoRAs: {len(AVAILABLE_LORAS)}")
def load_lora_weights(pipeline, lora_name, lora_scale, hf_token):
"""
Загружает LoRA веса в pipeline (ленивая загрузка)
Hub LoRA скачиваются только при использовании
Локальные LoRA загружаются из /workspace/loras/
"""
if lora_name == "None" or lora_name not in AVAILABLE_LORAS:
return None
lora_info = AVAILABLE_LORAS[lora_name]
try:
if lora_info['source'] == 'hub':
# Ленивая загрузка с HuggingFace Hub (скачивается при первом использовании)
logger.info(f" Loading LoRA from Hub: {lora_info['repo']}")
logger.info(f" (Downloading if not cached...)")
pipeline.load_lora_weights(
lora_info['repo'],
weight_name=lora_info.get('weights', 'pytorch_lora_weights.safetensors'),
token=hf_token
)
logger.info(f" [OK] Hub LoRA loaded (cached for future use)")
else:
# Загрузка локального файла из /workspace/loras/
logger.info(f" Loading local LoRA: {lora_info['path']}")
pipeline.load_lora_weights(
lora_info['path'],
adapter_name=lora_name
)
logger.info(f" [OK] Local LoRA loaded")
# Устанавливаем scale
if hasattr(pipeline, 'set_adapters'):
pipeline.set_adapters([lora_name], adapter_weights=[lora_scale])
return lora_info.get('trigger', '')
except Exception as e:
logger.error(f" [X] Error loading LoRA {lora_name}: {e}")
return None
# =================================================================
# GENERATION FUNCTIONS
# =================================================================
MAX_SEED = np.iinfo(np.int32).max
# Декоратор для spaces если доступен
def gpu_decorator(duration=180):
def decorator(func):
if SPACES_AVAILABLE:
return spaces.GPU(duration=duration)(func)
return func
return decorator
@gpu_decorator(duration=180)
def generate_text2img(
prompt,
negative_prompt=" ",
width=1664,
height=928,
seed=42,
randomize_seed=False,
guidance_scale=2.5,
num_inference_steps=40,
lora_name="None",
lora_scale=1.0,
scheduler_name=DEFAULT_SCHEDULER,
progress=gr.Progress(track_tqdm=True)
):
"""Text-to-Image генерация"""
logger.info("\n" + "=" * 60)
logger.info("TEXT-TO-IMAGE GENERATION")
logger.info("=" * 60)
if randomize_seed:
seed = random.randint(0, MAX_SEED)
logger.info(f" Prompt: {prompt[:100]}...")
logger.info(f" Size: {width}x{height}")
logger.info(f" Steps: {num_inference_steps}, CFG: {guidance_scale}")
logger.info(f" Seed: {seed}")
logger.info(f" Scheduler: {scheduler_name}")
logger.info(f" LoRA: {lora_name} (scale: {lora_scale})")
# Сохраняем оригинальный scheduler ДО try блока (для finally)
original_scheduler = pipe_txt2img.scheduler
try:
# Создаем scheduler (thread-safe)
current_scheduler = get_scheduler(pipe_txt2img.scheduler, scheduler_name)
# Устанавливаем новый scheduler
pipe_txt2img.scheduler = current_scheduler
# Загружаем LoRA если выбрана
trigger_word = None
lora_loaded = False
if lora_name != "None":
trigger_word = load_lora_weights(pipe_txt2img, lora_name, lora_scale, hf_token)
# Проверяем успешность загрузки
if trigger_word is not None:
lora_loaded = True
# Добавляем trigger word если есть
if trigger_word:
prompt = trigger_word + prompt
logger.info(f" Added trigger: {trigger_word}")
generator = torch.Generator(device=device).manual_seed(seed)
image = pipe_txt2img(
prompt=prompt,
negative_prompt=negative_prompt,
width=width,
height=height,
num_inference_steps=num_inference_steps,
true_cfg_scale=guidance_scale,
generator=generator
).images[0]
# Выгружаем LoRA после генерации (только если успешно загружена)
if lora_loaded:
try:
pipe_txt2img.unload_lora_weights()
except:
pass # Ignore errors during unload
logger.info(" [OK] Generation completed")
return image, seed
except Exception as e:
logger.error(f" [X] Error: {e}")
raise
finally:
# Восстанавливаем оригинальный scheduler (thread-safety)
pipe_txt2img.scheduler = original_scheduler
@gpu_decorator(duration=180)
def generate_img2img(
input_image,
prompt,
negative_prompt=" ",
strength=0.75,
seed=42,
randomize_seed=False,
guidance_scale=2.5,
num_inference_steps=40,
lora_name="None",
lora_scale=1.0,
scheduler_name=DEFAULT_SCHEDULER,
progress=gr.Progress(track_tqdm=True)
):
"""Image-to-Image генерация"""
logger.info("\n" + "=" * 60)
logger.info("IMAGE-TO-IMAGE GENERATION")
logger.info("=" * 60)
if input_image is None:
raise gr.Error("Please upload an input image")
if randomize_seed:
seed = random.randint(0, MAX_SEED)
# Изменяем размер изображения
resized = resize_image(input_image, max_size=1024)
logger.info(f" Prompt: {prompt[:100]}...")
logger.info(f" Input size: {input_image.size} → {resized.size}")
logger.info(f" Strength: {strength}")
logger.info(f" Steps: {num_inference_steps}, CFG: {guidance_scale}")
logger.info(f" Scheduler: {scheduler_name}")
logger.info(f" LoRA: {lora_name}")
# Сохраняем оригинальный scheduler ДО try блока (для finally)
original_scheduler = pipe_img2img.scheduler if pipe_img2img else None
try:
if pipe_img2img is None:
raise gr.Error("Image2Image pipeline not available")
# Создаем scheduler (thread-safe)
current_scheduler = get_scheduler(pipe_img2img.scheduler, scheduler_name)
# Устанавливаем новый scheduler
pipe_img2img.scheduler = current_scheduler
# Загружаем LoRA если выбрана
trigger_word = None
lora_loaded = False
if lora_name != "None":
trigger_word = load_lora_weights(pipe_img2img, lora_name, lora_scale, hf_token)
# Проверяем успешность загрузки
if trigger_word is not None:
lora_loaded = True
# Добавляем trigger word если есть
if trigger_word:
prompt = trigger_word + prompt
generator = torch.Generator(device=device).manual_seed(seed)
image = pipe_img2img(
prompt=prompt,
negative_prompt=negative_prompt,
image=resized,
strength=strength,
num_inference_steps=num_inference_steps,
true_cfg_scale=guidance_scale,
generator=generator
).images[0]
# Выгружаем LoRA (только если успешно загружена)
if lora_loaded:
try:
pipe_img2img.unload_lora_weights()
except:
pass # Ignore errors during unload
logger.info(" [OK] Generation completed")
return image, seed
except Exception as e:
logger.error(f" [X] Error: {e}")
raise
finally:
# Восстанавливаем оригинальный scheduler (thread-safety)
if original_scheduler is not None and pipe_img2img is not None:
pipe_img2img.scheduler = original_scheduler
# ControlNet функция убрана - не используется
# =================================================================
# GRADIO INTERFACE
# =================================================================
MAX_SEED = np.iinfo(np.int32).max
css = """
#col-container {
margin: 0 auto;
max-width: 1400px;
}
"""
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
lora_choices = ["None"] + list(AVAILABLE_LORAS.keys())
gr.Markdown(f"""
# 🎨 Qwen Soloband - Image2Image + LoRA
**Продвинутая модель генерации** с поддержкой Text-to-Image, Image-to-Image и LoRA стилей.
### ✨ Возможности:
- 🖼️ **Text-to-Image** - Генерация из текста, разрешения до 2048×2048
- 🔄 **Image-to-Image** - Модификация изображений с контролем strength (0.0-1.0)
- 🎭 **LoRA Support** - {len(AVAILABLE_LORAS)} доступных стилей (Hub + локальные)
- 🔌 **Full API** - Все функции доступны через API
- ⚡ **Optimized** - VAE tiling/slicing, правильный QwenImageImg2ImgPipeline
**Модель**: [Gerchegg/Qwen-Soloband-Diffusers](https://huggingface.co/Gerchegg/Qwen-Soloband-Diffusers)
💡 **Local LoRAs**: Положите .safetensors файлы в `/workspace/loras/` - они появятся автоматически!
""")
with gr.Tabs() as tabs:
# TAB 1: Text-to-Image
with gr.Tab("📝 Text-to-Image"):
with gr.Row():
with gr.Column(scale=1):
t2i_prompt = gr.Text(
label="Prompt",
placeholder="SB_AI, a beautiful landscape...",
lines=3
)
t2i_run = gr.Button("Generate", variant="primary")
with gr.Accordion("Advanced Settings", open=False):
t2i_negative = gr.Text(label="Negative Prompt", value="blurry, low quality")
with gr.Row():
t2i_width = gr.Slider(label="Width", minimum=512, maximum=2048, step=64, value=1664)
t2i_height = gr.Slider(label="Height", minimum=512, maximum=2048, step=64, value=928)
with gr.Row():
t2i_steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=40)
t2i_cfg = gr.Slider(label="CFG", minimum=0.0, maximum=7.5, step=0.1, value=2.5)
with gr.Row():
t2i_seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
t2i_random_seed = gr.Checkbox(label="Random", value=True)
t2i_scheduler = gr.Dropdown(
label="Sampler/Scheduler",
choices=SCHEDULER_CHOICES,
value=DEFAULT_SCHEDULER,
info="Алгоритм семплирования (поддерживает алиасы в API)"
)
t2i_lora = gr.Radio(
label="LoRA Style",
choices=lora_choices,
value="None",
info=f"Hub: {len(HUB_LORAS)}, Local: {len(LOCAL_LORAS)}"
)
t2i_lora_scale = gr.Slider(label="LoRA Strength", minimum=0.0, maximum=2.0, step=0.1, value=1.0)
with gr.Column(scale=1):
t2i_output = gr.Image(label="Generated Image")
t2i_seed_output = gr.Number(label="Used Seed")
# TAB 2: Image-to-Image
with gr.Tab("🔄 Image-to-Image"):
with gr.Row():
with gr.Column(scale=1):
i2i_input = gr.Image(type="pil", label="Input Image")
i2i_prompt = gr.Text(
label="Prompt",
placeholder="Transform this image into...",
lines=3
)
i2i_strength = gr.Slider(
label="Denoising Strength",
info="0.0 = original image, 1.0 = complete redraw",
minimum=0.0,
maximum=1.0,
step=0.05,
value=0.75
)
i2i_run = gr.Button("Generate", variant="primary")
with gr.Accordion("Advanced Settings", open=False):
i2i_negative = gr.Text(label="Negative Prompt", value="blurry, low quality")
with gr.Row():
i2i_steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=40)
i2i_cfg = gr.Slider(label="CFG", minimum=0.0, maximum=7.5, step=0.1, value=2.5)
with gr.Row():
i2i_seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
i2i_random_seed = gr.Checkbox(label="Random", value=True)
i2i_scheduler = gr.Dropdown(
label="Sampler/Scheduler",
choices=SCHEDULER_CHOICES,
value=DEFAULT_SCHEDULER,
info="Алгоритм семплирования (поддерживает алиасы в API)"
)
i2i_lora = gr.Radio(
label="LoRA Style",
choices=lora_choices,
value="None",
info=f"Hub: {len(HUB_LORAS)}, Local: {len(LOCAL_LORAS)}"
)
i2i_lora_scale = gr.Slider(label="LoRA Strength", minimum=0.0, maximum=2.0, step=0.1, value=1.0)
with gr.Column(scale=1):
i2i_output = gr.Image(label="Generated Image")
i2i_seed_output = gr.Number(label="Used Seed")
# Event handlers
t2i_run.click(
fn=generate_text2img,
inputs=[
t2i_prompt, t2i_negative, t2i_width, t2i_height,
t2i_seed, t2i_random_seed, t2i_cfg, t2i_steps,
t2i_lora, t2i_lora_scale, t2i_scheduler
],
outputs=[t2i_output, t2i_seed_output],
api_name="text2img"
)
i2i_run.click(
fn=generate_img2img,
inputs=[
i2i_input, i2i_prompt, i2i_negative, i2i_strength,
i2i_seed, i2i_random_seed, i2i_cfg, i2i_steps,
i2i_lora, i2i_lora_scale, i2i_scheduler
],
outputs=[i2i_output, i2i_seed_output],
api_name="img2img"
)
if __name__ == "__main__":
demo.launch(
show_api=True,
share=False
)
|