jm12138 commited on
Commit
68022ad
1 Parent(s): 4bfd20a

add README

Browse files
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - stable-diffusion-diffusers
6
+ - text-to-image
7
+ - text-to-audio
8
+ inference: true
9
+ extra_gated_prompt: |-
10
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
11
+ The CreativeML OpenRAIL License specifies:
12
+
13
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
14
+ 2. Riffusion claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
15
+ 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
16
+ Please read the full license carefully here: https://huggingface.co/spaces/CompVis/stable-diffusion-license
17
+
18
+ extra_gated_heading: Please read the LICENSE to access this model
19
+ ---
20
+
21
+ # Riffusion PaddlePaddle Version
22
+
23
+ Riffusion is an app for real-time music generation with stable diffusion.
24
+
25
+ Read about it at https://www.riffusion.com/about and try it at https://www.riffusion.com/.
26
+
27
+ * Web app: https://github.com/hmartiro/riffusion-app
28
+ * Inference server: https://github.com/hmartiro/riffusion-inference
29
+ * Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
30
+
31
+ This repository contains the model files, including:
32
+
33
+ * a diffusers formated library
34
+ * a compiled checkpoint file
35
+ * a traced unet for improved inference speed
36
+ * a seed image library for use with riffusion-app
37
+
38
+ ## Riffusion v1 Model
39
+
40
+ Riffusion is a latent text-to-image diffusion model capable of generating spectrogram images given any text input. These spectrograms can be converted into audio clips.
41
+
42
+ The model was created by [Seth Forsgren](https://sethforsgren.com/) and [Hayk Martiros](https://haykmartiros.com/) as a hobby project.
43
+
44
+ You can use the Riffusion model directly, or try the [Riffusion web app](https://www.riffusion.com/).
45
+
46
+ The Riffusion model was created by fine-tuning the **Stable-Diffusion-v1-5** checkpoint. Read about Stable Diffusion here [🤗's Stable Diffusion blog](https://huggingface.co/blog/stable_diffusion).
47
+
48
+ ### Model Details
49
+ - **Developed by:** Seth Forsgren, Hayk Martiros
50
+ - **Model type:** Diffusion-based text-to-image generation model
51
+ - **Language(s):** English
52
+ - **License:** [The CreativeML OpenRAIL M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) is an [Open RAIL M license](https://www.licenses.ai/blog/2022/8/18/naming-convention-of-responsible-ai-licenses), adapted from the work that [BigScience](https://bigscience.huggingface.co/) and [the RAIL Initiative](https://www.licenses.ai/) are jointly carrying in the area of responsible AI licensing. See also [the article about the BLOOM Open RAIL license](https://bigscience.huggingface.co/blog/the-bigscience-rail-license) on which our license is based.
53
+ - **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
54
+
55
+ ### Direct Use
56
+ The model is intended for research purposes only. Possible research areas and
57
+ tasks include
58
+
59
+ - Generation of artworks, audio, and use in creative processes.
60
+ - Applications in educational or creative tools.
61
+ - Research on generative models.
62
+
63
+ ### Datasets
64
+ The original Stable Diffusion v1.5 was trained on the [LAION-5B](https://arxiv.org/abs/2210.08402) dataset using the [CLIP text encoder](https://openai.com/blog/clip/), which provided an amazing starting point with an in-depth understanding of language, including musical concepts. The team at LAION also compiled a fantastic audio dataset from many general, speech, and music sources that we recommend at [LAION-AI/audio-dataset](https://github.com/LAION-AI/audio-dataset/blob/main/data_collection/README.md).
65
+
66
+ ### Fine Tuning
67
+
68
+ Check out the [diffusers training examples](https://huggingface.co/docs/diffusers/training/overview) from Hugging Face. Fine tuning requires a dataset of spectrogram images of short audio clips, with associated text describing them. Note that the CLIP encoder is able to understand and connect many words even if they never appear in the dataset. It is also possible to use a [dreambooth](https://huggingface.co/blog/dreambooth) method to get custom styles.
69
+
70
+ ## Citation
71
+
72
+ If you build on this work, please cite it as follows:
73
+
74
+ ```
75
+ @article{Forsgren_Martiros_2022,
76
+ author = {Forsgren, Seth* and Martiros, Hayk*},
77
+ title = {{Riffusion - Stable diffusion for real-time music generation}},
78
+ url = {https://riffusion.com/about},
79
+ year = {2022}
80
+ }
81
+ ```
README.md CHANGED
@@ -1,3 +1,81 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - stable-diffusion-diffusers
6
+ - text-to-image
7
+ - text-to-audio
8
+ inference: true
9
+ extra_gated_prompt: |-
10
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
11
+ The CreativeML OpenRAIL License specifies:
12
+
13
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
14
+ 2. Riffusion claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
15
+ 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
16
+ Please read the full license carefully here: https://huggingface.co/spaces/CompVis/stable-diffusion-license
17
+
18
+ extra_gated_heading: Please read the LICENSE to access this model
19
  ---
20
+
21
+ # Riffusion PaddlePaddle Version
22
+
23
+ Riffusion is an app for real-time music generation with stable diffusion.
24
+
25
+ Read about it at https://www.riffusion.com/about and try it at https://www.riffusion.com/.
26
+
27
+ * Web app: https://github.com/hmartiro/riffusion-app
28
+ * Inference server: https://github.com/hmartiro/riffusion-inference
29
+ * Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
30
+
31
+ This repository contains the model files, including:
32
+
33
+ * a diffusers formated library
34
+ * a compiled checkpoint file
35
+ * a traced unet for improved inference speed
36
+ * a seed image library for use with riffusion-app
37
+
38
+ ## Riffusion v1 Model
39
+
40
+ Riffusion is a latent text-to-image diffusion model capable of generating spectrogram images given any text input. These spectrograms can be converted into audio clips.
41
+
42
+ The model was created by [Seth Forsgren](https://sethforsgren.com/) and [Hayk Martiros](https://haykmartiros.com/) as a hobby project.
43
+
44
+ You can use the Riffusion model directly, or try the [Riffusion web app](https://www.riffusion.com/).
45
+
46
+ The Riffusion model was created by fine-tuning the **Stable-Diffusion-v1-5** checkpoint. Read about Stable Diffusion here [🤗's Stable Diffusion blog](https://huggingface.co/blog/stable_diffusion).
47
+
48
+ ### Model Details
49
+ - **Developed by:** Seth Forsgren, Hayk Martiros
50
+ - **Model type:** Diffusion-based text-to-image generation model
51
+ - **Language(s):** English
52
+ - **License:** [The CreativeML OpenRAIL M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) is an [Open RAIL M license](https://www.licenses.ai/blog/2022/8/18/naming-convention-of-responsible-ai-licenses), adapted from the work that [BigScience](https://bigscience.huggingface.co/) and [the RAIL Initiative](https://www.licenses.ai/) are jointly carrying in the area of responsible AI licensing. See also [the article about the BLOOM Open RAIL license](https://bigscience.huggingface.co/blog/the-bigscience-rail-license) on which our license is based.
53
+ - **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
54
+
55
+ ### Direct Use
56
+ The model is intended for research purposes only. Possible research areas and
57
+ tasks include
58
+
59
+ - Generation of artworks, audio, and use in creative processes.
60
+ - Applications in educational or creative tools.
61
+ - Research on generative models.
62
+
63
+ ### Datasets
64
+ The original Stable Diffusion v1.5 was trained on the [LAION-5B](https://arxiv.org/abs/2210.08402) dataset using the [CLIP text encoder](https://openai.com/blog/clip/), which provided an amazing starting point with an in-depth understanding of language, including musical concepts. The team at LAION also compiled a fantastic audio dataset from many general, speech, and music sources that we recommend at [LAION-AI/audio-dataset](https://github.com/LAION-AI/audio-dataset/blob/main/data_collection/README.md).
65
+
66
+ ### Fine Tuning
67
+
68
+ Check out the [diffusers training examples](https://huggingface.co/docs/diffusers/training/overview) from Hugging Face. Fine tuning requires a dataset of spectrogram images of short audio clips, with associated text describing them. Note that the CLIP encoder is able to understand and connect many words even if they never appear in the dataset. It is also possible to use a [dreambooth](https://huggingface.co/blog/dreambooth) method to get custom styles.
69
+
70
+ ## Citation
71
+
72
+ If you build on this work, please cite it as follows:
73
+
74
+ ```
75
+ @article{Forsgren_Martiros_2022,
76
+ author = {Forsgren, Seth* and Martiros, Hayk*},
77
+ title = {{Riffusion - Stable diffusion for real-time music generation}},
78
+ url = {https://riffusion.com/about},
79
+ year = {2022}
80
+ }
81
+ ```