Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clip_vit_large14 and t5 models #535

Merged
merged 11 commits into from
Mar 20, 2024
Merged

Clip_vit_large14 and t5 models #535

merged 11 commits into from
Mar 20, 2024

Conversation

dan-garvey
Copy link
Member

No description provided.

@dan-garvey dan-garvey requested a review from IanNod March 19, 2024 19:04
@dan-garvey
Copy link
Member Author

@IanNod I opted to just test a smaller t5 model, as there isn't anything particularly unique to the xxl

@dan-garvey dan-garvey requested a review from IanNod March 20, 2024 19:23
return_tensors="pt",
)
url = "http://images.cocodataset.org/val2017/000000039769.jpg"
image = Image.open(requests.get(url, stream=True).raw)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need an image?

Copy link
Member Author

Choose a reason for hiding this comment

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

it takes image as input

Copy link
Member Author

Choose a reason for hiding this comment

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

may be optional, I have to rework this in another patch anyway

@dan-garvey dan-garvey merged commit f2c025c into main Mar 20, 2024
4 checks passed
@dan-garvey dan-garvey deleted the sd3 branch March 20, 2024 21:25
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