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