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
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,18 +5,15 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
-
- text:
|
| 9 |
output:
|
| 10 |
-
url: images/
|
| 11 |
- text: Naruto
|
| 12 |
output:
|
| 13 |
url: images/example_g3t230v45.png
|
| 14 |
- text: Spiderman extremely detailed, High quality, detailed face
|
| 15 |
output:
|
| 16 |
url: images/example_y471grfjx.png
|
| 17 |
-
- text: Goku
|
| 18 |
-
output:
|
| 19 |
-
url: images/example_zyhsu444m.png
|
| 20 |
base_model: black-forest-labs/FLUX.1-dev
|
| 21 |
instance_prompt: null
|
| 22 |
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
+
- text: Goku
|
| 9 |
output:
|
| 10 |
+
url: images/example_zyhsu444m.png
|
| 11 |
- text: Naruto
|
| 12 |
output:
|
| 13 |
url: images/example_g3t230v45.png
|
| 14 |
- text: Spiderman extremely detailed, High quality, detailed face
|
| 15 |
output:
|
| 16 |
url: images/example_y471grfjx.png
|
|
|
|
|
|
|
|
|
|
| 17 |
base_model: black-forest-labs/FLUX.1-dev
|
| 18 |
instance_prompt: null
|
| 19 |
|