Instructions to use Saad381/SpectraGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Saad381/SpectraGen 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("Saad381/SpectraGen") prompt = "Goku" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model Saad381/SpectraGen.
Prompt: Wolverine
- README.md +3 -0
- images/example_y3k2blvwa.png +3 -0
README.md
CHANGED
|
@@ -32,6 +32,9 @@ widget:
|
|
| 32 |
- text: power rangers
|
| 33 |
output:
|
| 34 |
url: images/example_41rmhfr0y.png
|
|
|
|
|
|
|
|
|
|
| 35 |
instance_prompt: null
|
| 36 |
base_model:
|
| 37 |
- black-forest-labs/FLUX.1-dev
|
|
|
|
| 32 |
- text: power rangers
|
| 33 |
output:
|
| 34 |
url: images/example_41rmhfr0y.png
|
| 35 |
+
- text: Wolverine
|
| 36 |
+
output:
|
| 37 |
+
url: images/example_y3k2blvwa.png
|
| 38 |
instance_prompt: null
|
| 39 |
base_model:
|
| 40 |
- black-forest-labs/FLUX.1-dev
|
images/example_y3k2blvwa.png
ADDED
|
Git LFS Details
|