Instructions to use amanfor18/Ahsaas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use amanfor18/Ahsaas 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("amanfor18/Ahsaas") prompt = "Ahsaas" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
Ahsaas.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12a96c9fe99a34a7b6a580fe77b47ba2d28a732d38b92b3a5d6a88b5b0dc844b
|
| 3 |
+
size 153271664
|
images/39b2306948f03aa06232492d38288663_high.webp
ADDED
|
Git LFS Details
|