-
Hi,
Thank you for sharing your code. Could you provide an alternative download link for the pretrained models? It is not possible to download the models without an account.
Thanks!
-
pipe = PixArtAlphaPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe.load_lora_weights("xxx")
When I want to load lora in PixArtAlphaPipeline, it throws this error:
AttributeError: …
-
Can i have pretrained model?
thanks.
-
Hi @hyeonahkimm, @Leaveson,
I would like to reproduce the results for mTSP mentioned in the Table 1 and Part B.2 Equity-Transformer of the paper.
As far as i understand, to achieve the results, …
-
Hi,
I'm a member of the HuBMAP CMU TC team. I'd like to test this great work on 3D Image Mass Cytometry (IMC) images, but I didn't see the manual/instruction as Cellpose has. Would you please walk …
-
To train an IP-Adapter_plus model, are the following commands correct especially the 2 model paths pretrained_model_name_or_path and image_encoder_path:
`accelerate launch --num_processes 2 --multi…
-
### System Info
PyTorch version: 2.6.0.dev20241101+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC version: (Ub…
-
Hi all,
EagleC had offered structural variants with great precision.
We did a high-depth sequencing of several well-known cell lines to test our hi-c experiments modified from classic in-situ …
-
I get this error:
```
Traceback (most recent call last):
File "/home/denis/Documents/ai/unsloth/llama3-chat-template.py", line 20, in
model, tokenizer = FastLanguageModel.from_pretrained(…
-
Hello,
Thank you for your work. I am trying to use your pretrained Whole-head MRI synthesis diffusion model for 2D image reconstruction. My image size is (256, 256). Apart from resizing my image to…