Spaces:
Running
on
Zero
Running
on
Zero
Update controlnet_union.py
Browse files- controlnet_union.py +0 -46
controlnet_union.py
CHANGED
|
@@ -1,49 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
Hugging Face's logo Hugging Face
|
| 3 |
-
|
| 4 |
-
Models
|
| 5 |
-
Datasets
|
| 6 |
-
Spaces
|
| 7 |
-
Posts
|
| 8 |
-
Docs
|
| 9 |
-
Enterprise
|
| 10 |
-
Pricing
|
| 11 |
-
|
| 12 |
-
Spaces:
|
| 13 |
-
fffiloni
|
| 14 |
-
/
|
| 15 |
-
diffusers-image-outpaint
|
| 16 |
-
App
|
| 17 |
-
Files
|
| 18 |
-
Community
|
| 19 |
-
34
|
| 20 |
-
diffusers-image-outpaint
|
| 21 |
-
/ controlnet_union.py
|
| 22 |
-
OzzyGT's picture
|
| 23 |
-
OzzyGT
|
| 24 |
-
HF Staff
|
| 25 |
-
initial app
|
| 26 |
-
6405936
|
| 27 |
-
7 months ago
|
| 28 |
-
raw
|
| 29 |
-
history
|
| 30 |
-
blame
|
| 31 |
-
contribute
|
| 32 |
-
delete
|
| 33 |
-
48.9 kB
|
| 34 |
-
# Copyright 2023 The HuggingFace Team. All rights reserved.
|
| 35 |
-
#
|
| 36 |
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
| 37 |
-
# you may not use this file except in compliance with the License.
|
| 38 |
-
# You may obtain a copy of the License at
|
| 39 |
-
#
|
| 40 |
-
# http://www.apache.org/licenses/LICENSE-2.0
|
| 41 |
-
#
|
| 42 |
-
# Unless required by applicable law or agreed to in writing, software
|
| 43 |
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
| 44 |
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 45 |
-
# See the License for the specific language governing permissions and
|
| 46 |
-
# limitations under the License.
|
| 47 |
from collections import OrderedDict
|
| 48 |
from dataclasses import dataclass
|
| 49 |
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from collections import OrderedDict
|
| 2 |
from dataclasses import dataclass
|
| 3 |
from typing import Any, Dict, List, Optional, Tuple, Union
|