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
#4
by pcoundia - opened
- README.md +25 -0
- images/example_x2kuta77e.png +0 -0
README.md
CHANGED
|
@@ -47,6 +47,31 @@ widget:
|
|
| 47 |
to ensure the subject stands out as the focal point.
|
| 48 |
output:
|
| 49 |
url: images/example_33eilr7gn.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
---
|
| 52 |
|
|
|
|
| 47 |
to ensure the subject stands out as the focal point.
|
| 48 |
output:
|
| 49 |
url: images/example_33eilr7gn.png
|
| 50 |
+
- text: >-
|
| 51 |
+
a man of LORACOUNDIA01 sitting at a minimalist table in a modern office
|
| 52 |
+
setting, across from a sleek AI robot, creating a futuristic and dynamic
|
| 53 |
+
scene. LORACOUNDIA01 is dressed in a tailored navy blazer over a crisp white
|
| 54 |
+
shirt, exuding professionalism, while the AI robot is a humanoid machine
|
| 55 |
+
with a polished metallic body, glowing blue accents along its joints, and a
|
| 56 |
+
semi-transparent head displaying intricate neural circuits that pulsate with
|
| 57 |
+
light. The robot’s expression, though artificial, is empathetic and
|
| 58 |
+
engaging, with glowing eyes that suggest intelligence and focus. Both are
|
| 59 |
+
engaged in an animated discussion: LORACOUNDIA01 gestures thoughtfully with
|
| 60 |
+
one hand, while the AI robot sits upright, one hand resting on the table and
|
| 61 |
+
the other gesturing subtly, its mechanical fingers finely articulated. The
|
| 62 |
+
table features a modern design, holding a MacBook, a sleek notebook, and a
|
| 63 |
+
cup of coffee, emphasizing a collaborative and innovative environment. The
|
| 64 |
+
background is softly blurred, showcasing large glass windows with a view of
|
| 65 |
+
a cityscape bathed in natural light, complemented by holographic displays
|
| 66 |
+
subtly projecting data around the room. Ultra-realistic details capture
|
| 67 |
+
LORACOUNDIA01’s facial expression and skin textures, as well as the
|
| 68 |
+
intricate design of the AI robot, with lifelike reflections on its metallic
|
| 69 |
+
surfaces and dynamic lighting that enhances the contrast between human and
|
| 70 |
+
machine. The scene conveys a sense of partnership, technological
|
| 71 |
+
advancement, and the merging of human creativity with artificial
|
| 72 |
+
intelligence.
|
| 73 |
+
output:
|
| 74 |
+
url: images/example_x2kuta77e.png
|
| 75 |
|
| 76 |
---
|
| 77 |
|
images/example_x2kuta77e.png
ADDED
|