Instructions to use martinletec55/ESRFAN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use martinletec55/ESRFAN 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("martinletec55/ESRFAN") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- 4x_NMKD-Siax_200k.pt +3 -0
- images/Comparison1.jpg +3 -0
- images/Comparison4.jpg +3 -0
4x_NMKD-Siax_200k.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:560424d9f68625713fc47e9e7289a98aabe1d744e1cd6a9ae5a35e9957fd127e
|
| 3 |
+
size 66957746
|
images/Comparison1.jpg
ADDED
|
Git LFS Details
|
images/Comparison4.jpg
ADDED
|
Git LFS Details
|