Instructions to use pcoundia/coundia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pcoundia/coundia with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("pcoundia/coundia") prompt = "a man , LORACOUNDIA01, a minimalistic and stylized illustration of yourself. The focus is on clean lines and soft details, highlighting your sharp features and confident expression. Dressed in a casual yet sleek outfit, the portrait emphasizes approachability and authenticity. The background is simple and neutral, with subtle gradients or textures to enhance the overall composition without overpowering the subject. The style is light, modern, and expressive, capturing your essence in a straightforward yet visually appealing way." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#3
by pcoundia - opened
- README.md +15 -2
- images/example_33eilr7gn.png +0 -0
README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
# Limited
|
| 3 |
-
|
| 4 |
license: other
|
| 5 |
license_name: flux-1-dev-non-commercial-license
|
| 6 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
@@ -34,6 +32,21 @@ widget:
|
|
| 34 |
Claus.
|
| 35 |
output:
|
| 36 |
url: images/example_loyqsoxqz.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
---
|
| 39 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: flux-1-dev-non-commercial-license
|
| 4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
| 32 |
Claus.
|
| 33 |
output:
|
| 34 |
url: images/example_loyqsoxqz.png
|
| 35 |
+
- text: >-
|
| 36 |
+
LORACOUNDIA01, a full-body artwork in the iconic Grand Theft Auto (GTA)
|
| 37 |
+
style, showcasing a confident man standing in a bold pose. He is dressed in
|
| 38 |
+
casual yet stylish clothing: a black leather jacket over a white t-shirt,
|
| 39 |
+
paired with dark jeans and clean sneakers. His expression is cool and
|
| 40 |
+
composed, with a slight smirk that exudes charisma. The setting is an urban
|
| 41 |
+
street scene at sunset, with graffiti-covered walls, parked cars, and
|
| 42 |
+
neon-lit shop signs in the background. The composition features clean, sharp
|
| 43 |
+
outlines, bold colors, and a slightly exaggerated, cel-shaded aesthetic
|
| 44 |
+
characteristic of GTA cover art. The focus remains on the character, with
|
| 45 |
+
dynamic lighting that adds depth—highlighting the edges of his outfit and
|
| 46 |
+
face for a dramatic effect. The background is vibrant yet minimally detailed
|
| 47 |
+
to ensure the subject stands out as the focal point.
|
| 48 |
+
output:
|
| 49 |
+
url: images/example_33eilr7gn.png
|
| 50 |
|
| 51 |
---
|
| 52 |
|
images/example_33eilr7gn.png
ADDED
|