BiliSakura commited on
Commit
05d8082
Β·
verified Β·
1 Parent(s): 9356fa9

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. ADM-G-256/README.md +1 -1
  2. ADM-G-512/README.md +6 -1
  3. README.md +6 -1
ADM-G-256/README.md CHANGED
@@ -1,6 +1,6 @@
1
  # ADM-G-256
2
 
3
- Self-contained ADM-G checkpoint inside [`BiliSakura/ADM-diffusers`](https://huggingface.co/BiliSakura/ADM-diffusers).
4
 
5
  ## Hub path
6
 
 
1
  # ADM-G-256
2
 
3
+ Self-contained ADM-G checkpoint inside [`BiliSakura/ADM-diffusers`](https://huggingface.co/BiliSakura/ADM-diffusers). Runtime dependencies: this folder + PyPI `diffusers`/`torch` only.
4
 
5
  ## Hub path
6
 
ADM-G-512/README.md CHANGED
@@ -1,17 +1,22 @@
1
  # ADM-G-512
2
 
3
- Self-contained ADM-G checkpoint inside [`BiliSakura/ADM-diffusers`](https://huggingface.co/BiliSakura/ADM-diffusers).
4
 
5
  ## Hub path
6
 
7
  `BiliSakura/ADM-diffusers/ADM-G-512`
8
 
 
 
 
 
9
  ## Layout
10
 
11
  ```text
12
  ADM-G-512/
13
  β”œβ”€β”€ pipeline.py
14
  β”œβ”€β”€ model_index.json
 
15
  β”œβ”€β”€ unet/
16
  β”œβ”€β”€ classifier/
17
  └── scheduler/
 
1
  # ADM-G-512
2
 
3
+ Self-contained ADM-G checkpoint inside [`BiliSakura/ADM-diffusers`](https://huggingface.co/BiliSakura/ADM-diffusers). Runtime dependencies: this folder + PyPI `diffusers`/`torch` only.
4
 
5
  ## Hub path
6
 
7
  `BiliSakura/ADM-diffusers/ADM-G-512`
8
 
9
+ ## Demo
10
+
11
+ ![ADM-G-512 demo](demo.png)
12
+
13
  ## Layout
14
 
15
  ```text
16
  ADM-G-512/
17
  β”œβ”€β”€ pipeline.py
18
  β”œβ”€β”€ model_index.json
19
+ β”œβ”€β”€ demo.png
20
  β”œβ”€β”€ unet/
21
  β”œβ”€β”€ classifier/
22
  └── scheduler/
README.md CHANGED
@@ -17,7 +17,12 @@ language:
17
 
18
  # BiliSakura/ADM-diffusers
19
 
20
- OpenAI ADM-G checkpoints converted for the custom pipeline in [`src/diffusers/ADM`](https://github.com/Bili-Sakura/Visual-Generative-Foundation-Model-Collection/tree/main/src/diffusers/ADM).
 
 
 
 
 
21
 
22
  This Hugging Face repo hosts **multiple self-contained checkpoints as subfolders**. Each subfolder includes its own `pipeline.py`, `model_index.json`, weights, and component code (`unet/`, `classifier/`, `scheduler/`).
23
 
 
17
 
18
  # BiliSakura/ADM-diffusers
19
 
20
+ Self-contained OpenAI ADM-G checkpoints for Hugging Face diffusers. **No external code repo is required** β€” each subfolder ships its own `pipeline.py`, component modules, and weights.
21
+
22
+ This repo is derived from the development bundle in [Visual-Generative-Foundation-Model-Collection](https://github.com/Bili-Sakura/Visual-Generative-Foundation-Model-Collection), but inference only needs:
23
+
24
+ - This model repo (`BiliSakura/ADM-diffusers`)
25
+ - PyPI `diffusers`, `torch`, `huggingface_hub`
26
 
27
  This Hugging Face repo hosts **multiple self-contained checkpoints as subfolders**. Each subfolder includes its own `pipeline.py`, `model_index.json`, weights, and component code (`unet/`, `classifier/`, `scheduler/`).
28