Instructions to use Jemmo/saga2024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jemmo/saga2024 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("Jemmo/saga2024") prompt = "a supercar saga24 with modified pink color" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 5 files
Browse files- Saga2024.safetensors +3 -0
- images/saga1.png +3 -0
- images/saga2.png +3 -0
- images/saga3.png +3 -0
- images/saga5.png +3 -0
Saga2024.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f8e39f8c81f9be2dba23ee09eca37fd695319e2b51d3e1a73e7cc855fffceed
|
| 3 |
+
size 171969344
|
images/saga1.png
ADDED
|
Git LFS Details
|
images/saga2.png
ADDED
|
Git LFS Details
|
images/saga3.png
ADDED
|
Git LFS Details
|
images/saga5.png
ADDED
|
Git LFS Details
|