Amark

Results 9 issues of Amark

` (stylegan2) hujinhong@xdcs:~/pc/generators-with-stylegan2-master$ python main.py Loading networks from "networks/generator_yellow-stylegan2-config-f.pkl"... Setting up TensorFlow plugin "fused_bias_act.cu": Preprocessing... Loading... Done. Setting up TensorFlow plugin "upfirdn_2d.cu": Preprocessing... Loading... Done. Generating image 0/20 ...` It's...

pip install diffusers==0.17.0 but review this error ImportError: cannot import name 'StableDiffusionXLImg2ImgPipeline' from 'diffusers'

How to train my datesets?

![Image](https://github.com/user-attachments/assets/462def8d-77fc-45f2-b18f-a4924d1843da) I'm working on the lfs experiment of gauu_scene, and I ran the following command: CUDA_VISIBLE_DEVICES=$gpu_id python utils/partition_citygs.py --config_path configs/$NAME.yaml --force # --reorient This only generated the partition directory under...

### Question I would like to learn how to perform LoRA fine-tuning on this model. Are there any tutorials or reference materials available?

Hi, could you clarify the required format for --dataset_metadata_path and how it matches with --data_file_keys? Should the JSON file be a list of objects with keys like "image" and "eligen_entity_masks"...

examples/qwen_image/model_inference/Qwen-Image-Edit-2509.py from diffsynth.pipelines.qwen_image import QwenImagePipeline, ModelConfig from PIL import Image import torch pipe = QwenImagePipeline.from_pretrained( torch_dtype=torch.bfloat16, device="cuda", model_configs=[ ModelConfig(model_id="Qwen/Qwen-Image-Edit-2509", origin_file_pattern="transformer/diffusion_pytorch_model*.safetensors"), ModelConfig(model_id="Qwen/Qwen-Image", origin_file_pattern="text_encoder/model*.safetensors"), ModelConfig(model_id="Qwen/Qwen-Image", origin_file_pattern="vae/diffusion_pytorch_model.safetensors"), ], processor_config=ModelConfig(model_id="Qwen/Qwen-Image-Edit", origin_file_pattern="processor/"), ) image_1 =...