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

FLUX dev and lite models support #1340

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

likholat
Copy link
Contributor

@likholat likholat commented Dec 6, 2024

prompt = "A cat holding a sign that says hello world"
image_tensor = pipe.generate(
        prompt,
        num_inference_steps=5,
        generator=Generator(42) 
    )

Freepik/flux.1-lite-8B-alpha:

image

black-forest-labs/FLUX.1-dev:

image

@github-actions github-actions bot added category: text to image Text 2 image pipeline category: GenAI C++ API Changes in GenAI C++ public headers no-match-files labels Dec 6, 2024
ilya-lavrenov
ilya-lavrenov previously approved these changes Dec 6, 2024
@ilya-lavrenov ilya-lavrenov self-requested a review December 6, 2024 19:43
@ilya-lavrenov ilya-lavrenov added this to the 2025.0 milestone Dec 6, 2024
@ilya-lavrenov ilya-lavrenov self-assigned this Dec 6, 2024
@likholat likholat force-pushed the sd3_dev_lite branch 2 times, most recently from e10e295 to 0a46b77 Compare December 9, 2024 12:03
@ilya-lavrenov ilya-lavrenov merged commit d465c5b into openvinotoolkit:master Dec 9, 2024
29 checks passed
sungeunk pushed a commit to sungeunk/openvino.genai that referenced this pull request Dec 16, 2024
```python
prompt = "A cat holding a sign that says hello world"
image_tensor = pipe.generate(
        prompt,
        num_inference_steps=5,
        generator=Generator(42) 
    )
```

Freepik/flux.1-lite-8B-alpha:


![image](https://github.com/user-attachments/assets/fbc60a4e-bc55-470b-92bd-a80ae454504c)

black-forest-labs/FLUX.1-dev:


![image](https://github.com/user-attachments/assets/4163efff-637d-4877-b46d-9462836ace17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GenAI C++ API Changes in GenAI C++ public headers category: text to image Text 2 image pipeline no-match-files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants