Skip to content

Update image generation demo#4266

Open
atobiszei wants to merge 1 commit into
mainfrom
atobisze_switch_t2i_gpu
Open

Update image generation demo#4266
atobiszei wants to merge 1 commit into
mainfrom
atobisze_switch_t2i_gpu

Conversation

@atobiszei

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 1, 2026 10:32
@atobiszei atobiszei force-pushed the atobisze_switch_t2i_gpu branch from 915d710 to 71c2e89 Compare June 1, 2026 10:35
@atobiszei atobiszei force-pushed the atobisze_switch_t2i_gpu branch from 71c2e89 to 6a27492 Compare June 1, 2026 10:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the image generation demo documentation to focus on GPU/NPU deployment paths and expands guidance around SDXL and LoRA usage, while also adding CLI parameter documentation for LoRA registration.

Changes:

  • Documented the --source_loras CLI parameter in the global parameters reference.
  • Reworked the image generation demo to use GPU-oriented Docker/bare-metal commands, plus SDXL deployment and a “serve pre-downloaded model” option.
  • Expanded the Multi-LoRA demo section with updated commands and embedded example outputs.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

File Description
docs/parameters.md Adds --source_loras to the image-generation parameter table.
demos/image_generation/README.md Updates deployment instructions (GPU/NPU), adds SDXL + pre-downloaded model sections, and refreshes LoRA examples and outputs.
Comments suppressed due to low confidence (2)

demos/image_generation/README.md:604

  • For HF repo sources with an explicit filename (org/repo@file.safetensors), the filename should be the literal repo filename (spaces are allowed inside the quoted argument). Using %20 here will be treated as part of the filename and likely fail to resolve the file on HuggingFace.
    --source_loras "xray=DoctorDiffusion/doctor-diffusion-s-xray-xl-lora@DD-xray-v1.safetensors,thepoint=alvdansen/the-point@araminta_k_the_point.safetensors,ukiyo=KappaNeuro/ukiyo-e-art@Ukiyo-e%20Art.safetensors,vector=DoctorDiffusion/doctor-diffusion-s-controllable-vector-art-xl-lora@DD-vector-v2.safetensors,chalk=Norod78/sdxl-chalkboarddrawing-lora@SDXL_ChalkBoardDrawing_LoRA_r8.safetensors"

demos/image_generation/README.md:618

  • Same as the Linux example: for HF repo sources with an explicit filename (org/repo@file.safetensors), %20 will be treated as a literal part of the filename. Keep the real filename (with space) inside the quoted string.
  --source_loras "xray=DoctorDiffusion/doctor-diffusion-s-xray-xl-lora@DD-xray-v1.safetensors,thepoint=alvdansen/the-point@araminta_k_the_point.safetensors,ukiyo=KappaNeuro/ukiyo-e-art@Ukiyo-e%20Art.safetensors,vector=DoctorDiffusion/doctor-diffusion-s-controllable-vector-art-xl-lora@DD-vector-v2.safetensors,chalk=Norod78/sdxl-chalkboarddrawing-lora@SDXL_ChalkBoardDrawing_LoRA_r8.safetensors"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants