Instructions to use MMumtazSakho/AHN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MMumtazSakho/AHN 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("MMumtazSakho/AHN") prompt = "AHN" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#1
by MMumtazSakho - opened
- .gitattributes +1 -0
- README.md +14 -6
- images/example_mphaveenn.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/example_mphaveenn.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -9,14 +9,22 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
-
base_model:
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
-
# widget:
|
| 15 |
-
# - text: >-
|
| 16 |
-
# prompt
|
| 17 |
-
# output:
|
| 18 |
-
# url: https://...
|
| 19 |
instance_prompt: AHN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Ahn
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
instance_prompt: AHN
|
| 15 |
+
widget:
|
| 16 |
+
- text: >-
|
| 17 |
+
A large and modern academic building named 'Gedung Andi Hakim Nasoetion' at
|
| 18 |
+
Institut Pertanian Bogor (IPB), with a symmetrical design featuring a
|
| 19 |
+
central brown tower decorated with the university's blue emblem. The
|
| 20 |
+
building has white layered terraces and a red sloped roof. Red and white
|
| 21 |
+
flags are draped along the edge of the front entrance, indicating a festive
|
| 22 |
+
or national celebration. Three small campus shuttle carts are parked in
|
| 23 |
+
front of the building. The scene is bright and clear under a blue sky,
|
| 24 |
+
emphasizing the grand architecture and vibrant atmosphere.
|
| 25 |
+
output:
|
| 26 |
+
url: images/example_mphaveenn.png
|
| 27 |
+
|
| 28 |
---
|
| 29 |
|
| 30 |
# Ahn
|
images/example_mphaveenn.png
ADDED
|
Git LFS Details
|