ppdk-data

Results 9 issues of ppdk-data

The detected CUDA version (10.1) mismatches the version that was used to compile PyTorch (10.2). Please make sure to use the same CUDA versions.

import torch from diffusers import StableDiffusionXLPipeline, StableDiffusionXLImg2ImgPipeline, AutoPipelineForText2Image prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" pipe = StableDiffusionXLPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16, variant="fp16", use_safetensors=False, local_files_only=False )...

Cell In[12], line 7 5 version = "zh-clip-vit-roberta-large-patch14" 6 model = ZhCLIPModel.from_pretrained(version) ----> 7 processor = ZhCLIPProcessor.from_pretrained(version) File ~/.conda/envs/diffuser_python/lib/python3.9/site-packages/transformers/processing_utils.py:184, in ProcessorMixin.from_pretrained(cls, pretrained_model_name_or_path, **kwargs) 153 @classmethod 154 def from_pretrained(cls, pretrained_model_name_or_path, **kwargs):...

### Describe the bug **code is :** #DiffusionPipeline import torch from diffusers import StableDiffusionXLPipeline, StableDiffusionXLImg2ImgPipeline, AutoPipelineForText2Image prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" #加载SDXL...

bug
stale

where is the rcnn_bboxes come from?

Hello, i have a question about the paper and model. To generate the cropping result of the aspect ratio, it is necessary to create several candidate boxes by myself? The...

![image](https://github.com/user-attachments/assets/176b4076-1bde-411e-90b2-2629ca4cecf4) ![image](https://github.com/user-attachments/assets/0f684cb3-233a-40f9-a3ad-7bc8729c4201)

![image](https://github.com/user-attachments/assets/3b874937-a1f9-4122-92ad-9c65dcd6439b)