Skip to content

Commit 655c9e2

Browse files
committed
mirror
1 parent 47dff3a commit 655c9e2

19 files changed

Lines changed: 1 addition & 3962 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center"><sub><sup>Self-Adversarial One Step Generation via Condition Shifting</sup></sub></h1>
22

33
<p align="center">
4-
<a href="https://zhenglin-cheng.com/" target="_blank">Deyuan&nbsp;Liu</a><sup>*</sup> &ensp; <b>&middot;</b> &ensp;
4+
<a href="https://scholar.google.com.hk/citations?user=uBND4ecAAAAJ&hl" target="_blank">Deyuan&nbsp;Liu</a><sup>*</sup> &ensp; <b>&middot;</b> &ensp;
55
<a href="https://scholar.google.com/citations?user=-8XvRRIAAAAJ" target="_blank">Peng&nbsp;Sun</a><sup>*</sup> &ensp; <b>&middot;</b> &ensp;
66
<a target="_blank">Yansen&nbsp;Han</a> &ensp; <b>&middot;</b> &ensp;
77
<a href="https://zhenglin-cheng.com/" target="_blank">Zhenglin&nbsp;Cheng</a> &ensp; <b>&middot;</b> &ensp;

src/networks/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from .qwen_image import QwenImage
2-
from .stable_diffusion_3 import StableDiffusion3
32

43
from functools import partial
54

65
MODELS = {
7-
"SD3_5": StableDiffusion3,
86
"QwenImage": QwenImage,
97
"QwenImageEdit": partial(QwenImage, model_type='edit'),
108
}

src/networks/openuni/__init__.py

Whitespace-only changes.

src/networks/openuni/connector/__init__.py

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

src/networks/openuni/connector/configuration_connector.py

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

0 commit comments

Comments
 (0)