Skip to content

Commit 8b4a62b

Browse files
authored
Merge pull request #32 from deep-floyd/develop
v1.0.1
2 parents ae6b8c8 + 25191c3 commit 8b4a62b

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11

2+
v1.0.1
3+
------
24

5+
- renamed main model `IF-I-IF` --> `IF-I-XL`
6+
- moved dir `notebooks` to HF storage https://huggingface.co/DeepFloyd/IF-I-XL-v1.0/tree/main/notebooks; lets keep new notebooks there;
7+
- added additional kaggle notebook (more free GPU resources) how to generate pictures 1k: [![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://www.kaggle.com/code/shonenkov/deepfloyd-if-4-3b-generator-of-pictures)
38

4-
v0.0.1
9+
v1.0.0
510
------
611

712
- initial version

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![License](https://img.shields.io/badge/Weights_License-DeepFloyd_IF-orange.svg)](LICENSE-MODEL)
33
[![Downloads](https://pepy.tech/badge/deepfloyd_if)](https://pepy.tech/project/deepfloyd_if)
44

5-
# DeepFloyd IF by [StabilityAI](https://stability.ai/)
5+
# IF by DeepFloyd Lab at [StabilityAI](https://stability.ai/)
66

77
<p align="center">
88
<img src="./pics/nabla.jpg" width="100%">
@@ -27,14 +27,18 @@ We introduce DeepFloyd IF, a novel state-of-the-art open-source text-to-image mo
2727
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/DeepFloyd/IF)
2828

2929
```shell
30-
pip install deepfloyd_if==1.0.0
30+
pip install deepfloyd_if==1.0.1
3131
pip install xformers==0.0.16
3232
pip install git+https://github.com/openai/CLIP.git --no-deps
3333
```
3434

35-
## Local notebook and UI demo
35+
## Local notebooks
36+
[![Jupyter Notebook](https://img.shields.io/badge/jupyter_notebook-%23FF7A01.svg?logo=jupyter&logoColor=white)](https://huggingface.co/DeepFloyd/IF-I-XL-v1.0/blob/main/notebooks/pipes-DeepFloyd-IF-v1.0.ipynb)
37+
[![Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://www.kaggle.com/code/shonenkov/deepfloyd-if-4-3b-generator-of-pictures)
38+
39+
The Dream, Style Transfer, Super Resolution or Inpainting modes are avaliable in a Jupyter Notebook [here](https://huggingface.co/DeepFloyd/IF-I-XL-v1.0/blob/main/notebooks/pipes-DeepFloyd-IF-v1.0.ipynb).
40+
3641

37-
The Dream, Style Transfer, Super Resolution or Inpainting modes are avaliable as in a Jupyter Notebook at `IF/notebooks/pipes-DeepFloyd-IF.ipynb`.
3842

3943
## Integration with 🤗 Diffusers
4044

@@ -312,6 +316,8 @@ The code in this repository is released under the bespoke license (see added [po
312316

313317
The weights will be available soon via [the DeepFloyd organization at Hugging Face](https://huggingface.co/DeepFloyd) and have their own LICENSE.
314318

319+
**Disclaimer:** *The initial release of the IF model is under a restricted research-purposes-only license temporarily to gather feedback, and after that we intend to release a fully open-source model in line with other Stability AI models.*
320+
315321
## Limitations and Biases
316322

317323
The models available in this codebase have known limitations and biases. Please refer to [the model card](https://huggingface.co/DeepFloyd/IF-I-L-v1.0) for more information.

deepfloyd_if/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

33

4-
__version__ = '1.0.0'
4+
__version__ = '1.0.1'

notebooks/pipes-DeepFloyd-IF.ipynb

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)