Instructions to use appriai/modelgen-v2-lk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use appriai/modelgen-v2-lk 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("appriai/modelgen-v2-lk") prompt = "apprimdlgen2" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload modelgen logo.png
#2
by yasirunet - opened
- README.md +2 -0
- modelgen_logo.png +0 -0
README.md
CHANGED
|
@@ -30,6 +30,8 @@ language:
|
|
| 30 |
|
| 31 |
# Modelgen-v2
|
| 32 |
|
|
|
|
|
|
|
| 33 |
### Sri Lankan Culture Captured Through AI
|
| 34 |
|
| 35 |
Modelgen-v2-4 is a specialized LoRA model designed to authentically represent Sri Lankan women, celebrating their unique cultural elegance and charm. This model ensures highly tailored image generation that resonates deeply with targeted Sri Lankan audiences, making it ideal for crafting culturally relevant advertisements and campaigns.
|
|
|
|
| 30 |
|
| 31 |
# Modelgen-v2
|
| 32 |
|
| 33 |
+
<img src="https://huggingface.co/appriai/modelgen-v2-lk/resolve/4180f9e8539b2476df262be2955cb03f12ca672c/modelgen_logo.png" alt="ModelGen Logo" width="400" height="150">
|
| 34 |
+
|
| 35 |
### Sri Lankan Culture Captured Through AI
|
| 36 |
|
| 37 |
Modelgen-v2-4 is a specialized LoRA model designed to authentically represent Sri Lankan women, celebrating their unique cultural elegance and charm. This model ensures highly tailored image generation that resonates deeply with targeted Sri Lankan audiences, making it ideal for crafting culturally relevant advertisements and campaigns.
|
modelgen_logo.png
ADDED
|