Instructions to use anthienlong/Soft-Glow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use anthienlong/Soft-Glow 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("anthienlong/Soft-Glow") prompt = "by artgerm, greg rutkowski and rachel m silva, Filigree of a Goby, Aetherpunk fashion style Sweater, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ license: unknown
|
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
this Lora is generally intended to give you light glow effects or backlighting.
|
| 26 |
-
|
| 27 |
|
| 28 |
## Download model
|
| 29 |
|
|
|
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
this Lora is generally intended to give you light glow effects or backlighting.
|
| 26 |
+
(from AIDigitalMediaAgency) - for whatever reason you want to show him (or them) appreciation, you can: ❤️Ko-Fi❤️ : https://ko-fi.com/aidigitalmediaagency
|
| 27 |
|
| 28 |
## Download model
|
| 29 |
|