Skip to content

Commit

Permalink
Checkpoint ai-imagegen.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idvorkin committed Aug 29, 2024
1 parent 2e935a9 commit f60ba3e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _d/ai-imagegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirect-from:
- /ai-imagegen
---

Everyone talks about GPT, but you can also generate images. Lately I've been playing with Flux.
Everyone talks about GPT, but you can also generate images. Lately I've been playing with Flux, which is an image generator. You can generate images of me using the idvorkin with this lora on replicate.

<!-- prettier-ignore-start -->
<!-- vim-markdown-toc GFM -->
Expand All @@ -19,6 +19,8 @@ Everyone talks about GPT, but you can also generate images. Lately I've been pla
- [Diffusion](#diffusion)
- [LoRAs](#loras)
- [Blending LoRAs](#blending-loras)
- [Providing Inputs](#providing-inputs)
- [Text 2 Image; Control Nets; In Painting](#text-2-image-control-nets-in-painting)

<!-- vim-markdown-toc -->
<!-- prettier-ignore-end -->
Expand All @@ -37,7 +39,7 @@ You can blend in:
- mona lisa: huggingface.co/fofr/flux-mona-lisa
- scarlett johansson:

* Merge Real and Boring - [kudzueye/Boreal](https://huggingface.co/kudzueye/Boreal) - Keyword is photo
* Real and Boring - [kudzueye/Boreal](https://huggingface.co/kudzueye/Boreal) - Keyword is photo

Blend multi loras (equal weights)

Expand All @@ -56,3 +58,7 @@ As of April '24, Flux.Dev is the new open source hotness. You can train a LoRA o
### LoRAs

### Blending LoRAs

## Providing Inputs

### Text 2 Image; Control Nets; In Painting

0 comments on commit f60ba3e

Please sign in to comment.