Instructions to use fayexx/FICGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fayexx/FICGen with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fayexx/FICGen", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
FICGen Model Card
|
| 5 |
+
This repo contains the models for our paper FICGen: Frequency-Inspired Contextual Disentanglement for Layout-driven Degraded Image Generation (ICCV 2025).
|